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<com.google.protobuf.Empty,OperationMetadata> |
ManagedNotebookServiceClient.deleteRuntimeAsync(RuntimeName name) |
Deletes a single 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.
|
Runtime |
ManagedNotebookServiceClient.getRuntime(RuntimeName name) |
Gets details of a single Runtime.
|
RefreshRuntimeTokenInternalResponse |
ManagedNotebookServiceClient.refreshRuntimeTokenInternal(RuntimeName name,
String vmId) |
Gets an access token for the consumer service account that the customer attached to the
runtime.
|
com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata> |
ManagedNotebookServiceClient.reportRuntimeEventAsync(RuntimeName name) |
Report and process a runtime event.
|