Package com.google.cloud.audit
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 TypeMethodDescriptioncom.google.protobuf.StructMetadata about third party identity.com.google.protobuf.StructOrBuilderMetadata about third party identity.booleanMetadata about third party identity.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-