Interface ServiceIdentityOrBuilder (2.32.0)

publicinterface ServiceIdentityOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmail()

publicabstractStringgetEmail()

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

string email = 1;

Returns
Type Description
String

The email.

getEmailBytes()

publicabstractByteStringgetEmailBytes()

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

string email = 1;

Returns
Type Description
ByteString

The bytes for email.

getUniqueId()

publicabstractStringgetUniqueId()

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
Type Description
String

The uniqueId.

getUniqueIdBytes()

publicabstractByteStringgetUniqueIdBytes()

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
Type Description
ByteString

The bytes for uniqueId.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.