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 BindDeviceToGatewayRequestBindDeviceToGatewayRequest.Builder. build()BindDeviceToGatewayRequestBindDeviceToGatewayRequest.Builder. buildPartial()static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. getDefaultInstance()BindDeviceToGatewayRequestBindDeviceToGatewayRequest.Builder. getDefaultInstanceForType()BindDeviceToGatewayRequestBindDeviceToGatewayRequest. getDefaultInstanceForType()static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseDelimitedFrom(InputStream input)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseFrom(byte[] data)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseFrom(com.google.protobuf.ByteString data)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseFrom(InputStream input)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. parseFrom(ByteBuffer data)static BindDeviceToGatewayRequestBindDeviceToGatewayRequest. 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 BindDeviceToGatewayResponseDeviceManagerClient. bindDeviceToGateway(BindDeviceToGatewayRequest request)Associates the device with the gateway.default voidDeviceManagerGrpc.AsyncService. bindDeviceToGateway(BindDeviceToGatewayRequest request, io.grpc.stub.StreamObserver<BindDeviceToGatewayResponse> responseObserver)Associates the device with the gateway.BindDeviceToGatewayResponseDeviceManagerGrpc.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.voidDeviceManagerGrpc.DeviceManagerStub. bindDeviceToGateway(BindDeviceToGatewayRequest request, io.grpc.stub.StreamObserver<BindDeviceToGatewayResponse> responseObserver)Associates the device with the gateway.BindDeviceToGatewayRequest.BuilderBindDeviceToGatewayRequest.Builder. mergeFrom(BindDeviceToGatewayRequest other)static BindDeviceToGatewayRequest.BuilderBindDeviceToGatewayRequest. 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.
-