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 page provides documentation for the `LoggingComponentConfig` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The `LoggingComponentConfig` class is used to configure cluster logging components within Google Kubernetes Engine and is part of the `Google.Cloud.Container.V1` namespace."],["Version 3.33.0 is the latest available release, and documentation is available for version 3.4.0 as well as many other preceding versions, dating back to 2.3.0."],["The `LoggingComponentConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with protocol buffers and handle deep cloning."],["The class allows users to enable or disable specific logging components through the `EnableComponents` property, which uses a `RepeatedField` to store a list of components."]]],[]]