Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceState
The device state, as reported by the device.
|
static class |
DeviceState.Builder
The device state, as reported by the device.
|
Modifier and Type | Method and Description |
---|---|
DeviceStateOrBuilder |
ListDeviceStatesResponseOrBuilder.getDeviceStatesOrBuilder(int index)
The last few device states.
|
DeviceStateOrBuilder |
ListDeviceStatesResponse.getDeviceStatesOrBuilder(int index)
The last few device states.
|
DeviceStateOrBuilder |
ListDeviceStatesResponse.Builder.getDeviceStatesOrBuilder(int index)
The last few device states.
|
DeviceStateOrBuilder |
DeviceOrBuilder.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 |
Device.Builder.getStateOrBuilder()
[Output only] The state most recently received from the device.
|
Modifier and Type | Method and Description |
---|---|
List<? extends DeviceStateOrBuilder> |
ListDeviceStatesResponseOrBuilder.getDeviceStatesOrBuilderList()
The last few device states.
|
List<? extends DeviceStateOrBuilder> |
ListDeviceStatesResponse.getDeviceStatesOrBuilderList()
The last few device states.
|
List<? extends DeviceStateOrBuilder> |
ListDeviceStatesResponse.Builder.getDeviceStatesOrBuilderList()
The last few device states.
|
Copyright © 2022 Google LLC. All rights reserved.