public sealed class GetRecommenderConfigRequest : IMessage<GetRecommenderConfigRequest>, IEquatable<GetRecommenderConfigRequest>, IDeepCloneable<GetRecommenderConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class GetRecommenderConfigRequest.
[[["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 provides reference documentation for the `GetRecommenderConfigRequest` class within the Google Cloud Recommender v1 API, specifically for version 3.5.0."],["The `GetRecommenderConfigRequest` class is used to request the configuration of a recommender and inherits from `object` while implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage details two constructors for the `GetRecommenderConfigRequest` class: a default constructor and one that accepts another `GetRecommenderConfigRequest` instance as a parameter for copying, with the `other` parameter allowing for copying data."],["It lists two key properties for `GetRecommenderConfigRequest`: `Name`, which is a required string specifying the resource name of the recommender config, and `RecommenderConfigName`, which provides a typed view over the `Name` property."],["The webpage also lists links for 12 versions of the Google Cloud Recommender v1 API including the latest version."]]],[]]