public interface AdminUserOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEmail()
public abstract String getEmail()Primary email of the admin user.
string email = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()Primary email of the admin user.
string email = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for email. |
getFamilyName()
public abstract String getFamilyName()Family name of the admin user.
string family_name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The familyName. |
getFamilyNameBytes()
public abstract ByteString getFamilyNameBytes()Family name of the admin user.
string family_name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for familyName. |
getGivenName()
public abstract String getGivenName()Given name of the admin user.
string given_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The givenName. |
getGivenNameBytes()
public abstract ByteString getGivenNameBytes()Given name of the admin user.
string given_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for givenName. |