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 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."]]],[]]