public sealed class UpdateInsightTypeConfigRequest : IMessage<UpdateInsightTypeConfigRequest>, IEquatable<UpdateInsightTypeConfigRequest>, IDeepCloneable<UpdateInsightTypeConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class UpdateInsightTypeConfigRequest.
[[["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 `UpdateInsightTypeConfigRequest` class is used to request updates to the `InsightTypeConfig` within the Google Cloud Recommender v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, and deep cloning."],["It has constructors for creating new instances and copying existing ones, allowing for flexibility in instantiation and modification."],["The class contains properties such as `InsightTypeConfig`, `UpdateMask`, and `ValidateOnly`, which are critical for specifying the configuration to update, the fields to modify, and whether to preview the changes without applying them."],["The provided documentation lists several versions of the `UpdateInsightTypeConfigRequest`, with version 3.7.0 being the latest."]]],[]]