Package com.google.cloud.audit
Interface ServiceAccountDelegationInfo.FirstPartyPrincipalOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceAccountDelegationInfo.FirstPartyPrincipal
,ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder
- Enclosing class:
- ServiceAccountDelegationInfo
public static interface ServiceAccountDelegationInfo.FirstPartyPrincipalOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrincipalEmail
java.lang.String getPrincipalEmail()
The email address of a Google account.
string principal_email = 1;
- Returns:
- The principalEmail.
-
getPrincipalEmailBytes
com.google.protobuf.ByteString getPrincipalEmailBytes()
The email address of a Google account.
string principal_email = 1;
- Returns:
- The bytes for principalEmail.
-
hasServiceMetadata
boolean hasServiceMetadata()
Metadata about the service that uses the service account.
.google.protobuf.Struct service_metadata = 2;
- Returns:
- Whether the serviceMetadata field is set.
-
getServiceMetadata
com.google.protobuf.Struct getServiceMetadata()
Metadata about the service that uses the service account.
.google.protobuf.Struct service_metadata = 2;
- Returns:
- The serviceMetadata.
-
getServiceMetadataOrBuilder
com.google.protobuf.StructOrBuilder getServiceMetadataOrBuilder()
Metadata about the service that uses the service account.
.google.protobuf.Struct service_metadata = 2;
-
-