public interface AdditionalContactInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContactId()
Optional.
|
com.google.protobuf.ByteString |
getContactIdBytes()
Optional.
|
String |
getName()
Optional.
|
com.google.protobuf.ByteString |
getNameBytes()
Optional.
|
ContactInfoUsage |
getUsage()
Optional.
|
int |
getUsageValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getUsageValue()
Optional. The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.
.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;ContactInfoUsage getUsage()
Optional. The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.
.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;String getName()
Optional. The name of the contact method. For example, "hangout", "skype". Number of characters allowed is 100.
string name = 2;com.google.protobuf.ByteString getNameBytes()
Optional. The name of the contact method. For example, "hangout", "skype". Number of characters allowed is 100.
string name = 2;String getContactId()
Optional. The contact id. Number of characters allowed is 100.
string contact_id = 3;com.google.protobuf.ByteString getContactIdBytes()
Optional. The contact id. Number of characters allowed is 100.
string contact_id = 3;Copyright © 2019 Google LLC. All rights reserved.