public sealed class MonitoringComponentConfig : IMessage<MonitoringComponentConfig>, IEquatable<MonitoringComponentConfig>, IDeepCloneable<MonitoringComponentConfig>, IBufferMessage, IMessage
MonitoringComponentConfig is cluster monitoring component 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 available for `MonitoringComponentConfig` is 3.33.0, while also listing versions back to 2.3.0, all within the `Google.Cloud.Container.V1` namespace."],["`MonitoringComponentConfig` is a class used to configure cluster monitoring components and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `MonitoringComponentConfig` class offers two constructors: a default constructor and one that accepts another `MonitoringComponentConfig` instance, which is used for copying configuration settings."],["`EnableComponents` is a property of type `RepeatedField` that allows you to specify the components for which metrics should be collected."]]],[]]