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."],[[["This page provides documentation for the `UpdateInsightTypeConfigRequest` class within the Google Cloud Recommender v1 API, including its properties and usage."],["The class is used to request updates to the `InsightTypeConfig` and is part of the `Google.Cloud.Recommender.V1` namespace, available in various versions from 2.5.0 to 3.7.0, with 3.7.0 being the latest."],["Key properties of `UpdateInsightTypeConfigRequest` include `InsightTypeConfig` to define the configuration, `UpdateMask` to specify fields to update, and `ValidateOnly` to preview changes without applying them."],["The class inherits from the base object class and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a part of the Google Protobuf framework."],["The documentation provides the constructors available for the `UpdateInsightTypeConfigRequest` class."]]],[]]