Interface ContactOrBuilder (2.49.0)

public interface ContactOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmail()

public abstract String getEmail()

An email address. For example, "person123@company.com".

string email = 1;

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

An email address. For example, "person123@company.com".

string email = 1;

Returns
TypeDescription
ByteString

The bytes for email.