Class: Google::Cloud::Talent::V4beta1::PersonNameFilter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/filters.rb

Overview

Filter on person name.

Instance Attribute Summary collapse

Instance Attribute Details

#person_name::String

Returns 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.

Returns:

  • (::String)

    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.



811
812
813
814
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 811

class PersonNameFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end