Uses of Class
com.google.cloud.iot.v1.BindDeviceToGatewayRequest
-
Packages that use BindDeviceToGatewayRequest Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of BindDeviceToGatewayRequest in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return BindDeviceToGatewayRequest Modifier and Type Method Description BindDeviceToGatewayRequest
BindDeviceToGatewayRequest.Builder. build()
BindDeviceToGatewayRequest
BindDeviceToGatewayRequest.Builder. buildPartial()
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. getDefaultInstance()
BindDeviceToGatewayRequest
BindDeviceToGatewayRequest.Builder. getDefaultInstanceForType()
BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. getDefaultInstanceForType()
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseDelimitedFrom(InputStream input)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(byte[] data)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(com.google.protobuf.ByteString data)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(InputStream input)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(ByteBuffer data)
static BindDeviceToGatewayRequest
BindDeviceToGatewayRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type BindDeviceToGatewayRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
DeviceManagerClient. bindDeviceToGatewayCallable()
Associates the device with the gateway.com.google.api.gax.rpc.UnaryCallSettings<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
DeviceManagerSettings. bindDeviceToGatewaySettings()
Returns the object with the settings used for calls to bindDeviceToGateway.com.google.api.gax.rpc.UnaryCallSettings.Builder<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
DeviceManagerSettings.Builder. bindDeviceToGatewaySettings()
Returns the builder for the settings used for calls to bindDeviceToGateway.static io.grpc.MethodDescriptor<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
DeviceManagerGrpc. getBindDeviceToGatewayMethod()
com.google.protobuf.Parser<BindDeviceToGatewayRequest>
BindDeviceToGatewayRequest. getParserForType()
static com.google.protobuf.Parser<BindDeviceToGatewayRequest>
BindDeviceToGatewayRequest. parser()
Methods in com.google.cloud.iot.v1 with parameters of type BindDeviceToGatewayRequest Modifier and Type Method Description BindDeviceToGatewayResponse
DeviceManagerClient. bindDeviceToGateway(BindDeviceToGatewayRequest request)
Associates the device with the gateway.default void
DeviceManagerGrpc.AsyncService. bindDeviceToGateway(BindDeviceToGatewayRequest request, io.grpc.stub.StreamObserver<BindDeviceToGatewayResponse> responseObserver)
Associates the device with the gateway.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.void
DeviceManagerGrpc.DeviceManagerStub. bindDeviceToGateway(BindDeviceToGatewayRequest request, io.grpc.stub.StreamObserver<BindDeviceToGatewayResponse> responseObserver)
Associates the device with the gateway.BindDeviceToGatewayRequest.Builder
BindDeviceToGatewayRequest.Builder. mergeFrom(BindDeviceToGatewayRequest other)
static BindDeviceToGatewayRequest.Builder
BindDeviceToGatewayRequest. newBuilder(BindDeviceToGatewayRequest prototype)
-
Uses of BindDeviceToGatewayRequest in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type BindDeviceToGatewayRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
DeviceManagerStub. bindDeviceToGatewayCallable()
com.google.api.gax.rpc.UnaryCallable<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
GrpcDeviceManagerStub. bindDeviceToGatewayCallable()
com.google.api.gax.rpc.UnaryCallable<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
HttpJsonDeviceManagerStub. bindDeviceToGatewayCallable()
com.google.api.gax.rpc.UnaryCallSettings<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
DeviceManagerStubSettings. bindDeviceToGatewaySettings()
Returns the object with the settings used for calls to bindDeviceToGateway.com.google.api.gax.rpc.UnaryCallSettings.Builder<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
DeviceManagerStubSettings.Builder. bindDeviceToGatewaySettings()
Returns the builder for the settings used for calls to bindDeviceToGateway.
-