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 |
---|---|
UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.Builder.build() |
UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.Builder.buildPartial() |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.getDefaultInstance() |
UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.getDefaultInstanceForType() |
UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.Builder.getDefaultInstanceForType() |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseDelimitedFrom(InputStream input) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(byte[] data) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(ByteBuffer data) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(ByteString data) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(CodedInputStream input) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(InputStream input) |
static UnbindDeviceFromGatewayResponse |
UnbindDeviceFromGatewayResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
UnbindDeviceFromGatewayResponse |
DeviceManagerClient.unbindDeviceFromGateway(RegistryName parent,
String gatewayId,
String deviceId)
Deletes the association between the device and the gateway.
|
UnbindDeviceFromGatewayResponse |
DeviceManagerClient.unbindDeviceFromGateway(String parent,
String gatewayId,
String deviceId)
Deletes the association between the device and the gateway.
|
UnbindDeviceFromGatewayResponse |
DeviceManagerGrpc.DeviceManagerBlockingStub.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.
|
Modifier and Type | Method and Description |
---|---|
Parser<UnbindDeviceFromGatewayResponse> |
UnbindDeviceFromGatewayResponse.getParserForType() |
static MethodDescriptor<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse> |
DeviceManagerGrpc.getUnbindDeviceFromGatewayMethod() |
static Parser<UnbindDeviceFromGatewayResponse> |
UnbindDeviceFromGatewayResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<UnbindDeviceFromGatewayResponse> |
DeviceManagerGrpc.DeviceManagerFutureStub.unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)
Deletes the association between the device and the gateway.
|
UnaryCallable<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse> |
DeviceManagerClient.unbindDeviceFromGatewayCallable()
Deletes the association between the device and the gateway.
|
UnaryCallSettings<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse> |
DeviceManagerSettings.unbindDeviceFromGatewaySettings()
Returns the object with the settings used for calls to unbindDeviceFromGateway.
|
UnaryCallSettings.Builder<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse> |
DeviceManagerSettings.Builder.unbindDeviceFromGatewaySettings()
Returns the builder for the settings used for calls to unbindDeviceFromGateway.
|
Modifier and Type | Method and Description |
---|---|
UnbindDeviceFromGatewayResponse.Builder |
UnbindDeviceFromGatewayResponse.Builder.mergeFrom(UnbindDeviceFromGatewayResponse other) |
static UnbindDeviceFromGatewayResponse.Builder |
UnbindDeviceFromGatewayResponse.newBuilder(UnbindDeviceFromGatewayResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.