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."],[[["This webpage provides reference documentation for the `UpdateRecommenderConfigRequest` class within the Google Cloud Recommender v1 API, used to update recommender configurations."],["The documentation covers various versions of the API, with version 3.7.0 being the latest and 3.5.0 being the current one, alongside the other available versions."],["`UpdateRecommenderConfigRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it uses several features regarding message handling."],["The class includes properties such as `RecommenderConfig`, `UpdateMask`, and `ValidateOnly`, which allow users to define the recommender configuration to update, the fields to modify, and the option to preview changes before applying them."],["The `UpdateRecommenderConfigRequest` class is part of the `Google.Cloud.Recommender.V1` namespace and is found within the `Google.Cloud.Recommender.V1.dll` assembly."]]],[]]