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 classDeviceStateThe device state, as reported by the device.static classDeviceState.BuilderThe device state, as reported by the device.Methods in com.google.cloud.iot.v1 that return DeviceStateOrBuilder Modifier and Type Method Description DeviceStateOrBuilderListDeviceStatesResponse.Builder. getDeviceStatesOrBuilder(int index)The last few device states.DeviceStateOrBuilderListDeviceStatesResponse. getDeviceStatesOrBuilder(int index)The last few device states.DeviceStateOrBuilderListDeviceStatesResponseOrBuilder. getDeviceStatesOrBuilder(int index)The last few device states.DeviceStateOrBuilderDevice.Builder. getStateOrBuilder()[Output only] The state most recently received from the device.DeviceStateOrBuilderDevice. getStateOrBuilder()[Output only] The state most recently received from the device.DeviceStateOrBuilderDeviceOrBuilder. 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.
-