public sealed class UpdateAttributesConfigRequest : IMessage<UpdateAttributesConfigRequest>, IEquatable<UpdateAttributesConfigRequest>, IDeepCloneable<UpdateAttributesConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UpdateAttributesConfigRequest.
Request for
[CatalogService.UpdateAttributesConfig][google.cloud.retail.v2.CatalogService.UpdateAttributesConfig]
method.
Indicates which fields in the provided
[AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The
following is the only supported field:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `UpdateAttributesConfigRequest` class within the Google Cloud Retail v2 API, specifically for .NET development."],["The `UpdateAttributesConfigRequest` class is used to request updates to the `AttributesConfig` in the Retail API, with methods for constructing requests either from scratch or by cloning existing instances."],["The latest version of the documentation available is for version 2.12.0, with historical versions listed dating back to 1.0.0, all the way down to version 2.12.0."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it supports updating the `AttributesConfig` and `UpdateMask` properties."],["The `UpdateMask` property allows specifying which fields of the `AttributesConfig` to update, currently only supporting the `catalog_attributes` field, and leaving it unset defaults to updating all supported fields."]]],[]]