Uses of Class
com.google.cloud.notebooks.v1.DeleteRuntimeRequest
-
Packages that use DeleteRuntimeRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of DeleteRuntimeRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return DeleteRuntimeRequest Modifier and Type Method Description DeleteRuntimeRequestDeleteRuntimeRequest.Builder. build()DeleteRuntimeRequestDeleteRuntimeRequest.Builder. buildPartial()static DeleteRuntimeRequestDeleteRuntimeRequest. getDefaultInstance()DeleteRuntimeRequestDeleteRuntimeRequest.Builder. getDefaultInstanceForType()DeleteRuntimeRequestDeleteRuntimeRequest. getDefaultInstanceForType()static DeleteRuntimeRequestDeleteRuntimeRequest. parseDelimitedFrom(InputStream input)static DeleteRuntimeRequestDeleteRuntimeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(byte[] data)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(InputStream input)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(ByteBuffer data)static DeleteRuntimeRequestDeleteRuntimeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type DeleteRuntimeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceClient. deleteRuntimeCallable()Deletes a single Runtime.com.google.api.gax.rpc.OperationCallable<DeleteRuntimeRequest,com.google.protobuf.Empty,OperationMetadata>ManagedNotebookServiceClient. deleteRuntimeOperationCallable()Deletes a single Runtime.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteRuntimeRequest,com.google.protobuf.Empty,OperationMetadata>ManagedNotebookServiceSettings.Builder. deleteRuntimeOperationSettings()Returns the builder for the settings used for calls to deleteRuntime.com.google.api.gax.rpc.OperationCallSettings<DeleteRuntimeRequest,com.google.protobuf.Empty,OperationMetadata>ManagedNotebookServiceSettings. deleteRuntimeOperationSettings()Returns the object with the settings used for calls to deleteRuntime.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceSettings.Builder. deleteRuntimeSettings()Returns the builder for the settings used for calls to deleteRuntime.com.google.api.gax.rpc.UnaryCallSettings<DeleteRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceSettings. deleteRuntimeSettings()Returns the object with the settings used for calls to deleteRuntime.static io.grpc.MethodDescriptor<DeleteRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceGrpc. getDeleteRuntimeMethod()com.google.protobuf.Parser<DeleteRuntimeRequest>DeleteRuntimeRequest. getParserForType()static com.google.protobuf.Parser<DeleteRuntimeRequest>DeleteRuntimeRequest. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type DeleteRuntimeRequest Modifier and Type Method Description default voidManagedNotebookServiceGrpc.AsyncService. deleteRuntime(DeleteRuntimeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a single Runtime.com.google.longrunning.OperationManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub. deleteRuntime(DeleteRuntimeRequest request)Deletes a single Runtime.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub. deleteRuntime(DeleteRuntimeRequest request)Deletes a single Runtime.voidManagedNotebookServiceGrpc.ManagedNotebookServiceStub. deleteRuntime(DeleteRuntimeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a single Runtime.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>ManagedNotebookServiceClient. deleteRuntimeAsync(DeleteRuntimeRequest request)Deletes a single Runtime.DeleteRuntimeRequest.BuilderDeleteRuntimeRequest.Builder. mergeFrom(DeleteRuntimeRequest other)static DeleteRuntimeRequest.BuilderDeleteRuntimeRequest. newBuilder(DeleteRuntimeRequest prototype) -
Uses of DeleteRuntimeRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type DeleteRuntimeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteRuntimeRequest,com.google.longrunning.Operation>GrpcManagedNotebookServiceStub. deleteRuntimeCallable()com.google.api.gax.rpc.UnaryCallable<DeleteRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceStub. deleteRuntimeCallable()com.google.api.gax.rpc.OperationCallable<DeleteRuntimeRequest,com.google.protobuf.Empty,OperationMetadata>GrpcManagedNotebookServiceStub. deleteRuntimeOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteRuntimeRequest,com.google.protobuf.Empty,OperationMetadata>ManagedNotebookServiceStub. deleteRuntimeOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteRuntimeRequest,com.google.protobuf.Empty,OperationMetadata>ManagedNotebookServiceStubSettings.Builder. deleteRuntimeOperationSettings()Returns the builder for the settings used for calls to deleteRuntime.com.google.api.gax.rpc.OperationCallSettings<DeleteRuntimeRequest,com.google.protobuf.Empty,OperationMetadata>ManagedNotebookServiceStubSettings. deleteRuntimeOperationSettings()Returns the object with the settings used for calls to deleteRuntime.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceStubSettings.Builder. deleteRuntimeSettings()Returns the builder for the settings used for calls to deleteRuntime.com.google.api.gax.rpc.UnaryCallSettings<DeleteRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceStubSettings. deleteRuntimeSettings()Returns the object with the settings used for calls to deleteRuntime.
-