Class: Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
Resource that represents a person's structured name.
Instance Attribute Summary collapse
-
#family_name ⇒ String
Family/last name.
-
#given_name ⇒ String
Given/first name.
-
#middle_initial ⇒ String
Middle initial.
-
#preferred_name ⇒ String
Preferred given/first name or nickname.
-
#prefixes ⇒ Array<String>
Prefixes.
-
#suffixes ⇒ Array<String>
Suffixes.
Instance Attribute Details
#family_name ⇒ String
Returns Family/last name.
It's derived from formatted_name if not provided.
Number of characters allowed is 100.
391 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 391 class PersonStructuredName; end |
#given_name ⇒ String
Returns Given/first name.
It's derived from formatted_name if not provided.
Number of characters allowed is 100.
391 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 391 class PersonStructuredName; end |
#middle_initial ⇒ String
Returns Middle initial.
It's derived from formatted_name if not provided.
Number of characters allowed is 20.
391 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 391 class PersonStructuredName; end |
#preferred_name ⇒ String
Returns Preferred given/first name or nickname.
Number of characters allowed is 100.
391 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 391 class PersonStructuredName; end |
#prefixes ⇒ Array<String>
Returns Prefixes.
Number of characters allowed is 20.
391 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 391 class PersonStructuredName; end |
#suffixes ⇒ Array<String>
Returns Suffixes.
Number of characters allowed is 20.
391 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 391 class PersonStructuredName; end |