Datapipelines_v1Functions

Functions

Link copied to clipboard

Looks up a single pipeline. Returns a "NOT_FOUND" error if no such pipeline exists. Returns a "FORBIDDEN" error if the caller doesn't have permission to access it.

suspend fun getPipeline(argument: suspend GetPipelinePlainArgsBuilder.() -> Unit): GetPipelineResult
suspend fun getPipeline(location: String, pipelineId: String, project: String? = null): GetPipelineResult