Enum ChartOptions.Mode (2.10.0)

public enum ChartOptions.Mode extends Enum<ChartOptions.Mode> implements ProtocolMessageEnum

Chart mode options.

Protobuf enum google.monitoring.dashboard.v1.ChartOptions.Mode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COLOR

The chart distinguishes data series using different color. Line colors may get reused when there are many lines in the chart.

COLOR = 1;

COLOR_VALUE

The chart distinguishes data series using different color. Line colors may get reused when there are many lines in the chart.

COLOR = 1;

MODE_UNSPECIFIED

Mode is unspecified. The view will default to COLOR.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

Mode is unspecified. The view will default to COLOR.

MODE_UNSPECIFIED = 0;

STATS

The chart displays statistics such as average, median, 95th percentile, and more.

STATS = 3;

STATS_VALUE

The chart displays statistics such as average, median, 95th percentile, and more.

STATS = 3;

UNRECOGNIZED
X_RAY

The chart uses the Stackdriver x-ray mode, in which each data set is plotted using the same semi-transparent color.

X_RAY = 2;

X_RAY_VALUE

The chart uses the Stackdriver x-ray mode, in which each data set is plotted using the same semi-transparent color.

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