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