Interface AdditionalContactInfoOrBuilder

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
TypeDescription
String

The contactId.

getContactIdBytes()

public abstract ByteString getContactIdBytes()

The contact id. Number of characters allowed is 100.

string contact_id = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for usage.