Uses of Interface
com.google.cloud.iot.v1.DeviceStateOrBuilder
-
Packages that use DeviceStateOrBuilder Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of DeviceStateOrBuilder in com.google.cloud.iot.v1
Classes in com.google.cloud.iot.v1 that implement DeviceStateOrBuilder Modifier and Type Class Description class
DeviceState
The device state, as reported by the device.static class
DeviceState.Builder
The device state, as reported by the device.Methods in com.google.cloud.iot.v1 that return DeviceStateOrBuilder Modifier and Type Method Description DeviceStateOrBuilder
ListDeviceStatesResponse.Builder. getDeviceStatesOrBuilder(int index)
The last few device states.DeviceStateOrBuilder
ListDeviceStatesResponse. getDeviceStatesOrBuilder(int index)
The last few device states.DeviceStateOrBuilder
ListDeviceStatesResponseOrBuilder. getDeviceStatesOrBuilder(int index)
The last few device states.DeviceStateOrBuilder
Device.Builder. getStateOrBuilder()
[Output only] The state most recently received from the device.DeviceStateOrBuilder
Device. getStateOrBuilder()
[Output only] The state most recently received from the device.DeviceStateOrBuilder
DeviceOrBuilder. getStateOrBuilder()
[Output only] The state most recently received from the device.Methods in com.google.cloud.iot.v1 that return types with arguments of type DeviceStateOrBuilder Modifier and Type Method Description List<? extends DeviceStateOrBuilder>
ListDeviceStatesResponse.Builder. getDeviceStatesOrBuilderList()
The last few device states.List<? extends DeviceStateOrBuilder>
ListDeviceStatesResponse. getDeviceStatesOrBuilderList()
The last few device states.List<? extends DeviceStateOrBuilder>
ListDeviceStatesResponseOrBuilder. getDeviceStatesOrBuilderList()
The last few device states.
-