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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]