Google Cloud Talent Solution V4 Client - Class DeviceType (2.0.0-RC1)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class DeviceType.

An enumeration describing an API access portal and exposure mechanism.

Protobuf type google.cloud.talent.v4.DeviceInfo.DeviceType

Namespace

Google \ Cloud \ Talent \ V4 \ DeviceInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DEVICE_TYPE_UNSPECIFIED

Value: 0

The device type isn't specified.

Generated from protobuf enum DEVICE_TYPE_UNSPECIFIED = 0;

WEB

Value: 1

A desktop web browser, such as, Chrome, Firefox, Safari, or Internet Explorer)

Generated from protobuf enum WEB = 1;

MOBILE_WEB

Value: 2

A mobile device web browser, such as a phone or tablet with a Chrome browser.

Generated from protobuf enum MOBILE_WEB = 2;

ANDROID

Value: 3

An Android device native application.

Generated from protobuf enum ANDROID = 3;

IOS

Value: 4

An iOS device native application.

Generated from protobuf enum IOS = 4;

BOT

Value: 5

A bot, as opposed to a device operated by human beings, such as a web crawler.

Generated from protobuf enum BOT = 5;

OTHER

Value: 6

Other devices types.

Generated from protobuf enum OTHER = 6;