Reference documentation and code samples for the Google Cloud Talent Solution V4 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.v4.DeviceInfo
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int |
setDeviceType
Type of the device.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getId
A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.
Returns | |
---|---|
Type | Description |
string |
setId
A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |