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 |
---|---|
BindDeviceToGatewayResponse |
DeviceManagerGrpc.DeviceManagerBlockingStub.bindDeviceToGateway(BindDeviceToGatewayRequest request)
Associates the device with the gateway.
|
com.google.common.util.concurrent.ListenableFuture<BindDeviceToGatewayResponse> |
DeviceManagerGrpc.DeviceManagerFutureStub.bindDeviceToGateway(BindDeviceToGatewayRequest request)
Associates the device with the gateway.
|
BindDeviceToGatewayResponse |
DeviceManagerClient.bindDeviceToGateway(BindDeviceToGatewayRequest request)
Associates the device with the gateway.
|
void |
DeviceManagerGrpc.DeviceManagerImplBase.bindDeviceToGateway(BindDeviceToGatewayRequest request,
StreamObserver<BindDeviceToGatewayResponse> responseObserver)
Associates the device with the gateway.
|
void |
DeviceManagerGrpc.DeviceManagerStub.bindDeviceToGateway(BindDeviceToGatewayRequest request,
StreamObserver<BindDeviceToGatewayResponse> responseObserver)
Associates the device with the gateway.
|
BindDeviceToGatewayRequest.Builder |
BindDeviceToGatewayRequest.Builder.mergeFrom(BindDeviceToGatewayRequest other) |
static BindDeviceToGatewayRequest.Builder |
BindDeviceToGatewayRequest.newBuilder(BindDeviceToGatewayRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse> |
HttpJsonDeviceManagerStub.bindDeviceToGatewayCallable() |
UnaryCallable<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse> |
GrpcDeviceManagerStub.bindDeviceToGatewayCallable() |
UnaryCallable<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse> |
DeviceManagerStub.bindDeviceToGatewayCallable() |
UnaryCallSettings<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse> |
DeviceManagerStubSettings.bindDeviceToGatewaySettings()
Returns the object with the settings used for calls to bindDeviceToGateway.
|
UnaryCallSettings.Builder<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse> |
DeviceManagerStubSettings.Builder.bindDeviceToGatewaySettings()
Returns the builder for the settings used for calls to bindDeviceToGateway.
|
Copyright © 2022 Google LLC. All rights reserved.