Interface PersonNameFilterOrBuilder

public interface PersonNameFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPersonName()

public abstract String 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.

string person_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The personName.

getPersonNameBytes()

public abstract 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.

string person_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for personName.