Retail_v2betaFunctions

Functions

Link copied to clipboard

Gets a Control.

suspend fun getControl(argument: suspend GetControlPlainArgsBuilder.() -> Unit): GetControlResult
suspend fun getControl(catalogId: String, controlId: String, location: String, project: String? = null): GetControlResult
Link copied to clipboard
suspend fun getModel(argument: GetModelPlainArgs): GetModelResult

Gets a model.

suspend fun getModel(argument: suspend GetModelPlainArgsBuilder.() -> Unit): GetModelResult
suspend fun getModel(catalogId: String, location: String, modelId: String, project: String? = null): GetModelResult
Link copied to clipboard

Gets a Product.

suspend fun getProduct(argument: suspend GetProductPlainArgsBuilder.() -> Unit): GetProductResult
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(catalogId: String, location: String, project: String? = null, servingConfigId: String): GetServingConfigResult