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 |
---|---|
ListDeviceConfigVersionsResponse |
DeviceManagerGrpc.DeviceManagerBlockingStub.listDeviceConfigVersions(ListDeviceConfigVersionsRequest request)
Lists the last few versions of the device configuration in descending
order (i.e.: newest first).
|
com.google.common.util.concurrent.ListenableFuture<ListDeviceConfigVersionsResponse> |
DeviceManagerGrpc.DeviceManagerFutureStub.listDeviceConfigVersions(ListDeviceConfigVersionsRequest request)
Lists the last few versions of the device configuration in descending
order (i.e.: newest first).
|
ListDeviceConfigVersionsResponse |
DeviceManagerClient.listDeviceConfigVersions(ListDeviceConfigVersionsRequest request)
Lists the last few versions of the device configuration in descending order (i.e.: newest
first).
|
void |
DeviceManagerGrpc.DeviceManagerImplBase.listDeviceConfigVersions(ListDeviceConfigVersionsRequest request,
StreamObserver<ListDeviceConfigVersionsResponse> responseObserver)
Lists the last few versions of the device configuration in descending
order (i.e.: newest first).
|
void |
DeviceManagerGrpc.DeviceManagerStub.listDeviceConfigVersions(ListDeviceConfigVersionsRequest request,
StreamObserver<ListDeviceConfigVersionsResponse> responseObserver)
Lists the last few versions of the device configuration in descending
order (i.e.: newest first).
|
ListDeviceConfigVersionsRequest.Builder |
ListDeviceConfigVersionsRequest.Builder.mergeFrom(ListDeviceConfigVersionsRequest other) |
static ListDeviceConfigVersionsRequest.Builder |
ListDeviceConfigVersionsRequest.newBuilder(ListDeviceConfigVersionsRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.