public interface AdditionalContactInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContactId()
public abstract String getContactId()The contact id. Number of characters allowed is 100.
string contact_id = 3;
| Type | Description |
| String | The contactId. |
getContactIdBytes()
public abstract ByteString getContactIdBytes()The contact id. Number of characters allowed is 100.
string contact_id = 3;
| 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;
| 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;
| 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;
| 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;
| Type | Description |
| int | The enum numeric value on the wire for usage. |