get Product Set
Gets information associated with a ProductSet. Possible errors: * Returns NOT_FOUND if the ProductSet does not exist.
Return
null
Parameters
argument
null
suspend fun getProductSet(location: String, productSetId: String, project: String? = null): GetProductSetResult
Return
null
See also
Parameters
location
product Set Id
project
suspend fun getProductSet(argument: suspend GetProductSetPlainArgsBuilder.() -> Unit): GetProductSetResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.vision.v1.kotlin.inputs.GetProductSetPlainArgs.