public interface DeviceInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DeviceInfo.DeviceType |
getDeviceType()
Type of the device.
|
int |
getDeviceTypeValue()
Type of the device.
|
String |
getId()
A device-specific ID.
|
ByteString |
getIdBytes()
A device-specific ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getDeviceTypeValue()
Type of the device.
.google.cloud.talent.v4beta1.DeviceInfo.DeviceType device_type = 1;
DeviceInfo.DeviceType getDeviceType()
Type of the device.
.google.cloud.talent.v4beta1.DeviceInfo.DeviceType device_type = 1;
String getId()
A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.
string id = 2;
ByteString getIdBytes()
A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.
string id = 2;
Copyright © 2022 Google LLC. All rights reserved.