Interface ServiceAccountDelegationInfo.FirstPartyPrincipalOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServiceAccountDelegationInfo.FirstPartyPrincipal, ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder
Enclosing class:
ServiceAccountDelegationInfo

public static interface ServiceAccountDelegationInfo.FirstPartyPrincipalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The email address of a Google account.
    com.google.protobuf.ByteString
    The email address of a Google account.
    Metadata about the service that uses the service account.
    Metadata about the service that uses the service account.
    boolean
    Metadata about the service that uses 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 Details

    • getPrincipalEmail

      String getPrincipalEmail()
       The email address of a Google account.
       
      string principal_email = 1;
      Returns:
      The principalEmail.
    • getPrincipalEmailBytes

      com.google.protobuf.ByteString getPrincipalEmailBytes()
       The email address of a Google account.
       
      string principal_email = 1;
      Returns:
      The bytes for principalEmail.
    • hasServiceMetadata

      boolean hasServiceMetadata()
       Metadata about the service that uses the service account.
       
      .google.protobuf.Struct service_metadata = 2;
      Returns:
      Whether the serviceMetadata field is set.
    • getServiceMetadata

      Struct getServiceMetadata()
       Metadata about the service that uses the service account.
       
      .google.protobuf.Struct service_metadata = 2;
      Returns:
      The serviceMetadata.
    • getServiceMetadataOrBuilder

      StructOrBuilder getServiceMetadataOrBuilder()
       Metadata about the service that uses the service account.
       
      .google.protobuf.Struct service_metadata = 2;