public sealed class GetAttributesConfigRequest : IMessage<GetAttributesConfigRequest>, IEquatable<GetAttributesConfigRequest>, IDeepCloneable<GetAttributesConfigRequest>, IBufferMessage, IMessage
Request for
[CatalogService.GetAttributesConfig][google.cloud.retail.v2.CatalogService.GetAttributesConfig]
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 webpage details the `GetAttributesConfigRequest` class within the `Google.Cloud.Retail.V2` namespace, which is used for requesting the `CatalogService.GetAttributesConfig` method."],["The latest version available is 2.12.0, and the current context is focused on version 2.2.0, but the page also lists all other available versions from 1.0.0 to 2.12.0, with links to their respective documentation."],["`GetAttributesConfigRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AttributesConfigName` and `Name`, which represent the typed view and the full resource name of the AttributesConfig, respectively, which are integral to the configuration request."],["The `GetAttributesConfigRequest` class also defines two constructors, one default constructor and another that allows initialization by copying another instance of `GetAttributesConfigRequest`."]]],[]]