Uses of Class
com.google.cloud.workflows.v1.WorkflowName
-
Packages that use WorkflowName Package Description com.google.cloud.workflows.v1 A client to Workflows API -
-
Uses of WorkflowName in com.google.cloud.workflows.v1
Methods in com.google.cloud.workflows.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.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.v1 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.WorkflowWorkflowsClient. getWorkflow(WorkflowName name)Gets details of a single workflow.Method parameters in com.google.cloud.workflows.v1 with type arguments of type WorkflowName Modifier and Type Method Description static List<String>WorkflowName. toStringList(List<WorkflowName> values)
-