public sealed class AddCatalogAttributeRequest : IMessage<AddCatalogAttributeRequest>, IEquatable<AddCatalogAttributeRequest>, IDeepCloneable<AddCatalogAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class AddCatalogAttributeRequest.
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."],[[["The latest version of the `AddCatalogAttributeRequest` is 2.12.0, but this page is specifically for version 2.6.0, and there are numerous other versions available dating back to 1.0.0."],["The `AddCatalogAttributeRequest` class is part of the Retail v2 API and is used to request the addition of a catalog attribute."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it supports various functionalities like serialization, comparison, and deep cloning."],["The `AddCatalogAttributeRequest` class has two constructors and three properties, `AttributesConfig`, `AttributesConfigAsAttributesConfigName`, and `CatalogAttribute`, which define the attribute to be added, and its configuration."],["The `AttributesConfig` property is required, and it specifies the full resource name of the AttributesConfig in the format: `projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig`."]]],[]]