Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.iot.v1.stub |
Modifier and Type | Method and Description |
---|---|
ListDeviceStatesResponse |
ListDeviceStatesResponse.Builder.build() |
ListDeviceStatesResponse |
ListDeviceStatesResponse.Builder.buildPartial() |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.getDefaultInstance() |
ListDeviceStatesResponse |
ListDeviceStatesResponse.getDefaultInstanceForType() |
ListDeviceStatesResponse |
ListDeviceStatesResponse.Builder.getDefaultInstanceForType() |
ListDeviceStatesResponse |
DeviceManagerClient.listDeviceStates(DeviceName name)
Lists the last few versions of the device state in descending order (i.e.: newest first).
|
ListDeviceStatesResponse |
DeviceManagerGrpc.DeviceManagerBlockingStub.listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.:
newest first).
|
ListDeviceStatesResponse |
DeviceManagerClient.listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.: newest first).
|
ListDeviceStatesResponse |
DeviceManagerClient.listDeviceStates(String name)
Lists the last few versions of the device state in descending order (i.e.: newest first).
|
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseDelimitedFrom(InputStream input) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(byte[] data) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(ByteBuffer data) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(ByteString data) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(CodedInputStream input) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(InputStream input) |
static ListDeviceStatesResponse |
ListDeviceStatesResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListDeviceStatesRequest,ListDeviceStatesResponse> |
DeviceManagerGrpc.getListDeviceStatesMethod() |
Parser<ListDeviceStatesResponse> |
ListDeviceStatesResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListDeviceStatesResponse> |
DeviceManagerGrpc.DeviceManagerFutureStub.listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.:
newest first).
|
UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse> |
DeviceManagerClient.listDeviceStatesCallable()
Lists the last few versions of the device state in descending order (i.e.: newest first).
|
UnaryCallSettings<ListDeviceStatesRequest,ListDeviceStatesResponse> |
DeviceManagerSettings.listDeviceStatesSettings()
Returns the object with the settings used for calls to listDeviceStates.
|
UnaryCallSettings.Builder<ListDeviceStatesRequest,ListDeviceStatesResponse> |
DeviceManagerSettings.Builder.listDeviceStatesSettings()
Returns the builder for the settings used for calls to listDeviceStates.
|
static Parser<ListDeviceStatesResponse> |
ListDeviceStatesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ListDeviceStatesResponse.Builder |
ListDeviceStatesResponse.Builder.mergeFrom(ListDeviceStatesResponse other) |
static ListDeviceStatesResponse.Builder |
ListDeviceStatesResponse.newBuilder(ListDeviceStatesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceManagerGrpc.DeviceManagerImplBase.listDeviceStates(ListDeviceStatesRequest request,
StreamObserver<ListDeviceStatesResponse> responseObserver)
Lists the last few versions of the device state in descending order (i.e.:
newest first).
|
void |
DeviceManagerGrpc.DeviceManagerStub.listDeviceStates(ListDeviceStatesRequest request,
StreamObserver<ListDeviceStatesResponse> responseObserver)
Lists the last few versions of the device state in descending order (i.e.:
newest first).
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse> |
HttpJsonDeviceManagerStub.listDeviceStatesCallable() |
UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse> |
GrpcDeviceManagerStub.listDeviceStatesCallable() |
UnaryCallable<ListDeviceStatesRequest,ListDeviceStatesResponse> |
DeviceManagerStub.listDeviceStatesCallable() |
UnaryCallSettings<ListDeviceStatesRequest,ListDeviceStatesResponse> |
DeviceManagerStubSettings.listDeviceStatesSettings()
Returns the object with the settings used for calls to listDeviceStates.
|
UnaryCallSettings.Builder<ListDeviceStatesRequest,ListDeviceStatesResponse> |
DeviceManagerStubSettings.Builder.listDeviceStatesSettings()
Returns the builder for the settings used for calls to listDeviceStates.
|
Copyright © 2022 Google LLC. All rights reserved.