Uses of Class
com.google.cloud.notebooks.v1.Runtime
-
Packages that use Runtime Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of Runtime in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return Runtime Modifier and Type Method Description Runtime
Runtime.Builder. build()
Runtime
Runtime.Builder. buildPartial()
static Runtime
Runtime. getDefaultInstance()
Runtime
Runtime.Builder. getDefaultInstanceForType()
Runtime
Runtime. getDefaultInstanceForType()
Runtime
CreateRuntimeRequest.Builder. getRuntime()
Required.Runtime
CreateRuntimeRequest. getRuntime()
Required.Runtime
CreateRuntimeRequestOrBuilder. getRuntime()
Required.Runtime
ManagedNotebookServiceClient. getRuntime(GetRuntimeRequest request)
Gets details of a single Runtime.Runtime
ManagedNotebookServiceClient. getRuntime(RuntimeName name)
Gets details of a single Runtime.Runtime
ManagedNotebookServiceClient. getRuntime(String name)
Gets details of a single Runtime.Runtime
ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub. getRuntime(GetRuntimeRequest request)
Gets details of a single Runtime.Runtime
UpdateRuntimeRequest.Builder. getRuntime()
Required.Runtime
UpdateRuntimeRequest. getRuntime()
Required.Runtime
UpdateRuntimeRequestOrBuilder. getRuntime()
Required.Runtime
ListRuntimesResponse.Builder. getRuntimes(int index)
A list of returned Runtimes.Runtime
ListRuntimesResponse. getRuntimes(int index)
A list of returned Runtimes.Runtime
ListRuntimesResponseOrBuilder. getRuntimes(int index)
A list of returned Runtimes.static Runtime
Runtime. parseDelimitedFrom(InputStream input)
static Runtime
Runtime. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(byte[] data)
static Runtime
Runtime. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(com.google.protobuf.ByteString data)
static Runtime
Runtime. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(com.google.protobuf.CodedInputStream input)
static Runtime
Runtime. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(InputStream input)
static Runtime
Runtime. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(ByteBuffer data)
static Runtime
Runtime. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type Runtime Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. createRuntimeAsync(CreateRuntimeRequest request)
Creates a new Runtime in a given project and location.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. createRuntimeAsync(RuntimeName parent, String runtimeId, Runtime runtime)
Creates a new Runtime in a given project and location.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. createRuntimeAsync(String parent, String runtimeId, Runtime runtime)
Creates a new Runtime in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceClient. createRuntimeOperationCallable()
Creates a new Runtime in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings.Builder. createRuntimeOperationSettings()
Returns the builder for the settings used for calls to createRuntime.com.google.api.gax.rpc.OperationCallSettings<CreateRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings. createRuntimeOperationSettings()
Returns the object with the settings used for calls to createRuntime.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. diagnoseRuntimeAsync(DiagnoseRuntimeRequest request)
Creates a Diagnostic File and runs Diagnostic Tool given a Runtime.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. diagnoseRuntimeAsync(RuntimeName name, DiagnosticConfig diagnosticConfig)
Creates a Diagnostic File and runs Diagnostic Tool given a Runtime.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. diagnoseRuntimeAsync(String name, DiagnosticConfig diagnosticConfig)
Creates a Diagnostic File and runs Diagnostic Tool given a Runtime.com.google.api.gax.rpc.OperationCallable<DiagnoseRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceClient. diagnoseRuntimeOperationCallable()
Creates a Diagnostic File and runs Diagnostic Tool given a Runtime.com.google.api.gax.rpc.OperationCallSettings.Builder<DiagnoseRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings.Builder. diagnoseRuntimeOperationSettings()
Returns the builder for the settings used for calls to diagnoseRuntime.com.google.api.gax.rpc.OperationCallSettings<DiagnoseRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings. diagnoseRuntimeOperationSettings()
Returns the object with the settings used for calls to diagnoseRuntime.static io.grpc.MethodDescriptor<GetRuntimeRequest,Runtime>
ManagedNotebookServiceGrpc. getGetRuntimeMethod()
com.google.protobuf.Parser<Runtime>
Runtime. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Runtime>
ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub. getRuntime(GetRuntimeRequest request)
Gets details of a single Runtime.com.google.api.gax.rpc.UnaryCallable<GetRuntimeRequest,Runtime>
ManagedNotebookServiceClient. getRuntimeCallable()
Gets details of a single Runtime.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRuntimeRequest,Runtime>
ManagedNotebookServiceSettings.Builder. getRuntimeSettings()
Returns the builder for the settings used for calls to getRuntime.com.google.api.gax.rpc.UnaryCallSettings<GetRuntimeRequest,Runtime>
ManagedNotebookServiceSettings. getRuntimeSettings()
Returns the object with the settings used for calls to getRuntime.List<Runtime>
ListRuntimesResponse.Builder. getRuntimesList()
A list of returned Runtimes.List<Runtime>
ListRuntimesResponse. getRuntimesList()
A list of returned Runtimes.List<Runtime>
ListRuntimesResponseOrBuilder. getRuntimesList()
A list of returned Runtimes.static com.google.protobuf.Parser<Runtime>
Runtime. parser()
com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. reportRuntimeEventAsync(ReportRuntimeEventRequest request)
Report and process a runtime event.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. reportRuntimeEventAsync(RuntimeName name)
Report and process a runtime event.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. reportRuntimeEventAsync(String name)
Report and process a runtime event.com.google.api.gax.rpc.OperationCallable<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceClient. reportRuntimeEventOperationCallable()
Report and process a runtime event.com.google.api.gax.rpc.OperationCallSettings.Builder<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings.Builder. reportRuntimeEventOperationSettings()
Returns the builder for the settings used for calls to reportRuntimeEvent.com.google.api.gax.rpc.OperationCallSettings<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings. reportRuntimeEventOperationSettings()
Returns the object with the settings used for calls to reportRuntimeEvent.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. resetRuntimeAsync(ResetRuntimeRequest request)
Resets a Managed Notebook Runtime.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. resetRuntimeAsync(String name)
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.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. startRuntimeAsync(StartRuntimeRequest request)
Starts a Managed Notebook Runtime.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. startRuntimeAsync(String name)
Starts a Managed Notebook Runtime.com.google.api.gax.rpc.OperationCallable<StartRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceClient. startRuntimeOperationCallable()
Starts a Managed Notebook Runtime.com.google.api.gax.rpc.OperationCallSettings.Builder<StartRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings.Builder. startRuntimeOperationSettings()
Returns the builder for the settings used for calls to startRuntime.com.google.api.gax.rpc.OperationCallSettings<StartRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings. startRuntimeOperationSettings()
Returns the object with the settings used for calls to startRuntime.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. stopRuntimeAsync(StopRuntimeRequest request)
Stops a Managed Notebook Runtime.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. stopRuntimeAsync(String name)
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.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. switchRuntimeAsync(SwitchRuntimeRequest request)
Switch a Managed Notebook Runtime.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. switchRuntimeAsync(String name)
Switch a Managed Notebook Runtime.com.google.api.gax.rpc.OperationCallable<SwitchRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceClient. switchRuntimeOperationCallable()
Switch a Managed Notebook Runtime.com.google.api.gax.rpc.OperationCallSettings.Builder<SwitchRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings.Builder. switchRuntimeOperationSettings()
Returns the builder for the settings used for calls to switchRuntime.com.google.api.gax.rpc.OperationCallSettings<SwitchRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings. switchRuntimeOperationSettings()
Returns the object with the settings used for calls to switchRuntime.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. updateRuntimeAsync(Runtime runtime, com.google.protobuf.FieldMask updateMask)
Update Notebook Runtime configuration.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. updateRuntimeAsync(UpdateRuntimeRequest request)
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.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. upgradeRuntimeAsync(UpgradeRuntimeRequest request)
Upgrades a Managed Notebook Runtime to the latest version.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. upgradeRuntimeAsync(String name)
Upgrades a Managed Notebook Runtime to the latest version.com.google.api.gax.rpc.OperationCallable<UpgradeRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceClient. upgradeRuntimeOperationCallable()
Upgrades a Managed Notebook Runtime to the latest version.com.google.api.gax.rpc.OperationCallSettings.Builder<UpgradeRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings.Builder. upgradeRuntimeOperationSettings()
Returns the builder for the settings used for calls to upgradeRuntime.com.google.api.gax.rpc.OperationCallSettings<UpgradeRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings. upgradeRuntimeOperationSettings()
Returns the object with the settings used for calls to upgradeRuntime.Methods in com.google.cloud.notebooks.v1 with parameters of type Runtime Modifier and Type Method Description ListRuntimesResponse.Builder
ListRuntimesResponse.Builder. addRuntimes(int index, Runtime value)
A list of returned Runtimes.ListRuntimesResponse.Builder
ListRuntimesResponse.Builder. addRuntimes(Runtime value)
A list of returned Runtimes.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. createRuntimeAsync(RuntimeName parent, String runtimeId, Runtime runtime)
Creates a new Runtime in a given project and location.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. createRuntimeAsync(String parent, String runtimeId, Runtime runtime)
Creates a new Runtime in a given project and location.Runtime.Builder
Runtime.Builder. mergeFrom(Runtime other)
CreateRuntimeRequest.Builder
CreateRuntimeRequest.Builder. mergeRuntime(Runtime value)
Required.UpdateRuntimeRequest.Builder
UpdateRuntimeRequest.Builder. mergeRuntime(Runtime value)
Required.static Runtime.Builder
Runtime. newBuilder(Runtime prototype)
CreateRuntimeRequest.Builder
CreateRuntimeRequest.Builder. setRuntime(Runtime value)
Required.UpdateRuntimeRequest.Builder
UpdateRuntimeRequest.Builder. setRuntime(Runtime value)
Required.ListRuntimesResponse.Builder
ListRuntimesResponse.Builder. setRuntimes(int index, Runtime value)
A list of returned Runtimes.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. updateRuntimeAsync(Runtime runtime, com.google.protobuf.FieldMask updateMask)
Update Notebook Runtime configuration.Method parameters in com.google.cloud.notebooks.v1 with type arguments of type Runtime Modifier and Type Method Description ListRuntimesResponse.Builder
ListRuntimesResponse.Builder. addAllRuntimes(Iterable<? extends Runtime> values)
A list of returned Runtimes.static com.google.api.core.ApiFuture<ManagedNotebookServiceClient.ListRuntimesPagedResponse>
ManagedNotebookServiceClient.ListRuntimesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, com.google.api.core.ApiFuture<ListRuntimesResponse> futureResponse)
protected ManagedNotebookServiceClient.ListRuntimesPage
ManagedNotebookServiceClient.ListRuntimesPage. createPage(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ListRuntimesResponse response)
com.google.api.core.ApiFuture<ManagedNotebookServiceClient.ListRuntimesPage>
ManagedNotebookServiceClient.ListRuntimesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, com.google.api.core.ApiFuture<ListRuntimesResponse> futureResponse)
default void
ManagedNotebookServiceGrpc.AsyncService. getRuntime(GetRuntimeRequest request, io.grpc.stub.StreamObserver<Runtime> responseObserver)
Gets details of a single Runtime.void
ManagedNotebookServiceGrpc.ManagedNotebookServiceStub. getRuntime(GetRuntimeRequest request, io.grpc.stub.StreamObserver<Runtime> responseObserver)
Gets details of a single Runtime. -
Uses of Runtime in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type Runtime Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateRuntimeRequest,Runtime,OperationMetadata>
GrpcManagedNotebookServiceStub. createRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStub. createRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings.Builder. createRuntimeOperationSettings()
Returns the builder for the settings used for calls to createRuntime.com.google.api.gax.rpc.OperationCallSettings<CreateRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings. createRuntimeOperationSettings()
Returns the object with the settings used for calls to createRuntime.com.google.api.gax.rpc.OperationCallable<DiagnoseRuntimeRequest,Runtime,OperationMetadata>
GrpcManagedNotebookServiceStub. diagnoseRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallable<DiagnoseRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStub. diagnoseRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DiagnoseRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings.Builder. diagnoseRuntimeOperationSettings()
Returns the builder for the settings used for calls to diagnoseRuntime.com.google.api.gax.rpc.OperationCallSettings<DiagnoseRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings. diagnoseRuntimeOperationSettings()
Returns the object with the settings used for calls to diagnoseRuntime.com.google.api.gax.rpc.UnaryCallable<GetRuntimeRequest,Runtime>
GrpcManagedNotebookServiceStub. getRuntimeCallable()
com.google.api.gax.rpc.UnaryCallable<GetRuntimeRequest,Runtime>
ManagedNotebookServiceStub. getRuntimeCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRuntimeRequest,Runtime>
ManagedNotebookServiceStubSettings.Builder. getRuntimeSettings()
Returns the builder for the settings used for calls to getRuntime.com.google.api.gax.rpc.UnaryCallSettings<GetRuntimeRequest,Runtime>
ManagedNotebookServiceStubSettings. getRuntimeSettings()
Returns the object with the settings used for calls to getRuntime.com.google.api.gax.rpc.OperationCallable<ReportRuntimeEventRequest,Runtime,OperationMetadata>
GrpcManagedNotebookServiceStub. reportRuntimeEventOperationCallable()
com.google.api.gax.rpc.OperationCallable<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStub. reportRuntimeEventOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings.Builder. reportRuntimeEventOperationSettings()
Returns the builder for the settings used for calls to reportRuntimeEvent.com.google.api.gax.rpc.OperationCallSettings<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings. reportRuntimeEventOperationSettings()
Returns the object with the settings used for calls to reportRuntimeEvent.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.OperationCallable<StartRuntimeRequest,Runtime,OperationMetadata>
GrpcManagedNotebookServiceStub. startRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallable<StartRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStub. startRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<StartRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings.Builder. startRuntimeOperationSettings()
Returns the builder for the settings used for calls to startRuntime.com.google.api.gax.rpc.OperationCallSettings<StartRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings. startRuntimeOperationSettings()
Returns the object with the settings used for calls to startRuntime.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.OperationCallable<SwitchRuntimeRequest,Runtime,OperationMetadata>
GrpcManagedNotebookServiceStub. switchRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallable<SwitchRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStub. switchRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SwitchRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings.Builder. switchRuntimeOperationSettings()
Returns the builder for the settings used for calls to switchRuntime.com.google.api.gax.rpc.OperationCallSettings<SwitchRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings. switchRuntimeOperationSettings()
Returns the object with the settings used for calls to switchRuntime.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.OperationCallable<UpgradeRuntimeRequest,Runtime,OperationMetadata>
GrpcManagedNotebookServiceStub. upgradeRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpgradeRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStub. upgradeRuntimeOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpgradeRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings.Builder. upgradeRuntimeOperationSettings()
Returns the builder for the settings used for calls to upgradeRuntime.com.google.api.gax.rpc.OperationCallSettings<UpgradeRuntimeRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings. upgradeRuntimeOperationSettings()
Returns the object with the settings used for calls to upgradeRuntime.
-