Class DeviceInfo (2.13.2)

DeviceInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
device_type google.cloud.talent_v4beta1.types.DeviceInfo.DeviceType
Type of the device.
id str
A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.

Classes

DeviceType

DeviceType(value)

An enumeration describing an API access portal and exposure mechanism.

Values: DEVICE_TYPE_UNSPECIFIED (0): The device type isn't specified. WEB (1): A desktop web browser, such as, Chrome, Firefox, Safari, or Internet Explorer) MOBILE_WEB (2): A mobile device web browser, such as a phone or tablet with a Chrome browser. ANDROID (3): An Android device native application. IOS (4): An iOS device native application. BOT (5): A bot, as opposed to a device operated by human beings, such as a web crawler. OTHER (6): Other devices types.