Uses of Class
ai.promoted.proto.common.Device
-
Packages that use Device Package Description ai.promoted.proto.common ai.promoted.proto.delivery ai.promoted.proto.event -
-
Uses of Device in ai.promoted.proto.common
Methods in ai.promoted.proto.common that return Device Modifier and Type Method Description DeviceDevice.Builder. build()DeviceDevice.Builder. buildPartial()static DeviceDevice. getDefaultInstance()DeviceDevice.Builder. getDefaultInstanceForType()DeviceDevice. getDefaultInstanceForType()static DeviceDevice. parseDelimitedFrom(InputStream input)static DeviceDevice. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceDevice. parseFrom(byte[] data)static DeviceDevice. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceDevice. parseFrom(com.google.protobuf.ByteString data)static DeviceDevice. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceDevice. parseFrom(com.google.protobuf.CodedInputStream input)static DeviceDevice. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceDevice. parseFrom(InputStream input)static DeviceDevice. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceDevice. parseFrom(ByteBuffer data)static DeviceDevice. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.common that return types with arguments of type Device Modifier and Type Method Description com.google.protobuf.Parser<Device>Device. getParserForType()static com.google.protobuf.Parser<Device>Device. parser()Methods in ai.promoted.proto.common with parameters of type Device Modifier and Type Method Description Device.BuilderDevice.Builder. mergeFrom(Device other)static Device.BuilderDevice. newBuilder(Device prototype) -
Uses of Device in ai.promoted.proto.delivery
Methods in ai.promoted.proto.delivery that return Device Modifier and Type Method Description DeviceRequest.Builder. getDevice().common.Device device = 18 [json_name = "device"];DeviceRequest. getDevice().common.Device device = 18 [json_name = "device"];DeviceRequestOrBuilder. getDevice().common.Device device = 18 [json_name = "device"];Methods in ai.promoted.proto.delivery with parameters of type Device Modifier and Type Method Description Request.BuilderRequest.Builder. mergeDevice(Device value).common.Device device = 18 [json_name = "device"];Request.BuilderRequest.Builder. setDevice(Device value).common.Device device = 18 [json_name = "device"]; -
Uses of Device in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return Device Modifier and Type Method Description DeviceAction.Builder. getDevice().common.Device device = 26 [json_name = "device"];DeviceAction. getDevice().common.Device device = 26 [json_name = "device"];DeviceActionOrBuilder. getDevice().common.Device device = 26 [json_name = "device"];DeviceLogRequest.Builder. getDevice().common.Device device = 24 [json_name = "device"];DeviceLogRequest. getDevice().common.Device device = 24 [json_name = "device"];DeviceLogRequestOrBuilder. getDevice().common.Device device = 24 [json_name = "device"];Methods in ai.promoted.proto.event with parameters of type Device Modifier and Type Method Description Action.BuilderAction.Builder. mergeDevice(Device value).common.Device device = 26 [json_name = "device"];LogRequest.BuilderLogRequest.Builder. mergeDevice(Device value).common.Device device = 24 [json_name = "device"];Action.BuilderAction.Builder. setDevice(Device value).common.Device device = 26 [json_name = "device"];LogRequest.BuilderLogRequest.Builder. setDevice(Device value).common.Device device = 24 [json_name = "device"];
-