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."],[[["Version 3.33.0 is the latest version available for the Google Cloud Container V1 API's `MonitoringComponentConfig` class, with numerous prior versions listed."],["The `MonitoringComponentConfig` class is part of the `Google.Cloud.Container.V1` namespace and is used to configure monitoring for Google Kubernetes Engine clusters."],["`MonitoringComponentConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The class has a property `EnableComponents`, which is a `RepeatedField` used to select the metrics-collecting components and disable all monitoring when empty."],["Constructors are available for both creating a new `MonitoringComponentConfig` object, and creating one by cloning an existing `MonitoringComponentConfig`."]]],[]]