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