getRun

suspend fun getRun(argument: GetRunPlainArgs): GetRunResult

Gets the details of the specified run.

Return

null

Parameters

argument

null


suspend fun getRun(location: String, processId: String, project: String? = null, runId: String): GetRunResult

Return

null

Parameters

location
processId
project
runId

See also


suspend fun getRun(argument: suspend GetRunPlainArgsBuilder.() -> Unit): GetRunResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.datalineage.v1.kotlin.inputs.GetRunPlainArgs.

See also