Class: Google::Cloud::Talent::V4beta1::DeviceInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb

Overview

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.

Defined Under Namespace

Modules: DeviceType

Instance Attribute Summary collapse

Instance Attribute Details

#device_typeGoogle::Cloud::Talent::V4beta1::DeviceInfo::DeviceType

Returns Optional.

Type of the device.

Returns:



183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 183

class DeviceInfo
  # An enumeration describing an API access portal and exposure mechanism.
  module DeviceType
    # The device type isn't specified.
    DEVICE_TYPE_UNSPECIFIED = 0

    # A desktop web browser, such as, Chrome, Firefox, Safari, or Internet
    # Explorer)
    WEB = 1

    # A mobile device web browser, such as a phone or tablet with a Chrome
    # browser.
    MOBILE_WEB = 2

    # An Android device native application.
    ANDROID = 3

    # An iOS device native application.
    IOS = 4

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

    # Other devices types.
    OTHER = 6
  end
end

#idString

Returns Optional.

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

Returns:

  • (String)

    Optional.

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



183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 183

class DeviceInfo
  # An enumeration describing an API access portal and exposure mechanism.
  module DeviceType
    # The device type isn't specified.
    DEVICE_TYPE_UNSPECIFIED = 0

    # A desktop web browser, such as, Chrome, Firefox, Safari, or Internet
    # Explorer)
    WEB = 1

    # A mobile device web browser, such as a phone or tablet with a Chrome
    # browser.
    MOBILE_WEB = 2

    # An Android device native application.
    ANDROID = 3

    # An iOS device native application.
    IOS = 4

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

    # Other devices types.
    OTHER = 6
  end
end