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 WorkflowName
WorkflowName.Builder. build()
static WorkflowName
WorkflowName. of(String project, String location, String workflow)
static WorkflowName
WorkflowName. 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 Execution
ExecutionsClient. createExecution(WorkflowName parent, Execution execution)
Creates a new execution using the latest revision of the given workflow.ExecutionsClient.ListExecutionsPagedResponse
ExecutionsClient. 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)
-