Uses of Class
com.google.cloud.workflows.executions.v1beta.WorkflowName
-
Packages that use WorkflowName Package Description com.google.cloud.workflows.executions.v1beta A client to Workflow Executions API -
-
Uses of WorkflowName in com.google.cloud.workflows.executions.v1beta
Methods in com.google.cloud.workflows.executions.v1beta 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.v1beta 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.v1beta 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.v1beta with type arguments of type WorkflowName Modifier and Type Method Description static List<String>WorkflowName. toStringList(List<WorkflowName> values)
-