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
    com.google.protobuf.Struct
    Metadata about third party identity.
    com.google.protobuf.StructOrBuilder
    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

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

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