All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.GetServiceAccountRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/iam/iam.proto

package org.yamcs.protobuf;

public interface GetServiceAccountRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.iam.GetServiceAccountRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Service account name
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Service account name
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Service account name
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy