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
Optional.
-
#given_name ⇒ String
Optional.
-
#middle_initial ⇒ String
Optional.
-
#preferred_name ⇒ String
Optional.
-
#prefixes ⇒ Array<String>
Optional.
-
#suffixes ⇒ Array<String>
Optional.
Instance Attribute Details
#family_name ⇒ String
Returns Optional.
Family/last name.
It's derived from formatted_name if not provided.
Number of characters allowed is 100.
326 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 326 class PersonStructuredName; end |
#given_name ⇒ String
Returns Optional.
Given/first name.
It's derived from formatted_name if not provided.
Number of characters allowed is 100.
326 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 326 class PersonStructuredName; end |
#middle_initial ⇒ String
Returns Optional.
Middle initial.
It's derived from formatted_name if not provided.
Number of characters allowed is 20.
326 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 326 class PersonStructuredName; end |
#preferred_name ⇒ String
Returns Optional.
Preferred given/first name or nickname.
Number of characters allowed is 100.
326 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 326 class PersonStructuredName; end |
#prefixes ⇒ Array<String>
Returns Optional.
Prefixes.
Number of characters allowed is 20.
326 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 326 class PersonStructuredName; end |
#suffixes ⇒ Array<String>
Returns Optional.
Suffixes.
Number of characters allowed is 20.
326 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 326 class PersonStructuredName; end |