Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
DeviceState |
DeviceState.Builder.build() |
DeviceState |
DeviceState.Builder.buildPartial() |
static DeviceState |
DeviceState.getDefaultInstance() |
DeviceState |
DeviceState.getDefaultInstanceForType() |
DeviceState |
DeviceState.Builder.getDefaultInstanceForType() |
DeviceState |
ListDeviceStatesResponseOrBuilder.getDeviceStates(int index)
The last few device states.
|
DeviceState |
ListDeviceStatesResponse.getDeviceStates(int index)
The last few device states.
|
DeviceState |
ListDeviceStatesResponse.Builder.getDeviceStates(int index)
The last few device states.
|
DeviceState |
DeviceOrBuilder.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 |
Device.Builder.getState()
[Output only] The state most recently received from the device.
|
static DeviceState |
DeviceState.parseDelimitedFrom(InputStream input) |
static DeviceState |
DeviceState.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DeviceState |
DeviceState.parseFrom(byte[] data) |
static DeviceState |
DeviceState.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DeviceState |
DeviceState.parseFrom(ByteBuffer data) |
static DeviceState |
DeviceState.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static DeviceState |
DeviceState.parseFrom(ByteString data) |
static DeviceState |
DeviceState.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DeviceState |
DeviceState.parseFrom(CodedInputStream input) |
static DeviceState |
DeviceState.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DeviceState |
DeviceState.parseFrom(InputStream input) |
static DeviceState |
DeviceState.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<DeviceState> |
ListDeviceStatesResponseOrBuilder.getDeviceStatesList()
The last few device states.
|
List<DeviceState> |
ListDeviceStatesResponse.getDeviceStatesList()
The last few device states.
|
List<DeviceState> |
ListDeviceStatesResponse.Builder.getDeviceStatesList()
The last few device states.
|
Parser<DeviceState> |
DeviceState.getParserForType() |
static Parser<DeviceState> |
DeviceState.parser() |
Modifier and Type | Method and Description |
---|---|
ListDeviceStatesResponse.Builder |
ListDeviceStatesResponse.Builder.addDeviceStates(DeviceState value)
The last few device states.
|
ListDeviceStatesResponse.Builder |
ListDeviceStatesResponse.Builder.addDeviceStates(int index,
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.
|
Modifier and Type | Method and Description |
---|---|
ListDeviceStatesResponse.Builder |
ListDeviceStatesResponse.Builder.addAllDeviceStates(Iterable<? extends DeviceState> values)
The last few device states.
|
Copyright © 2022 Google LLC. All rights reserved.