public static interface ServiceAccountDelegationInfo.FirstPartyPrincipalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPrincipalEmail()
The email address of a Google account.
|
com.google.protobuf.ByteString |
getPrincipalEmailBytes()
The email address of a Google account.
|
com.google.protobuf.Struct |
getServiceMetadata()
Metadata about the service that uses the service account.
|
com.google.protobuf.StructOrBuilder |
getServiceMetadataOrBuilder()
Metadata about the service that uses the service account.
|
boolean |
hasServiceMetadata()
Metadata about the service that uses the service account.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPrincipalEmail()
The email address of a Google account.
string principal_email = 1;com.google.protobuf.ByteString getPrincipalEmailBytes()
The email address of a Google account.
string principal_email = 1;boolean hasServiceMetadata()
Metadata about the service that uses the service account.
.google.protobuf.Struct service_metadata = 2;com.google.protobuf.Struct getServiceMetadata()
Metadata about the service that uses the service account.
.google.protobuf.Struct service_metadata = 2;com.google.protobuf.StructOrBuilder getServiceMetadataOrBuilder()
Metadata about the service that uses the service account.
.google.protobuf.Struct service_metadata = 2;Copyright © 2022 Google LLC. All rights reserved.