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