public sealed class LoggingComponentConfig : IMessage<LoggingComponentConfig>, IEquatable<LoggingComponentConfig>, IDeepCloneable<LoggingComponentConfig>, IBufferMessage, IMessage
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` is 3.33.0, with various versions ranging from 3.32.0 down to 2.3.0 available for reference."],["`LoggingComponentConfig` is a class used for configuring cluster logging components, as part of the Google Cloud Container V1 library."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide a variety of functionalities."],["The `EnableComponents` property, a `RepeatedField`, allows selection of specific components to collect logs, and leaving it empty disables all logging."],["The class `LoggingComponentConfig` offers two constructors, one default and one that accepts another `LoggingComponentConfig` object for parameter."]]],[]]