public interface EmailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Optional.
|
com.google.protobuf.ByteString |
getEmailAddressBytes()
Optional.
|
ContactInfoUsage |
getUsage()
Optional.
|
int |
getUsageValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getUsageValue()
Optional. The usage of the email address. For example, SCHOOL, WORK, PERSONAL.
.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;ContactInfoUsage getUsage()
Optional. The usage of the email address. For example, SCHOOL, WORK, PERSONAL.
.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;String getEmailAddress()
Optional. Email address. Number of characters allowed is 4,000.
string email_address = 2;com.google.protobuf.ByteString getEmailAddressBytes()
Optional. Email address. Number of characters allowed is 4,000.
string email_address = 2;Copyright © 2019 Google LLC. All rights reserved.