public interface PhoneOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNumber()
Optional.
|
com.google.protobuf.ByteString |
getNumberBytes()
Optional.
|
Phone.PhoneType |
getType()
Optional.
|
int |
getTypeValue()
Optional.
|
ContactInfoUsage |
getUsage()
Optional.
|
int |
getUsageValue()
Optional.
|
String |
getWhenAvailable()
Optional.
|
com.google.protobuf.ByteString |
getWhenAvailableBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getUsageValue()
Optional. The usage of the phone. For example, SCHOOL, WORK, PERSONAL.
.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;ContactInfoUsage getUsage()
Optional. The usage of the phone. For example, SCHOOL, WORK, PERSONAL.
.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;int getTypeValue()
Optional. The phone type. For example, LANDLINE, MOBILE, FAX.
.google.cloud.talent.v4beta1.Phone.PhoneType type = 2;Phone.PhoneType getType()
Optional. The phone type. For example, LANDLINE, MOBILE, FAX.
.google.cloud.talent.v4beta1.Phone.PhoneType type = 2;String getNumber()
Optional. Phone number. Any phone formats are supported and only exact matches are performed on searches. For example, if a phone number in profile is provided in the format of "(xxx)xxx-xxxx", in profile searches the same phone format has to be provided. Number of characters allowed is 20.
string number = 3;com.google.protobuf.ByteString getNumberBytes()
Optional. Phone number. Any phone formats are supported and only exact matches are performed on searches. For example, if a phone number in profile is provided in the format of "(xxx)xxx-xxxx", in profile searches the same phone format has to be provided. Number of characters allowed is 20.
string number = 3;String getWhenAvailable()
Optional. When this number is available. Any descriptive string is expected. Number of characters allowed is 100.
string when_available = 4;com.google.protobuf.ByteString getWhenAvailableBytes()
Optional. When this number is available. Any descriptive string is expected. Number of characters allowed is 100.
string when_available = 4;Copyright © 2019 Google LLC. All rights reserved.