Interface ServiceIdentityOrBuilder

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

    public interface ServiceIdentityOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEmail()
      The email address of the service account that a service producer would use to access consumer resources.
      com.google.protobuf.ByteString getEmailBytes()
      The email address of the service account that a service producer would use to access consumer resources.
      String getUniqueId()
      The unique and stable id of the service account.
      com.google.protobuf.ByteString getUniqueIdBytes()
      The unique and stable id of the service account.
      • 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

      • getEmail

        String getEmail()
         The email address of the service account that a service producer would use
         to access consumer resources.
         
        string email = 1;
        Returns:
        The email.
      • getEmailBytes

        com.google.protobuf.ByteString getEmailBytes()
         The email address of the service account that a service producer would use
         to access consumer resources.
         
        string email = 1;
        Returns:
        The bytes for email.
      • getUniqueId

        String getUniqueId()
         The unique and stable id of the service account.
         https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts#ServiceAccount
         
        string unique_id = 2;
        Returns:
        The uniqueId.
      • getUniqueIdBytes

        com.google.protobuf.ByteString getUniqueIdBytes()
         The unique and stable id of the service account.
         https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts#ServiceAccount
         
        string unique_id = 2;
        Returns:
        The bytes for uniqueId.