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
-
(::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
-
value (::String) — A string represents a person's full name. For example, "Dr. John Smith".
Number of characters allowed is 100.
-
(::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
-
(::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
-
value (::String) — Preferred name for the person. This field is ignored if structured_name
is provided.
Number of characters allowed is 100.
-
(::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
- (::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName) — A person's name in a structured way (last name, first name, suffix, and so on.)
#structured_name=
def structured_name=(value) -> ::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName
- value (::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName) — A person's name in a structured way (last name, first name, suffix, and so on.)
- (::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName) — A person's name in a structured way (last name, first name, suffix, and so on.)