Interface ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Metadata about third party identity.
    Metadata about third party identity.
    boolean
    Metadata about third party identity.

    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

    • hasThirdPartyClaims

      boolean hasThirdPartyClaims()
       Metadata about third party identity.
       
      .google.protobuf.Struct third_party_claims = 1;
      Returns:
      Whether the thirdPartyClaims field is set.
    • getThirdPartyClaims

      Struct getThirdPartyClaims()
       Metadata about third party identity.
       
      .google.protobuf.Struct third_party_claims = 1;
      Returns:
      The thirdPartyClaims.
    • getThirdPartyClaimsOrBuilder

      StructOrBuilder getThirdPartyClaimsOrBuilder()
       Metadata about third party identity.
       
      .google.protobuf.Struct third_party_claims = 1;