Uses of Class
com.google.cloud.iot.v1.UnbindDeviceFromGatewayResponse
-
Packages that use UnbindDeviceFromGatewayResponse Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of UnbindDeviceFromGatewayResponse in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return UnbindDeviceFromGatewayResponse Modifier and Type Method Description UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse.Builder. build()UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse.Builder. buildPartial()static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. getDefaultInstance()UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse.Builder. getDefaultInstanceForType()UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. getDefaultInstanceForType()static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseDelimitedFrom(InputStream input)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(byte[] data)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(com.google.protobuf.ByteString data)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(com.google.protobuf.CodedInputStream input)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(InputStream input)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(ByteBuffer data)static UnbindDeviceFromGatewayResponseUnbindDeviceFromGatewayResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)UnbindDeviceFromGatewayResponseDeviceManagerClient. unbindDeviceFromGateway(RegistryName parent, String gatewayId, String deviceId)Deletes the association between the device and the gateway.UnbindDeviceFromGatewayResponseDeviceManagerClient. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)Deletes the association between the device and the gateway.UnbindDeviceFromGatewayResponseDeviceManagerClient. unbindDeviceFromGateway(String parent, String gatewayId, String deviceId)Deletes the association between the device and the gateway.UnbindDeviceFromGatewayResponseDeviceManagerGrpc.DeviceManagerBlockingStub. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request)Deletes the association between the device and the gateway.Methods in com.google.cloud.iot.v1 that return types with arguments of type UnbindDeviceFromGatewayResponse Modifier and Type Method Description com.google.protobuf.Parser<UnbindDeviceFromGatewayResponse>UnbindDeviceFromGatewayResponse. getParserForType()static io.grpc.MethodDescriptor<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>DeviceManagerGrpc. getUnbindDeviceFromGatewayMethod()static com.google.protobuf.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.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 UnbindDeviceFromGatewayResponse Modifier and Type Method Description UnbindDeviceFromGatewayResponse.BuilderUnbindDeviceFromGatewayResponse.Builder. mergeFrom(UnbindDeviceFromGatewayResponse other)static UnbindDeviceFromGatewayResponse.BuilderUnbindDeviceFromGatewayResponse. newBuilder(UnbindDeviceFromGatewayResponse prototype)Method parameters in com.google.cloud.iot.v1 with type arguments of type UnbindDeviceFromGatewayResponse Modifier and Type Method Description default voidDeviceManagerGrpc.AsyncService. unbindDeviceFromGateway(UnbindDeviceFromGatewayRequest request, io.grpc.stub.StreamObserver<UnbindDeviceFromGatewayResponse> responseObserver)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 UnbindDeviceFromGatewayResponse in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type UnbindDeviceFromGatewayResponse 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.
-