Enum LoggingComponentConfig.Component (0.34.0)

public enum LoggingComponentConfig.Component extends Enum<LoggingComponentConfig.Component> implements ProtocolMessageEnum

The components of the logging configuration;

Protobuf enum google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPONENT_UNSPECIFIED

No component is specified

COMPONENT_UNSPECIFIED = 0;

COMPONENT_UNSPECIFIED_VALUE

No component is specified

COMPONENT_UNSPECIFIED = 0;

SYSTEM_COMPONENTS

This indicates that system logging components is enabled.

SYSTEM_COMPONENTS = 1;

SYSTEM_COMPONENTS_VALUE

This indicates that system logging components is enabled.

SYSTEM_COMPONENTS = 1;

UNRECOGNIZED
WORKLOADS

This indicates that user workload logging component is enabled.

WORKLOADS = 2;

WORKLOADS_VALUE

This indicates that user workload logging component is enabled.

WORKLOADS = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()