Interface AdminUserOrBuilder (3.7.2)

public interface AdminUserOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmail()

public abstract String getEmail()

Primary email of the admin user.

string email = 1;

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

Primary email of the admin user.

string email = 1;

Returns
TypeDescription
ByteString

The bytes for email.

getFamilyName()

public abstract String getFamilyName()

Family name of the admin user.

string family_name = 3;

Returns
TypeDescription
String

The familyName.

getFamilyNameBytes()

public abstract ByteString getFamilyNameBytes()

Family name of the admin user.

string family_name = 3;

Returns
TypeDescription
ByteString

The bytes for familyName.

getGivenName()

public abstract String getGivenName()

Given name of the admin user.

string given_name = 2;

Returns
TypeDescription
String

The givenName.

getGivenNameBytes()

public abstract ByteString getGivenNameBytes()

Given name of the admin user.

string given_name = 2;

Returns
TypeDescription
ByteString

The bytes for givenName.