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 UpdateRuntimeRequest
UpdateRuntimeRequest.Builder. build()
UpdateRuntimeRequest
UpdateRuntimeRequest.Builder. buildPartial()
static UpdateRuntimeRequest
UpdateRuntimeRequest. getDefaultInstance()
UpdateRuntimeRequest
UpdateRuntimeRequest.Builder. getDefaultInstanceForType()
UpdateRuntimeRequest
UpdateRuntimeRequest. getDefaultInstanceForType()
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseDelimitedFrom(InputStream input)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseFrom(byte[] data)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseFrom(InputStream input)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuntimeRequest
UpdateRuntimeRequest. parseFrom(ByteBuffer data)
static UpdateRuntimeRequest
UpdateRuntimeRequest. 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.Builder
UpdateRuntimeRequest.Builder. mergeFrom(UpdateRuntimeRequest other)
static UpdateRuntimeRequest.Builder
UpdateRuntimeRequest. newBuilder(UpdateRuntimeRequest prototype)
default void
ManagedNotebookServiceGrpc.AsyncService. updateRuntime(UpdateRuntimeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Update Notebook Runtime configuration.com.google.longrunning.Operation
ManagedNotebookServiceGrpc.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.void
ManagedNotebookServiceGrpc.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.
-