Phone
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
Resource that represents a person's telephone number.
Attributes
Name | Description |
usage | google.cloud.talent_v4beta1.types.ContactInfoUsage
The usage of the phone. For example, SCHOOL, WORK, PERSONAL. |
type_ | google.cloud.talent_v4beta1.types.Phone.PhoneType
The phone type. For example, LANDLINE, MOBILE, FAX. |
number | str
Phone number. Any phone formats are supported and only exact matches are performed on searches. For example, if a phone number in profile is provided in the format of "(xxx)xxx-xxxx", in profile searches the same phone format has to be provided. Number of characters allowed is 20. |
when_available | str
When this number is available. Any descriptive string is expected. Number of characters allowed is 100. |
Inheritance
builtins.object > proto.message.Message > PhoneClasses
PhoneType
PhoneType
(
value
)
Enum that represents the type of the telephone.