Interface Contacts.PersonOrBuilder (1.9.0)

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@xyz, <john.doe@xyz>, or John Doe<john.doe@xyz>.

string email = 2;

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

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

string email = 2;

Returns
TypeDescription
ByteString

The bytes for email.