public static interface PersonName.PersonStructuredNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFamilyName()
Optional.
|
com.google.protobuf.ByteString |
getFamilyNameBytes()
Optional.
|
String |
getGivenName()
Optional.
|
com.google.protobuf.ByteString |
getGivenNameBytes()
Optional.
|
String |
getMiddleInitial()
Optional.
|
com.google.protobuf.ByteString |
getMiddleInitialBytes()
Optional.
|
String |
getPreferredName()
Optional.
|
com.google.protobuf.ByteString |
getPreferredNameBytes()
Optional.
|
String |
getPrefixes(int index)
Optional.
|
com.google.protobuf.ByteString |
getPrefixesBytes(int index)
Optional.
|
int |
getPrefixesCount()
Optional.
|
List<String> |
getPrefixesList()
Optional.
|
String |
getSuffixes(int index)
Optional.
|
com.google.protobuf.ByteString |
getSuffixesBytes(int index)
Optional.
|
int |
getSuffixesCount()
Optional.
|
List<String> |
getSuffixesList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGivenName()
Optional. Given/first name. It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. Number of characters allowed is 100.
string given_name = 1;com.google.protobuf.ByteString getGivenNameBytes()
Optional. Given/first name. It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. Number of characters allowed is 100.
string given_name = 1;String getPreferredName()
Optional. Preferred given/first name or nickname. Number of characters allowed is 100.
string preferred_name = 6;com.google.protobuf.ByteString getPreferredNameBytes()
Optional. Preferred given/first name or nickname. Number of characters allowed is 100.
string preferred_name = 6;String getMiddleInitial()
Optional. Middle initial. It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. Number of characters allowed is 20.
string middle_initial = 2;com.google.protobuf.ByteString getMiddleInitialBytes()
Optional. Middle initial. It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. Number of characters allowed is 20.
string middle_initial = 2;String getFamilyName()
Optional. Family/last name. It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. Number of characters allowed is 100.
string family_name = 3;com.google.protobuf.ByteString getFamilyNameBytes()
Optional. Family/last name. It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. Number of characters allowed is 100.
string family_name = 3;List<String> getSuffixesList()
Optional. Suffixes. Number of characters allowed is 20.
repeated string suffixes = 4;int getSuffixesCount()
Optional. Suffixes. Number of characters allowed is 20.
repeated string suffixes = 4;String getSuffixes(int index)
Optional. Suffixes. Number of characters allowed is 20.
repeated string suffixes = 4;com.google.protobuf.ByteString getSuffixesBytes(int index)
Optional. Suffixes. Number of characters allowed is 20.
repeated string suffixes = 4;List<String> getPrefixesList()
Optional. Prefixes. Number of characters allowed is 20.
repeated string prefixes = 5;int getPrefixesCount()
Optional. Prefixes. Number of characters allowed is 20.
repeated string prefixes = 5;String getPrefixes(int index)
Optional. Prefixes. Number of characters allowed is 20.
repeated string prefixes = 5;com.google.protobuf.ByteString getPrefixesBytes(int index)
Optional. Prefixes. Number of characters allowed is 20.
repeated string prefixes = 5;Copyright © 2019 Google LLC. All rights reserved.