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 document provides reference documentation for the `GetRecommenderConfigRequest` class within the Google Cloud Recommender v1 API, specifically for version 3.2.0."],["The `GetRecommenderConfigRequest` class is used to request the configuration of a recommender and inherits from the base `Object` class while also implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version for the Google Cloud Recommender v1 API is 3.7.0, with older versions available, ranging from 3.6.0 down to 2.5.0."],["The class has two constructors: a default constructor and a constructor that accepts another `GetRecommenderConfigRequest` object for cloning."],["It has two key properties: `Name`, a string representing the resource name, and `RecommenderConfigName`, which provides a typed view of the `Name` property, used for specifying the desired Recommender configuration."]]],[]]