public sealed class LoggingComponentConfig : IMessage<LoggingComponentConfig>, IEquatable<LoggingComponentConfig>, IDeepCloneable<LoggingComponentConfig>, IBufferMessage, IMessage
LoggingComponentConfig is cluster logging component configuration.
Implements
IMessage<LoggingComponentConfig>, IEquatable<LoggingComponentConfig>, IDeepCloneable<LoggingComponentConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
LoggingComponentConfig()
public LoggingComponentConfig()
LoggingComponentConfig(LoggingComponentConfig)
public LoggingComponentConfig(LoggingComponentConfig other)
Parameter | |
---|---|
Name | Description |
other | LoggingComponentConfig |
Properties
EnableComponents
public RepeatedField<LoggingComponentConfig.Types.Component> EnableComponents { get; }
Select components to collect logs. An empty set would disable all logging.
Property Value | |
---|---|
Type | Description |
RepeatedField<LoggingComponentConfig.Types.Component> |