Interface GetServiceAccountRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetServiceAccountRequest, GetServiceAccountRequest.Builder

    @Generated(value="protoc",
               comments="annotations:GetServiceAccountRequestOrBuilder.java.pb.meta")
    public interface GetServiceAccountRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getServiceAccountId()
      ID of the service account to retrieve.
      com.google.protobuf.ByteString getServiceAccountIdBytes()
      ID of the service account to retrieve.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getServiceAccountId

        java.lang.String getServiceAccountId()
         ID of the service account to retrieve.
         
        string service_account_id = 1;
        Returns:
        The serviceAccountId.
      • getServiceAccountIdBytes

        com.google.protobuf.ByteString getServiceAccountIdBytes()
         ID of the service account to retrieve.
         
        string service_account_id = 1;
        Returns:
        The bytes for serviceAccountId.