public sealed class LoggingComponentConfig : IMessage<LoggingComponentConfig>, IEquatable<LoggingComponentConfig>, IDeepCloneable<LoggingComponentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class LoggingComponentConfig.
LoggingComponentConfig is cluster logging 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 `LoggingComponentConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 up to the latest version 3.33.0."],["`LoggingComponentConfig` is a class used to configure logging components within a cluster, and the documentation outlines its inheritance and the interfaces it implements, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor and a copy constructor, which accepts another `LoggingComponentConfig` instance as a parameter, allowing the creation of new instances based on existing ones."],["The primary property within the class is `EnableComponents`, which is a `RepeatedField` that determines which logging components should be activated, and disabling all logging is achieved by leaving this set empty."],["The latest version available for this specific reference documentation is 3.33.0, with a comprehensive range of previous versions available for review."]]],[]]