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."],[[["This page provides documentation for the `MonitoringComponentConfig` class within the `Google.Cloud.Container.V1` namespace, specifically version 2.7.0 of the library, with links to numerous versions of that documentation."],["`MonitoringComponentConfig` is a class used to configure cluster monitoring components and is a subclass of `Object`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, equality checks, deep cloning, and buffering."],["The `EnableComponents` property, of type `RepeatedField`, allows users to select specific components for metric collection, and disabling all collection can be done with an empty set."],["The page lists documentation for the class across multiple versions, with the latest version being 3.33.0 and going all the way back to 2.3.0, offering a history of the class."]]],[]]