public sealed class LoggingComponentConfig : IMessage<LoggingComponentConfig>, IEquatable<LoggingComponentConfig>, IDeepCloneable<LoggingComponentConfig>, IBufferMessage, IMessage
Parameters that describe the Logging component configuration in a cluster.
[[["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 available for `LoggingComponentConfig` is 2.8.0, with other versions ranging from 2.7.0 down to 1.0.0-beta01 also documented."],["`LoggingComponentConfig` is a sealed class that provides parameters to describe the Logging component configuration within a cluster, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `LoggingComponentConfig` inherits from Object and is located in the namespace `Google.Cloud.GkeMultiCloud.V1`, within the assembly `Google.Cloud.GkeMultiCloud.V1.dll`."],["The `EnableComponents` property allows for the configuration of components to be enabled within the Logging configuration, using `RepeatedField` of `LoggingComponentConfig.Types.Component` to specify which components."]]],[]]