Uses of Class
com.google.cloud.workflows.executions.v1.ExecutionName
-
Packages that use ExecutionName Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions API -
-
Uses of ExecutionName in com.google.cloud.workflows.executions.v1
Methods in com.google.cloud.workflows.executions.v1 that return ExecutionName Modifier and Type Method Description ExecutionName
ExecutionName.Builder. build()
static ExecutionName
ExecutionName. of(String project, String location, String workflow, String execution)
static ExecutionName
ExecutionName. parse(String formattedString)
Methods in com.google.cloud.workflows.executions.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.workflows.executions.v1 with parameters of type ExecutionName Modifier and Type Method Description Execution
ExecutionsClient. cancelExecution(ExecutionName name)
Cancels an execution of the given name.Execution
ExecutionsClient. getExecution(ExecutionName name)
Returns an execution of the given name.Method parameters in com.google.cloud.workflows.executions.v1 with type arguments of type ExecutionName Modifier and Type Method Description static List<String>
ExecutionName. toStringList(List<ExecutionName> values)
-