public sealed class RemoveCatalogAttributeRequest : IMessage<RemoveCatalogAttributeRequest>, IEquatable<RemoveCatalogAttributeRequest>, IDeepCloneable<RemoveCatalogAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RemoveCatalogAttributeRequest.
Request for
[CatalogService.RemoveCatalogAttribute][google.cloud.retail.v2.CatalogService.RemoveCatalogAttribute]
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 document provides reference information for the `RemoveCatalogAttributeRequest` class within the Google Cloud Retail V2 API, detailing its usage and implementation across various versions, from 1.0.0 to the latest 2.12.0."],["The `RemoveCatalogAttributeRequest` class is used to request the removal of a catalog attribute through the `CatalogService.RemoveCatalogAttribute` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, equality checks, deep cloning, and buffer message support."],["Key properties of the `RemoveCatalogAttributeRequest` class include `AttributesConfig`, which is the full resource name of the AttributesConfig, and `Key`, which specifies the attribute name key to be removed."],["The provided documentation highlights the versions available for the `RemoveCatalogAttributeRequest`, including older versions, all the way to the most current version."]]],[]]