public static interface ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getThirdPartyClaims()
public abstract Struct getThirdPartyClaims()
Metadata about third party identity.
.google.protobuf.Struct third_party_claims = 1;
Returns | |
---|---|
Type | Description |
Struct |
The thirdPartyClaims. |
getThirdPartyClaimsOrBuilder()
public abstract StructOrBuilder getThirdPartyClaimsOrBuilder()
Metadata about third party identity.
.google.protobuf.Struct third_party_claims = 1;
Returns | |
---|---|
Type | Description |
StructOrBuilder |
hasThirdPartyClaims()
public abstract boolean hasThirdPartyClaims()
Metadata about third party identity.
.google.protobuf.Struct third_party_claims = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the thirdPartyClaims field is set. |