Package-level declarations
Types
Link copied to clipboard
                data class WorkflowArgs(val description: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val serviceAccount: Output<String>? = null, val sourceContents: Output<String>? = null, val workflowId: Output<String>? = null) : ConvertibleToJava<WorkflowArgs> 
Creates a new workflow. If a workflow with the specified name already exists in the specified project and location, the long running operation will return ALREADY_EXISTS error.
Link copied to clipboard
                class WorkflowArgsBuilder
Builder for WorkflowArgs.
Link copied to clipboard
                Link copied to clipboard
                class WorkflowResourceBuilder
Builder for Workflow.
Link copied to clipboard
                object Workflows_v1betaFunctions