Uses of Class
com.google.cloud.talent.v4beta1.DeviceInfo.Builder
-
Packages that use DeviceInfo.Builder Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of DeviceInfo.Builder in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return DeviceInfo.Builder Modifier and Type Method Description DeviceInfo.Builder
DeviceInfo.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DeviceInfo.Builder
DeviceInfo.Builder. clear()
DeviceInfo.Builder
DeviceInfo.Builder. clearDeviceType()
Type of the device.DeviceInfo.Builder
DeviceInfo.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DeviceInfo.Builder
DeviceInfo.Builder. clearId()
A device-specific ID.DeviceInfo.Builder
DeviceInfo.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DeviceInfo.Builder
DeviceInfo.Builder. clone()
DeviceInfo.Builder
RequestMetadata.Builder. getDeviceInfoBuilder()
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)
DeviceInfo.Builder
DeviceInfo.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceInfo.Builder
DeviceInfo.Builder. mergeFrom(com.google.protobuf.Message other)
DeviceInfo.Builder
DeviceInfo.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static DeviceInfo.Builder
DeviceInfo. newBuilder()
static DeviceInfo.Builder
DeviceInfo. newBuilder(DeviceInfo prototype)
DeviceInfo.Builder
DeviceInfo. newBuilderForType()
protected DeviceInfo.Builder
DeviceInfo. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
DeviceInfo.Builder
DeviceInfo.Builder. setDeviceType(DeviceInfo.DeviceType value)
Type of the device.DeviceInfo.Builder
DeviceInfo.Builder. setDeviceTypeValue(int value)
Type of the device.DeviceInfo.Builder
DeviceInfo.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DeviceInfo.Builder
DeviceInfo.Builder. setId(String value)
A device-specific ID.DeviceInfo.Builder
DeviceInfo.Builder. setIdBytes(com.google.protobuf.ByteString value)
A device-specific ID.DeviceInfo.Builder
DeviceInfo.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
DeviceInfo.Builder
DeviceInfo.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DeviceInfo.Builder
DeviceInfo. toBuilder()
Methods in com.google.cloud.talent.v4beta1 with parameters of type DeviceInfo.Builder Modifier and Type Method Description RequestMetadata.Builder
RequestMetadata.Builder. setDeviceInfo(DeviceInfo.Builder builderForValue)
The type of device used by the job seeker at the time of the call to the service.
-