Enum PlotMode (0.31.0)

public enum PlotMode extends Enum<PlotMode> implements ProtocolMessageEnum

Plot mode for the map.

Protobuf enum google.cloud.chronicle.v1.PlotMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
PLOT_MODE_BOTH

Plot mode is both points and heatmap.

PLOT_MODE_BOTH = 3;

PLOT_MODE_BOTH_VALUE

Plot mode is both points and heatmap.

PLOT_MODE_BOTH = 3;

PLOT_MODE_HEATMAP

Plot mode is heatmap.

PLOT_MODE_HEATMAP = 2;

PLOT_MODE_HEATMAP_VALUE

Plot mode is heatmap.

PLOT_MODE_HEATMAP = 2;

PLOT_MODE_POINTS

Plot mode is points.

PLOT_MODE_POINTS = 1;

PLOT_MODE_POINTS_VALUE

Plot mode is points.

PLOT_MODE_POINTS = 1;

PLOT_MODE_UNSPECIFIED

Plot mode is not specified.

PLOT_MODE_UNSPECIFIED = 0;

PLOT_MODE_UNSPECIFIED_VALUE

Plot mode is not specified.

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