Uses of Class
com.google.cloud.notebooks.v2.DeleteInstanceRequest
-
Packages that use DeleteInstanceRequest Package Description com.google.cloud.notebooks.v2 A client to Notebooks APIcom.google.cloud.notebooks.v2.stub -
-
Uses of DeleteInstanceRequest in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 that return DeleteInstanceRequest Modifier and Type Method Description DeleteInstanceRequestDeleteInstanceRequest.Builder. build()DeleteInstanceRequestDeleteInstanceRequest.Builder. buildPartial()static DeleteInstanceRequestDeleteInstanceRequest. getDefaultInstance()DeleteInstanceRequestDeleteInstanceRequest.Builder. getDefaultInstanceForType()DeleteInstanceRequestDeleteInstanceRequest. getDefaultInstanceForType()static DeleteInstanceRequestDeleteInstanceRequest. parseDelimitedFrom(InputStream input)static DeleteInstanceRequestDeleteInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(byte[] data)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(InputStream input)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(ByteBuffer data)static DeleteInstanceRequestDeleteInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v2 that return types with arguments of type DeleteInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteInstanceRequest,com.google.longrunning.Operation>NotebookServiceClient. deleteInstanceCallable()Deletes a single Instance.com.google.api.gax.rpc.OperationCallable<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceClient. deleteInstanceOperationCallable()Deletes a single Instance.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceSettings.Builder. deleteInstanceOperationSettings()Returns the builder for the settings used for calls to deleteInstance.com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceSettings. deleteInstanceOperationSettings()Returns the object with the settings used for calls to deleteInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteInstanceRequest,com.google.longrunning.Operation>NotebookServiceSettings.Builder. deleteInstanceSettings()Returns the builder for the settings used for calls to deleteInstance.com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation>NotebookServiceSettings. deleteInstanceSettings()Returns the object with the settings used for calls to deleteInstance.static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation>NotebookServiceGrpc. getDeleteInstanceMethod()com.google.protobuf.Parser<DeleteInstanceRequest>DeleteInstanceRequest. getParserForType()static com.google.protobuf.Parser<DeleteInstanceRequest>DeleteInstanceRequest. parser()Methods in com.google.cloud.notebooks.v2 with parameters of type DeleteInstanceRequest Modifier and Type Method Description default voidNotebookServiceGrpc.AsyncService. deleteInstance(DeleteInstanceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a single Instance.com.google.longrunning.OperationNotebookServiceGrpc.NotebookServiceBlockingStub. deleteInstance(DeleteInstanceRequest request)Deletes a single Instance.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>NotebookServiceGrpc.NotebookServiceFutureStub. deleteInstance(DeleteInstanceRequest request)Deletes a single Instance.voidNotebookServiceGrpc.NotebookServiceStub. deleteInstance(DeleteInstanceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a single Instance.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>NotebookServiceClient. deleteInstanceAsync(DeleteInstanceRequest request)Deletes a single Instance.DeleteInstanceRequest.BuilderDeleteInstanceRequest.Builder. mergeFrom(DeleteInstanceRequest other)static DeleteInstanceRequest.BuilderDeleteInstanceRequest. newBuilder(DeleteInstanceRequest prototype) -
Uses of DeleteInstanceRequest in com.google.cloud.notebooks.v2.stub
Methods in com.google.cloud.notebooks.v2.stub that return types with arguments of type DeleteInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteInstanceRequest,com.google.longrunning.Operation>GrpcNotebookServiceStub. deleteInstanceCallable()com.google.api.gax.rpc.UnaryCallable<DeleteInstanceRequest,com.google.longrunning.Operation>HttpJsonNotebookServiceStub. deleteInstanceCallable()com.google.api.gax.rpc.UnaryCallable<DeleteInstanceRequest,com.google.longrunning.Operation>NotebookServiceStub. deleteInstanceCallable()com.google.api.gax.rpc.OperationCallable<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>GrpcNotebookServiceStub. deleteInstanceOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>HttpJsonNotebookServiceStub. deleteInstanceOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceStub. deleteInstanceOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceStubSettings.Builder. deleteInstanceOperationSettings()Returns the builder for the settings used for calls to deleteInstance.com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceStubSettings. deleteInstanceOperationSettings()Returns the object with the settings used for calls to deleteInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteInstanceRequest,com.google.longrunning.Operation>NotebookServiceStubSettings.Builder. deleteInstanceSettings()Returns the builder for the settings used for calls to deleteInstance.com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation>NotebookServiceStubSettings. deleteInstanceSettings()Returns the object with the settings used for calls to deleteInstance.
-