Interface AdditionalContactInfoOrBuilder (2.2.9)

public interface AdditionalContactInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContactId()

public abstract String getContactId()

The contact id. Number of characters allowed is 100.

string contact_id = 3;

Returns
Type Description
String

The contactId.

getContactIdBytes()

public abstract ByteString getContactIdBytes()

The contact id. Number of characters allowed is 100.

string contact_id = 3;

Returns
Type Description
ByteString

The bytes for contactId.

getName()

public abstract String getName()

The name of the contact method. For example, "hangout", "skype". Number of characters allowed is 100.

string name = 2;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the contact method. For example, "hangout", "skype". Number of characters allowed is 100.

string name = 2;

Returns
Type Description
ByteString

The bytes for name.

getUsage()

public abstract ContactInfoUsage getUsage()

The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.

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

Returns
Type Description
ContactInfoUsage

The usage.

getUsageValue()

public abstract int getUsageValue()

The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.

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

Returns
Type Description
int

The enum numeric value on the wire for usage.