public sealed class UpdateAttributesConfigRequest : IMessage<UpdateAttributesConfigRequest>, IEquatable<UpdateAttributesConfigRequest>, IDeepCloneable<UpdateAttributesConfigRequest>, IBufferMessage, IMessage
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."],[[["The `UpdateAttributesConfigRequest` class is used to request updates to the `AttributesConfig` in the Retail API's `CatalogService`."],["The latest version of the `UpdateAttributesConfigRequest` is 2.12.0, with multiple previous versions available, ranging down to version 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and one that accepts another `UpdateAttributesConfigRequest` object as a parameter for copying."],["The `UpdateAttributesConfigRequest` contains properties for `AttributesConfig`, which is required for updating, and an `UpdateMask` to specify which fields to update, in which if not specified, all fields are updated."]]],[]]