public sealed class AddCatalogAttributeRequest : IMessage<AddCatalogAttributeRequest>, IEquatable<AddCatalogAttributeRequest>, IDeepCloneable<AddCatalogAttributeRequest>, IBufferMessage, IMessage
Request for
[CatalogService.AddCatalogAttribute][google.cloud.retail.v2.CatalogService.AddCatalogAttribute]
method.
[[["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 webpage details the `AddCatalogAttributeRequest` class within the Google.Cloud.Retail.V2 namespace, used for the `CatalogService.AddCatalogAttribute` method."],["The `AddCatalogAttributeRequest` class is implemented in the Google.Cloud.Retail.V2.dll assembly and inherits from the .NET Object class, also implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version for the `AddCatalogAttributeRequest` class is version 2.12.0, while the currently documented version on this webpage is version 2.2.0."],["The `AddCatalogAttributeRequest` class requires the `AttributesConfig` resource name and a `CatalogAttribute` object to be provided for adding an attribute."],["The webpage documents the constructors and properties, including `AttributesConfig`, `AttributesConfigAsAttributesConfigName`, and `CatalogAttribute`, for the `AddCatalogAttributeRequest` class, in addition to showing previous versions of it."]]],[]]