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 webpage provides reference documentation for the `LoggingComponentConfig` class within the Google Kubernetes Engine v1 API."],["The latest version of the documentation is 3.33.0, and it lists all previous versions down to 2.3.0, available for browsing in chronological order."],["`LoggingComponentConfig` is defined as a cluster logging component configuration and it inherits from the Object class and implements several interfaces including IMessage, IEquatable, and IDeepCloneable."],["The `EnableComponents` property allows users to select the components for which they want to collect logs, with an empty set indicating that no logs will be collected."],["There are two constructors available for `LoggingComponentConfig`, a default constructor and one that takes another `LoggingComponentConfig` instance as a parameter."]]],[]]