public interface ServiceIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
The email address of the service account that a service producer would use
to access consumer resources.
|
com.google.protobuf.ByteString |
getEmailBytes()
The email address of the service account that a service producer would use
to access consumer resources.
|
String |
getUniqueId()
The unique and stable id of the service account.
|
com.google.protobuf.ByteString |
getUniqueIdBytes()
The unique and stable id of the service account.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEmail()
The email address of the service account that a service producer would use to access consumer resources.
string email = 1;com.google.protobuf.ByteString getEmailBytes()
The email address of the service account that a service producer would use to access consumer resources.
string email = 1;String getUniqueId()
The unique and stable id of the service account. https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts#ServiceAccount
string unique_id = 2;com.google.protobuf.ByteString getUniqueIdBytes()
The unique and stable id of the service account. https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts#ServiceAccount
string unique_id = 2;Copyright © 2022 Google LLC. All rights reserved.