Reference documentation and code samples for the Google Cloud Retail V2 Client class UpdateAttributesConfigRequest.
Request for CatalogService.UpdateAttributesConfig method.
Generated from protobuf message google.cloud.retail.v2.UpdateAttributesConfigRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ attributes_config
↳ update_mask
Google\Protobuf\FieldMask
Indicates which fields in the provided AttributesConfig to update. The following is the only supported field: * AttributesConfig.catalog_attributes If not set, all supported fields are updated.
getAttributesConfig
Required. The AttributesConfig to update.
hasAttributesConfig
clearAttributesConfig
setAttributesConfig
Required. The AttributesConfig to update.
$this
getUpdateMask
Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:
- AttributesConfig.catalog_attributes If not set, all supported fields are updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:
- AttributesConfig.catalog_attributes If not set, all supported fields are updated.
$this
static::build
attributesConfig
updateMask
Google\Protobuf\FieldMask
Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:
If not set, all supported fields are updated.