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