getProduct

Gets information associated with a Product. Possible errors: * Returns NOT_FOUND if the Product does not exist.

Return

null

Parameters

argument

null


suspend fun getProduct(location: String, productId: String, project: String? = null): GetProductResult

Return

null

See also

Parameters

location
productId
project

suspend fun getProduct(argument: suspend GetProductPlainArgsBuilder.() -> Unit): GetProductResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.vision.v1.kotlin.inputs.GetProductPlainArgs.