Google Cloud Talent Solution V4beta1 Client - Class DeviceInfo (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class DeviceInfo.

Device information collected from the job seeker, candidate, or other entity conducting the job search. Providing this information improves the quality of the search results across devices.

Generated from protobuf message google.cloud.talent.v4beta1.DeviceInfo

Namespace

Google \ Cloud \ Talent \ V4beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ device_type int

Type of the device.

↳ id string

A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.

getDeviceType

Type of the device.

Returns
TypeDescription
int

setDeviceType

Type of the device.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getId

A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.

Returns
TypeDescription
string

setId

A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.

Parameter
NameDescription
var string
Returns
TypeDescription
$this