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

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

Resource that represents the name of a person.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#formatted_name

def formatted_name() -> ::String
Returns
  • (::String) — A string represents a person's full name. For example, "Dr. John Smith".

    Number of characters allowed is 100.

#formatted_name=

def formatted_name=(value) -> ::String
Parameter
  • value (::String) — A string represents a person's full name. For example, "Dr. John Smith".

    Number of characters allowed is 100.

Returns
  • (::String) — A string represents a person's full name. For example, "Dr. John Smith".

    Number of characters allowed is 100.

#preferred_name

def preferred_name() -> ::String
Returns
  • (::String) — Preferred name for the person. This field is ignored if structured_name is provided.

    Number of characters allowed is 100.

#preferred_name=

def preferred_name=(value) -> ::String
Parameter
  • value (::String) — Preferred name for the person. This field is ignored if structured_name is provided.

    Number of characters allowed is 100.

Returns
  • (::String) — Preferred name for the person. This field is ignored if structured_name is provided.

    Number of characters allowed is 100.

#structured_name

def structured_name() -> ::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName
Returns

#structured_name=

def structured_name=(value) -> ::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName
Parameter
Returns