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 documentation for the `LoggingComponentConfig` class within the Google Kubernetes Engine v1 API, specifically for version 3.19.0, and a range of other older versions."],["The `LoggingComponentConfig` class is used to configure cluster logging components within the Google Kubernetes Engine."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is found in the `Google.Cloud.Container.V1` namespace."],["The `EnableComponents` property, a `RepeatedField`, is used to determine which components will have their logs collected, with an empty set resulting in no logs being collected."],["The latest version available is version 3.33.0, and the page lists all versions down to 2.3.0, each with a corresponding link."]]],[]]