Interface Contacts.PersonOrBuilder (1.7.2)

public static interface Contacts.PersonOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDesignation()

public abstract String getDesignation()

Designation of the person, for example, Data Steward.

string designation = 1;

Returns
TypeDescription
String

The designation.

getDesignationBytes()

public abstract ByteString getDesignationBytes()

Designation of the person, for example, Data Steward.

string designation = 1;

Returns
TypeDescription
ByteString

The bytes for designation.

getEmail()

public abstract String getEmail()

Email of the person in the format of john.doe@example.com, <john.doe@example.com>, or John Doe<john.doe@example.com>.

string email = 2;

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

Email of the person in the format of john.doe@example.com, <john.doe@example.com>, or John Doe<john.doe@example.com>.

string email = 2;

Returns
TypeDescription
ByteString

The bytes for email.