Uses of Class
com.google.cloud.iot.v1.DeviceState
-
Packages that use DeviceState Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of DeviceState in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return DeviceState Modifier and Type Method Description DeviceState
DeviceState.Builder. build()
DeviceState
DeviceState.Builder. buildPartial()
static DeviceState
DeviceState. getDefaultInstance()
DeviceState
DeviceState.Builder. getDefaultInstanceForType()
DeviceState
DeviceState. getDefaultInstanceForType()
DeviceState
ListDeviceStatesResponse.Builder. getDeviceStates(int index)
The last few device states.DeviceState
ListDeviceStatesResponse. getDeviceStates(int index)
The last few device states.DeviceState
ListDeviceStatesResponseOrBuilder. getDeviceStates(int index)
The last few device states.DeviceState
Device.Builder. getState()
[Output only] The state most recently received from the device.DeviceState
Device. getState()
[Output only] The state most recently received from the device.DeviceState
DeviceOrBuilder. getState()
[Output only] The state most recently received from the device.static DeviceState
DeviceState. parseDelimitedFrom(InputStream input)
static DeviceState
DeviceState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceState
DeviceState. parseFrom(byte[] data)
static DeviceState
DeviceState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceState
DeviceState. parseFrom(com.google.protobuf.ByteString data)
static DeviceState
DeviceState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceState
DeviceState. parseFrom(com.google.protobuf.CodedInputStream input)
static DeviceState
DeviceState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceState
DeviceState. parseFrom(InputStream input)
static DeviceState
DeviceState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceState
DeviceState. parseFrom(ByteBuffer data)
static DeviceState
DeviceState. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type DeviceState Modifier and Type Method Description List<DeviceState>
ListDeviceStatesResponse.Builder. getDeviceStatesList()
The last few device states.List<DeviceState>
ListDeviceStatesResponse. getDeviceStatesList()
The last few device states.List<DeviceState>
ListDeviceStatesResponseOrBuilder. getDeviceStatesList()
The last few device states.com.google.protobuf.Parser<DeviceState>
DeviceState. getParserForType()
static com.google.protobuf.Parser<DeviceState>
DeviceState. parser()
Methods in com.google.cloud.iot.v1 with parameters of type DeviceState Modifier and Type Method Description ListDeviceStatesResponse.Builder
ListDeviceStatesResponse.Builder. addDeviceStates(int index, DeviceState value)
The last few device states.ListDeviceStatesResponse.Builder
ListDeviceStatesResponse.Builder. addDeviceStates(DeviceState value)
The last few device states.DeviceState.Builder
DeviceState.Builder. mergeFrom(DeviceState other)
Device.Builder
Device.Builder. mergeState(DeviceState value)
[Output only] The state most recently received from the device.static DeviceState.Builder
DeviceState. newBuilder(DeviceState prototype)
ListDeviceStatesResponse.Builder
ListDeviceStatesResponse.Builder. setDeviceStates(int index, DeviceState value)
The last few device states.Device.Builder
Device.Builder. setState(DeviceState value)
[Output only] The state most recently received from the device.Method parameters in com.google.cloud.iot.v1 with type arguments of type DeviceState Modifier and Type Method Description ListDeviceStatesResponse.Builder
ListDeviceStatesResponse.Builder. addAllDeviceStates(Iterable<? extends DeviceState> values)
The last few device states.
-