Package-level declarations
Types
Link copied to clipboard
                object Genomics_v1alpha2Functions
Link copied to clipboard
                Creates a pipeline that can be run later. Create takes a Pipeline that has all fields other than pipelineId populated, and then returns the same pipeline with pipelineId populated. This id can be used to run the pipeline. Caller must have WRITE permission to the project.
Link copied to clipboard
                data class PipelineArgs(val description: Output<String>? = null, val docker: Output<DockerExecutorArgs>? = null, val inputParameters: Output<List<PipelineParameterArgs>>? = null, val name: Output<String>? = null, val outputParameters: Output<List<PipelineParameterArgs>>? = null, val pipelineId: Output<String>? = null, val project: Output<String>? = null, val resources: Output<PipelineResourcesArgs>? = null) : ConvertibleToJava<PipelineArgs> 
Creates a pipeline that can be run later. Create takes a Pipeline that has all fields other than pipelineId populated, and then returns the same pipeline with pipelineId populated. This id can be used to run the pipeline. Caller must have WRITE permission to the project.
Link copied to clipboard
                class PipelineArgsBuilder
Builder for PipelineArgs.
Link copied to clipboard
                Link copied to clipboard
                class PipelineResourceBuilder
Builder for Pipeline.