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