public interface PersonNameFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPersonName()
Required.
|
com.google.protobuf.ByteString |
getPersonNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPersonName()
Required. The person name. For example, "John Smith". Can be any combination of [PersonName.structured_name.given_name][], [PersonName.structured_name.middle_initial][], [PersonName.structured_name.family_name][], and [PersonName.formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name].
string person_name = 1;com.google.protobuf.ByteString getPersonNameBytes()
Required. The person name. For example, "John Smith". Can be any combination of [PersonName.structured_name.given_name][], [PersonName.structured_name.middle_initial][], [PersonName.structured_name.family_name][], and [PersonName.formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name].
string person_name = 1;Copyright © 2019 Google LLC. All rights reserved.