Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::PersonNameFilter (v0.4.6)

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::PersonNameFilter.

Filter on person name.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#person_name

def person_name() -> ::String
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.

#person_name=

def person_name=(value) -> ::String
Parameter
  • value (::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.

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.