Interface ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getThirdPartyClaims()
      Metadata about third party identity.
      com.google.protobuf.StructOrBuilder getThirdPartyClaimsOrBuilder()
      Metadata about third party identity.
      boolean hasThirdPartyClaims()
      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 Detail

      • 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;