Enum LoggingComponentConfig.Component (2.4.0)

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

GKE components exposing logs

Protobuf enum google.container.v1beta1.LoggingComponentConfig.Component

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPONENT_UNSPECIFIED

Default value. This shouldn't be used.

COMPONENT_UNSPECIFIED = 0;

COMPONENT_UNSPECIFIED_VALUE

Default value. This shouldn't be used.

COMPONENT_UNSPECIFIED = 0;

SYSTEM_COMPONENTS

system components

SYSTEM_COMPONENTS = 1;

SYSTEM_COMPONENTS_VALUE

system components

SYSTEM_COMPONENTS = 1;

UNRECOGNIZED
WORKLOADS

workloads

WORKLOADS = 2;

WORKLOADS_VALUE

workloads

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()