public interface PersonNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedName()
Optional.
|
com.google.protobuf.ByteString |
getFormattedNameBytes()
Optional.
|
PersonName.PersonNameCase |
getPersonNameCase() |
String |
getPreferredName()
Optional.
|
com.google.protobuf.ByteString |
getPreferredNameBytes()
Optional.
|
PersonName.PersonStructuredName |
getStructuredName()
Optional.
|
PersonName.PersonStructuredNameOrBuilder |
getStructuredNameOrBuilder()
Optional.
|
boolean |
hasStructuredName()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFormattedName()
Optional. A string represents a person's full name. For example, "Dr. John Smith". Number of characters allowed is 100.
string formatted_name = 1;com.google.protobuf.ByteString getFormattedNameBytes()
Optional. A string represents a person's full name. For example, "Dr. John Smith". Number of characters allowed is 100.
string formatted_name = 1;boolean hasStructuredName()
Optional. A person's name in a structured way (last name, first name, suffix, and so on.)
.google.cloud.talent.v4beta1.PersonName.PersonStructuredName structured_name = 2;PersonName.PersonStructuredName getStructuredName()
Optional. A person's name in a structured way (last name, first name, suffix, and so on.)
.google.cloud.talent.v4beta1.PersonName.PersonStructuredName structured_name = 2;PersonName.PersonStructuredNameOrBuilder getStructuredNameOrBuilder()
Optional. A person's name in a structured way (last name, first name, suffix, and so on.)
.google.cloud.talent.v4beta1.PersonName.PersonStructuredName structured_name = 2;String getPreferredName()
Optional. Preferred name for the person. This field is ignored if [structured_name][google.cloud.talent.v4beta1.PersonName.structured_name] is provided. Number of characters allowed is 100.
string preferred_name = 3;com.google.protobuf.ByteString getPreferredNameBytes()
Optional. Preferred name for the person. This field is ignored if [structured_name][google.cloud.talent.v4beta1.PersonName.structured_name] is provided. Number of characters allowed is 100.
string preferred_name = 3;PersonName.PersonNameCase getPersonNameCase()
Copyright © 2019 Google LLC. All rights reserved.