Interface ServiceIdentityOrBuilder (2.42.0)

public interface ServiceIdentityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmail()

public abstract String getEmail()

The email address of the service identity.

string email = 1;

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

The email address of the service identity.

string email = 1;

Returns
TypeDescription
ByteString

The bytes for email.