Uses of Class
com.google.cloud.workflows.v1beta.WorkflowName
-
Packages that use WorkflowName Package Description com.google.cloud.workflows.v1beta A client to Workflows API -
-
Uses of WorkflowName in com.google.cloud.workflows.v1beta
Methods in com.google.cloud.workflows.v1beta 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.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.v1beta with parameters of type WorkflowName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
WorkflowsClient. deleteWorkflowAsync(WorkflowName name)
Deletes a workflow with the specified name.Workflow
WorkflowsClient. getWorkflow(WorkflowName name)
Gets details of a single Workflow.Method parameters in com.google.cloud.workflows.v1beta with type arguments of type WorkflowName Modifier and Type Method Description static List<String>
WorkflowName. toStringList(List<WorkflowName> values)
-