Interface DeviceInfoOrBuilder (2.5.0)

public interface DeviceInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeviceType()

public abstract DeviceInfo.DeviceType getDeviceType()

Type of the device.

.google.cloud.talent.v4.DeviceInfo.DeviceType device_type = 1;

Returns
TypeDescription
DeviceInfo.DeviceType

The deviceType.

getDeviceTypeValue()

public abstract int getDeviceTypeValue()

Type of the device.

.google.cloud.talent.v4.DeviceInfo.DeviceType device_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for deviceType.

getId()

public abstract String getId()

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

string id = 2;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

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

string id = 2;

Returns
TypeDescription
ByteString

The bytes for id.