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."],[[["The latest version of `LoggingComponentConfig` for Google Kubernetes Engine v1 API is 3.33.0, with numerous prior versions available, dating back to 2.3.0."],["`LoggingComponentConfig` is a class used for configuring cluster logging components within the Google Kubernetes Engine v1 API, as indicated by the documentation."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality checks, deep cloning, and buffer message operations."],["The `EnableComponents` property, a `RepeatedField`, allows users to specify which components should have logs collected, and leaving this set empty disables all logging."],["It has two constructors available, a default one, and another to create a new instance based on another already existing `LoggingComponentConfig` object."]]],[]]