Interface EmailOrBuilder (2.2.9)

public interface EmailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmailAddress()

public abstract String getEmailAddress()

Email address. Number of characters allowed is 4,000.

string email_address = 2;

Returns
TypeDescription
String

The emailAddress.

getEmailAddressBytes()

public abstract ByteString getEmailAddressBytes()

Email address. Number of characters allowed is 4,000.

string email_address = 2;

Returns
TypeDescription
ByteString

The bytes for emailAddress.

getUsage()

public abstract ContactInfoUsage getUsage()

The usage of the email address. For example, SCHOOL, WORK, PERSONAL.

.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;

Returns
TypeDescription
ContactInfoUsage

The usage.

getUsageValue()

public abstract int getUsageValue()

The usage of the email address. For example, SCHOOL, WORK, PERSONAL.

.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for usage.