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 the Google.Cloud.Container.V1 API is 3.33.0, with multiple previous versions listed ranging from 3.32.0 down to 2.3.0."],["`LoggingComponentConfig` is a class in the Google Kubernetes Engine v1 API used to define the configuration for cluster logging components."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to enable usage."],["The class `LoggingComponentConfig` provides a property called `EnableComponents`, which is a `RepeatedField` for selecting the specific logging components for which to collect logs."],["There are two constructors for the `LoggingComponentConfig` class, one that is parameterless and another that accepts another `LoggingComponentConfig` object as a parameter."]]],[]]