Uses of Class
com.google.cloud.notebooks.v1.ExecutionName
-
Packages that use ExecutionName Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of ExecutionName in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ExecutionName Modifier and Type Method Description ExecutionName
ExecutionName.Builder. build()
static ExecutionName
ExecutionName. of(String project, String location, String execution)
static ExecutionName
ExecutionName. parse(String formattedString)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ExecutionName Modifier and Type Method Description static List<ExecutionName>
ExecutionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.notebooks.v1 with parameters of type ExecutionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Execution,OperationMetadata>
NotebookServiceClient. createExecutionAsync(ExecutionName parent, Execution execution, String executionId)
Creates a new Execution in a given project and location.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NotebookServiceClient. deleteExecutionAsync(ExecutionName name)
Deletes executionExecution
NotebookServiceClient. getExecution(ExecutionName name)
Gets details of executionsNotebookServiceClient.ListExecutionsPagedResponse
NotebookServiceClient. listExecutions(ExecutionName parent)
Lists executions in a given project and locationMethod parameters in com.google.cloud.notebooks.v1 with type arguments of type ExecutionName Modifier and Type Method Description static List<String>
ExecutionName. toStringList(List<ExecutionName> values)
-