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 |
---|---|
static MethodDescriptor<ListDeviceStatesRequest,ListDeviceStatesResponse> |
DeviceManagerGrpc.getListDeviceStatesMethod() |
Parser<ListDeviceStatesRequest> |
ListDeviceStatesRequest.getParserForType() |
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<ListDeviceStatesRequest> |
ListDeviceStatesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListDeviceStatesResponse |
DeviceManagerGrpc.DeviceManagerBlockingStub.listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.:
newest first).
|
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).
|
ListDeviceStatesResponse |
DeviceManagerClient.listDeviceStates(ListDeviceStatesRequest request)
Lists the last few versions of the device state in descending order (i.e.: newest first).
|
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).
|
ListDeviceStatesRequest.Builder |
ListDeviceStatesRequest.Builder.mergeFrom(ListDeviceStatesRequest other) |
static ListDeviceStatesRequest.Builder |
ListDeviceStatesRequest.newBuilder(ListDeviceStatesRequest prototype) |
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.