public sealed class MonitoringComponentConfig : IMessage<MonitoringComponentConfig>, IEquatable<MonitoringComponentConfig>, IDeepCloneable<MonitoringComponentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class MonitoringComponentConfig.
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 webpage provides documentation for the `MonitoringComponentConfig` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The latest version of the `MonitoringComponentConfig` class is 3.33.0, with a comprehensive list of prior versions ranging from 3.32.0 down to 2.3.0 available for reference."],["The `MonitoringComponentConfig` class is designed for configuring cluster monitoring components, allowing developers to select which components to collect metrics from, and is inherited from other implementations."],["The `EnableComponents` property, a `RepeatedField`, is used to manage the selection of components for metric collection, with an empty set resulting in all monitoring being disabled."],["The class implements several interfaces, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the Google Protobuf ecosystem."]]],[]]