public interface DeviceInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeviceType()
public abstract DeviceInfo.DeviceType getDeviceType()Type of the device.
.google.cloud.talent.v4beta1.DeviceInfo.DeviceType device_type = 1;
| Returns | |
|---|---|
| Type | Description |
DeviceInfo.DeviceType |
The deviceType. |
getDeviceTypeValue()
public abstract int getDeviceTypeValue()Type of the device.
.google.cloud.talent.v4beta1.DeviceInfo.DeviceType device_type = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |