PersonName(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Resource that represents the name of a person.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name | Description |
formatted_name |
str
A string represents a person's full name. For example, "Dr. John Smith". Number of characters allowed is 100. This field is a member of `oneof`_ ``person_name``. |
structured_name |
google.cloud.talent_v4beta1.types.PersonName.PersonStructuredName
A person's name in a structured way (last name, first name, suffix, and so on.) This field is a member of `oneof`_ ``person_name``. |
preferred_name |
str
Preferred name for the person. This field is ignored if structured_name is provided. Number of characters allowed is 100. |
Inheritance
builtins.object > proto.message.Message > PersonNameClasses
PersonStructuredName
PersonStructuredName(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Resource that represents a person's structured name.