Module: Google::Cloud::Talent::V4beta1::Phone::PhoneType

Defined in:
proto_docs/google/cloud/talent/v4beta1/profile.rb

Overview

Enum that represents the type of the telephone.

Constant Summary collapse

PHONE_TYPE_UNSPECIFIED =

Default value.

0
LANDLINE =

A landline.

1
MOBILE =

A mobile.

2
FAX =

A fax.

3
PAGER =

A pager.

4
TTY_OR_TDD =

A TTY (test telephone) or TDD (telecommunication device for the deaf).

5
VOICEMAIL =

A voicemail.

6
VIRTUAL =

A virtual telephone number is a number that can be routed to another number and managed by the user via Web, SMS, IVR, and so on. It is associated with a particular person, and may be routed to either a MOBILE or LANDLINE number. The phone usage should be set to PERSONAL for these phone types. Some more information can be found here: https://en.wikipedia.org/wiki/Personal_Numbers

7
VOIP =

Voice over IP numbers. This includes TSoIP (Telephony Service over IP).

8
MOBILE_OR_LANDLINE =

In some regions (e.g. the USA), it is impossible to distinguish between fixed-line and mobile numbers by looking at the phone number itself.

9