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