Uses of Class
com.google.cloud.workflows.executions.v1.WorkflowName
-
Packages that use WorkflowName Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions API -
-
Uses of WorkflowName in com.google.cloud.workflows.executions.v1
Methods in com.google.cloud.workflows.executions.v1 that return WorkflowName Modifier and Type Method Description WorkflowNameWorkflowName.Builder. build()static WorkflowNameWorkflowName. of(String project, String location, String workflow)static WorkflowNameWorkflowName. parse(String formattedString)Methods in com.google.cloud.workflows.executions.v1 that return types with arguments of type WorkflowName Modifier and Type Method Description static List<WorkflowName>WorkflowName. parseList(List<String> formattedStrings)Methods in com.google.cloud.workflows.executions.v1 with parameters of type WorkflowName Modifier and Type Method Description ExecutionExecutionsClient. createExecution(WorkflowName parent, Execution execution)Creates a new execution using the latest revision of the given workflow.ExecutionsClient.ListExecutionsPagedResponseExecutionsClient. listExecutions(WorkflowName parent)Returns a list of executions which belong to the workflow with the given name.Method parameters in com.google.cloud.workflows.executions.v1 with type arguments of type WorkflowName Modifier and Type Method Description static List<String>WorkflowName. toStringList(List<WorkflowName> values)
-