public static interface ServiceAccountDelegationInfo.FirstPartyPrincipalOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPrincipalEmail()
public abstract String getPrincipalEmail()
The email address of a Google account.
string principal_email = 1;
Returns | |
---|---|
Type | Description |
String |
The principalEmail. |
getPrincipalEmailBytes()
public abstract ByteString getPrincipalEmailBytes()
The email address of a Google account.
string principal_email = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for principalEmail. |
getServiceMetadata()
public abstract Struct getServiceMetadata()
Metadata about the service that uses the service account.
.google.protobuf.Struct service_metadata = 2;
Returns | |
---|---|
Type | Description |
Struct |
The serviceMetadata. |
getServiceMetadataOrBuilder()
public abstract StructOrBuilder getServiceMetadataOrBuilder()
Metadata about the service that uses the service account.
.google.protobuf.Struct service_metadata = 2;
Returns | |
---|---|
Type | Description |
StructOrBuilder |
hasServiceMetadata()
public abstract boolean hasServiceMetadata()
Metadata about the service that uses the service account.
.google.protobuf.Struct service_metadata = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the serviceMetadata field is set. |