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 \ DeviceInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DEVICE_TYPE_UNSPECIFIED
Value: 0The device type isn't specified.
Generated from protobuf enum DEVICE_TYPE_UNSPECIFIED = 0;
WEB
Value: 1A desktop web browser, such as, Chrome, Firefox, Safari, or Internet Explorer)
Generated from protobuf enum WEB = 1;
MOBILE_WEB
Value: 2A mobile device web browser, such as a phone or tablet with a Chrome browser.
Generated from protobuf enum MOBILE_WEB = 2;
ANDROID
Value: 3An Android device native application.
Generated from protobuf enum ANDROID = 3;
IOS
Value: 4An iOS device native application.
Generated from protobuf enum IOS = 4;
BOT
Value: 5A bot, as opposed to a device operated by human beings, such as a web crawler.
Generated from protobuf enum BOT = 5;
OTHER
Value: 6Other devices types.
Generated from protobuf enum OTHER = 6;