public sealed class UpdateRecommenderConfigRequest : IMessage<UpdateRecommenderConfigRequest>, IEquatable<UpdateRecommenderConfigRequest>, IDeepCloneable<UpdateRecommenderConfigRequest>, IBufferMessage, IMessage
[[["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 details the `UpdateRecommenderConfigRequest` class, which is used to send requests for updating a `RecommenderConfig` within the Google Cloud Recommender V1 service."],["The class supports versioning, with versions ranging from 2.5.0 to the latest 3.7.0 available, and the content focuses on version 3.1.0."],["`UpdateRecommenderConfigRequest` is a request class implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `Object` class."],["The class has properties including `RecommenderConfig` which represents the configuration to update, `UpdateMask` which specifies which fields are to be updated, and `ValidateOnly` which allows for request validation without committing changes."],["The class has two constructors: one empty, and another that accepts an `UpdateRecommenderConfigRequest` as a parameter."]]],[]]