Enum XyChart.Axis.Scale (2.10.0)

public enum XyChart.Axis.Scale extends Enum<XyChart.Axis.Scale> implements ProtocolMessageEnum

Types of scales used in axes.

Protobuf enum google.monitoring.dashboard.v1.XyChart.Axis.Scale

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LINEAR

Linear scale.

LINEAR = 1;

LINEAR_VALUE

Linear scale.

LINEAR = 1;

LOG10

Logarithmic scale (base 10).

LOG10 = 2;

LOG10_VALUE

Logarithmic scale (base 10).

LOG10 = 2;

SCALE_UNSPECIFIED

Scale is unspecified. The view will default to LINEAR.

SCALE_UNSPECIFIED = 0;

SCALE_UNSPECIFIED_VALUE

Scale is unspecified. The view will default to LINEAR.

SCALE_UNSPECIFIED = 0;

UNRECOGNIZED

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