public sealed class MonitoringConfig : IMessage<MonitoringConfig>, IEquatable<MonitoringConfig>, IDeepCloneable<MonitoringConfig>, IBufferMessage, IMessage
MonitoringConfig is cluster monitoring configuration.
[[["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 `MonitoringConfig` is 3.33.0, while the current context focuses on version 2.7.0."],["`MonitoringConfig` is a class that handles cluster monitoring configurations within the `Google.Cloud.Container.V1` namespace."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing functionalities like `GetHashCode()`, `GetType()`, and `ToString()`."],["`MonitoringConfig` has two constructors, one default and one that accepts another `MonitoringConfig` object for copying, and it contains a property named `ComponentConfig` of type `MonitoringComponentConfig` to manage monitoring components configurations."],["The document lists historical versions of `MonitoringConfig` from 3.33.0 down to 2.3.0, illustrating its development history and available versions."]]],[]]