Retail_v2beta Functions
object Retail_v2betaFunctions
Functions
Link copied to clipboard
Gets a Control.
suspend fun getControl(catalogId: String, controlId: String, location: String, project: String? = null): GetControlResult
Link copied to clipboard
Gets a model.
Link copied to clipboard
Gets a Product.
suspend fun getProduct(branchId: String, catalogId: String, location: String, productId: String, project: String? = null): GetProductResult
Link copied to clipboard
Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.
suspend fun getServingConfig(argument: suspend GetServingConfigPlainArgsBuilder.() -> Unit): GetServingConfigResult
suspend fun getServingConfig(catalogId: String, location: String, project: String? = null, servingConfigId: String): GetServingConfigResult