Skip to main content

serving_configs_control

Overview

Nameserving_configs_control
TypeResource
Idgoogle.retail.serving_configs_control

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
projects_locations_catalogs_serving_configs_add_controlEXECcatalogsId, locationsId, projectsId, servingConfigsIdEnables a Control on the specified ServingConfig. The control is added in the last position of the list of controls it belongs to (e.g. if it's a facet spec control it will be applied in the last position of servingConfig.facetSpecIds) Returns a ALREADY_EXISTS error if the control has already been applied. Returns a FAILED_PRECONDITION error if the addition could exceed maximum number of control allowed for that type of control.
projects_locations_catalogs_serving_configs_remove_controlEXECcatalogsId, locationsId, projectsId, servingConfigsIdDisables a Control on the specified ServingConfig. The control is removed from the ServingConfig. Returns a NOT_FOUND error if the Control is not enabled for the ServingConfig.