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 ExecutionNameExecutionName.Builder. build()static ExecutionNameExecutionName. of(String project, String location, String execution)static ExecutionNameExecutionName. 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 executionExecutionNotebookServiceClient. getExecution(ExecutionName name)Gets details of executionsNotebookServiceClient.ListExecutionsPagedResponseNotebookServiceClient. 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)
-