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