Enum AutoMonitoringConfig.Scope (2.67.0)

public enum AutoMonitoringConfig.Scope extends Enum<AutoMonitoringConfig.Scope> implements ProtocolMessageEnum

Scope for applications monitored by Auto-Monitoring

Protobuf enum google.container.v1beta1.AutoMonitoringConfig.Scope

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL

Auto-Monitoring is enabled for all supported applications.

ALL = 1;

ALL_VALUE

Auto-Monitoring is enabled for all supported applications.

ALL = 1;

NONE

Disable Auto-Monitoring.

NONE = 2;

NONE_VALUE

Disable Auto-Monitoring.

NONE = 2;

SCOPE_UNSPECIFIED

Not set.

SCOPE_UNSPECIFIED = 0;

SCOPE_UNSPECIFIED_VALUE

Not set.

SCOPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()