Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Phone.
Resource that represents a person's telephone number.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#number
def number() -> ::String
-
(::String) — 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.
#number=
def number=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#type
def type() -> ::Google::Cloud::Talent::V4beta1::Phone::PhoneType
- (::Google::Cloud::Talent::V4beta1::Phone::PhoneType) — The phone type. For example, LANDLINE, MOBILE, FAX.
#type=
def type=(value) -> ::Google::Cloud::Talent::V4beta1::Phone::PhoneType
- value (::Google::Cloud::Talent::V4beta1::Phone::PhoneType) — The phone type. For example, LANDLINE, MOBILE, FAX.
- (::Google::Cloud::Talent::V4beta1::Phone::PhoneType) — The phone type. For example, LANDLINE, MOBILE, FAX.
#usage
def usage() -> ::Google::Cloud::Talent::V4beta1::ContactInfoUsage
- (::Google::Cloud::Talent::V4beta1::ContactInfoUsage) — The usage of the phone. For example, SCHOOL, WORK, PERSONAL.
#usage=
def usage=(value) -> ::Google::Cloud::Talent::V4beta1::ContactInfoUsage
- value (::Google::Cloud::Talent::V4beta1::ContactInfoUsage) — The usage of the phone. For example, SCHOOL, WORK, PERSONAL.
- (::Google::Cloud::Talent::V4beta1::ContactInfoUsage) — The usage of the phone. For example, SCHOOL, WORK, PERSONAL.
#when_available
def when_available() -> ::String
-
(::String) — When this number is available. Any descriptive string is expected.
Number of characters allowed is 100.
#when_available=
def when_available=(value) -> ::String
-
value (::String) — When this number is available. Any descriptive string is expected.
Number of characters allowed is 100.
-
(::String) — When this number is available. Any descriptive string is expected.
Number of characters allowed is 100.