getPipeline

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.

Return

null

Parameters

argument

null


suspend fun getPipeline(location: String, pipelineId: String, project: String? = null): GetPipelineResult

Return

null

Parameters

location
pipelineId
project

See also


suspend fun getPipeline(argument: suspend GetPipelinePlainArgsBuilder.() -> Unit): GetPipelineResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.datapipelines.v1.kotlin.inputs.GetPipelinePlainArgs.

See also