Uses of Class
com.google.cloud.talent.v4beta1.DeviceInfo
-
Packages that use DeviceInfo Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of DeviceInfo in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return DeviceInfo Modifier and Type Method Description DeviceInfo
DeviceInfo.Builder. build()
DeviceInfo
DeviceInfo.Builder. buildPartial()
static DeviceInfo
DeviceInfo. getDefaultInstance()
DeviceInfo
DeviceInfo.Builder. getDefaultInstanceForType()
DeviceInfo
DeviceInfo. getDefaultInstanceForType()
DeviceInfo
RequestMetadata.Builder. getDeviceInfo()
The type of device used by the job seeker at the time of the call to the service.DeviceInfo
RequestMetadata. getDeviceInfo()
The type of device used by the job seeker at the time of the call to the service.DeviceInfo
RequestMetadataOrBuilder. getDeviceInfo()
The type of device used by the job seeker at the time of the call to the service.static DeviceInfo
DeviceInfo. parseDelimitedFrom(InputStream input)
static DeviceInfo
DeviceInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceInfo
DeviceInfo. parseFrom(byte[] data)
static DeviceInfo
DeviceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceInfo
DeviceInfo. parseFrom(com.google.protobuf.ByteString data)
static DeviceInfo
DeviceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceInfo
DeviceInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static DeviceInfo
DeviceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceInfo
DeviceInfo. parseFrom(InputStream input)
static DeviceInfo
DeviceInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceInfo
DeviceInfo. parseFrom(ByteBuffer data)
static DeviceInfo
DeviceInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type DeviceInfo Modifier and Type Method Description com.google.protobuf.Parser<DeviceInfo>
DeviceInfo. getParserForType()
static com.google.protobuf.Parser<DeviceInfo>
DeviceInfo. parser()
Methods in com.google.cloud.talent.v4beta1 with parameters of type DeviceInfo Modifier and Type Method Description RequestMetadata.Builder
RequestMetadata.Builder. mergeDeviceInfo(DeviceInfo value)
The type of device used by the job seeker at the time of the call to the service.DeviceInfo.Builder
DeviceInfo.Builder. mergeFrom(DeviceInfo other)
static DeviceInfo.Builder
DeviceInfo. newBuilder(DeviceInfo prototype)
RequestMetadata.Builder
RequestMetadata.Builder. setDeviceInfo(DeviceInfo value)
The type of device used by the job seeker at the time of the call to the service.
-