Interface ServiceIdentityOrBuilder (2.18.0)

public interface ServiceIdentityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmail()

public abstract String getEmail()

The email address of the service account that a service producer would use to access consumer resources.

string email = 1;

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

The email address of the service account that a service producer would use to access consumer resources.

string email = 1;

Returns
TypeDescription
ByteString

The bytes for email.

getUniqueId()

public abstract 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;

Returns
TypeDescription
String

The uniqueId.

getUniqueIdBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for uniqueId.