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 |
---|---|
ListDevicesResponse |
ListDevicesResponse.Builder.build() |
ListDevicesResponse |
ListDevicesResponse.Builder.buildPartial() |
static ListDevicesResponse |
ListDevicesResponse.getDefaultInstance() |
ListDevicesResponse |
ListDevicesResponse.getDefaultInstanceForType() |
ListDevicesResponse |
ListDevicesResponse.Builder.getDefaultInstanceForType() |
ListDevicesResponse |
DeviceManagerGrpc.DeviceManagerBlockingStub.listDevices(ListDevicesRequest request)
List devices in a device registry.
|
static ListDevicesResponse |
ListDevicesResponse.parseDelimitedFrom(InputStream input) |
static ListDevicesResponse |
ListDevicesResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(byte[] data) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(ByteBuffer data) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(ByteString data) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(CodedInputStream input) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(InputStream input) |
static ListDevicesResponse |
ListDevicesResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListDevicesRequest,ListDevicesResponse> |
DeviceManagerGrpc.getListDevicesMethod() |
Parser<ListDevicesResponse> |
ListDevicesResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListDevicesResponse> |
DeviceManagerGrpc.DeviceManagerFutureStub.listDevices(ListDevicesRequest request)
List devices in a device registry.
|
UnaryCallable<ListDevicesRequest,ListDevicesResponse> |
DeviceManagerClient.listDevicesCallable()
List devices in a device registry.
|
PagedCallSettings<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse> |
DeviceManagerSettings.listDevicesSettings()
Returns the object with the settings used for calls to listDevices.
|
PagedCallSettings.Builder<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse> |
DeviceManagerSettings.Builder.listDevicesSettings()
Returns the builder for the settings used for calls to listDevices.
|
static Parser<ListDevicesResponse> |
ListDevicesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected DeviceManagerClient.ListDevicesPage |
DeviceManagerClient.ListDevicesPage.createPage(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context,
ListDevicesResponse response) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.mergeFrom(ListDevicesResponse other) |
static ListDevicesResponse.Builder |
ListDevicesResponse.newBuilder(ListDevicesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPagedResponse> |
DeviceManagerClient.ListDevicesPagedResponse.createAsync(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context,
com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse) |
static com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPagedResponse> |
DeviceManagerClient.ListDevicesPagedResponse.createAsync(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context,
com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse) |
protected DeviceManagerClient.ListDevicesPage |
DeviceManagerClient.ListDevicesPage.createPage(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context,
ListDevicesResponse response) |
com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPage> |
DeviceManagerClient.ListDevicesPage.createPageAsync(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context,
com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse) |
com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPage> |
DeviceManagerClient.ListDevicesPage.createPageAsync(PageContext<ListDevicesRequest,ListDevicesResponse,Device> context,
com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse) |
void |
DeviceManagerGrpc.DeviceManagerImplBase.listDevices(ListDevicesRequest request,
StreamObserver<ListDevicesResponse> responseObserver)
List devices in a device registry.
|
void |
DeviceManagerGrpc.DeviceManagerStub.listDevices(ListDevicesRequest request,
StreamObserver<ListDevicesResponse> responseObserver)
List devices in a device registry.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListDevicesRequest,ListDevicesResponse> |
HttpJsonDeviceManagerStub.listDevicesCallable() |
UnaryCallable<ListDevicesRequest,ListDevicesResponse> |
GrpcDeviceManagerStub.listDevicesCallable() |
UnaryCallable<ListDevicesRequest,ListDevicesResponse> |
DeviceManagerStub.listDevicesCallable() |
PagedCallSettings<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse> |
DeviceManagerStubSettings.listDevicesSettings()
Returns the object with the settings used for calls to listDevices.
|
PagedCallSettings.Builder<ListDevicesRequest,ListDevicesResponse,DeviceManagerClient.ListDevicesPagedResponse> |
DeviceManagerStubSettings.Builder.listDevicesSettings()
Returns the builder for the settings used for calls to listDevices.
|
Copyright © 2022 Google LLC. All rights reserved.