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