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 |
---|---|
UnbindDeviceFromGatewayRequest.Builder |
UnbindDeviceFromGatewayRequest.Builder.mergeFrom(UnbindDeviceFromGatewayRequest other) |
static UnbindDeviceFromGatewayRequest.Builder |
UnbindDeviceFromGatewayRequest.newBuilder(UnbindDeviceFromGatewayRequest prototype) |
UnbindDeviceFromGatewayResponse |
DeviceManagerGrpc.DeviceManagerBlockingStub.unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.
|
com.google.common.util.concurrent.ListenableFuture<UnbindDeviceFromGatewayResponse> |
DeviceManagerGrpc.DeviceManagerFutureStub.unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.
|
UnbindDeviceFromGatewayResponse |
DeviceManagerClient.unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.
|
void |
DeviceManagerGrpc.DeviceManagerImplBase.unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request,
StreamObserver<UnbindDeviceFromGatewayResponse> responseObserver)
Deletes the association between the device and the gateway.
|
void |
DeviceManagerGrpc.DeviceManagerStub.unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request,
StreamObserver<UnbindDeviceFromGatewayResponse> responseObserver)
Deletes the association between the device and the gateway.
|
Copyright © 2022 Google LLC. All rights reserved.