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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]