getStep

suspend fun getStep(argument: GetStepPlainArgs): GetStepResult

Gets a Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Step does not exist

Return

null

Parameters

argument

null


suspend fun getStep(executionId: String, historyId: String, project: String? = null, stepId: String): GetStepResult

Return

null

Parameters

executionId
historyId
project
stepId

See also


suspend fun getStep(argument: suspend GetStepPlainArgsBuilder.() -> Unit): GetStepResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.toolresults.v1beta3.kotlin.inputs.GetStepPlainArgs.

See also