public sealed class UpdateRecommenderConfigRequest : IMessage<UpdateRecommenderConfigRequest>, IEquatable<UpdateRecommenderConfigRequest>, IDeepCloneable<UpdateRecommenderConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class UpdateRecommenderConfigRequest.
[[["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 latest version of the `UpdateRecommenderConfigRequest` class is 3.7.0, and there are multiple previous versions available, ranging from 3.6.0 down to 2.5.0."],["This class is part of the Google Cloud Recommender v1 API and is used as a request for the `UpdateRecommenderConfig` method."],["The `UpdateRecommenderConfigRequest` class inherits from the base object class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `RecommenderConfig` (the config to be updated), `UpdateMask` (fields to be updated), and `ValidateOnly` (a boolean for previewing updates)."],["There are two constructors available, one default and one that accepts another `UpdateRecommenderConfigRequest` instance for copying."]]],[]]