Interface ContactInfoOrBuilder (3.45.0)

public interface ContactInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.

string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.

string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for displayName.

getEmail()

public abstract String getEmail()

The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.

string email = 5;

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.

string email = 5;

Returns
TypeDescription
ByteString

The bytes for email.

getFirstName()

public abstract String getFirstName()

The customer account contact's first name. Optional for Team customers.

string first_name = 1;

Returns
TypeDescription
String

The firstName.

getFirstNameBytes()

public abstract ByteString getFirstNameBytes()

The customer account contact's first name. Optional for Team customers.

string first_name = 1;

Returns
TypeDescription
ByteString

The bytes for firstName.

getLastName()

public abstract String getLastName()

The customer account contact's last name. Optional for Team customers.

string last_name = 2;

Returns
TypeDescription
String

The lastName.

getLastNameBytes()

public abstract ByteString getLastNameBytes()

The customer account contact's last name. Optional for Team customers.

string last_name = 2;

Returns
TypeDescription
ByteString

The bytes for lastName.

getPhone()

public abstract String getPhone()

The customer account's contact phone number.

string phone = 7;

Returns
TypeDescription
String

The phone.

getPhoneBytes()

public abstract ByteString getPhoneBytes()

The customer account's contact phone number.

string phone = 7;

Returns
TypeDescription
ByteString

The bytes for phone.

getTitle()

public abstract String getTitle()

Optional. The customer account contact's job title.

string title = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Optional. The customer account contact's job title.

string title = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for title.