public enum SeriesType extends Enum<SeriesType> implements ProtocolMessageEnumProtobuf enum google.cloud.chronicle.v1.SeriesType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BAR |
|
BAR_VALUE |
|
GAUGE |
Represents gauge chart type. |
GAUGE_VALUE |
Represents gauge chart type. |
LINE |
|
LINE_VALUE |
|
MAP |
Represents map chart type. |
MAP_VALUE |
Represents map chart type. |
PIE |
|
PIE_VALUE |
|
SCATTERPLOT |
Represents scatterplot chart type. |
SCATTERPLOT_VALUE |
Represents scatterplot chart type. |
SERIES_TYPE_UNSPECIFIED |
|
SERIES_TYPE_UNSPECIFIED_VALUE |
|
TEXT |
|
TEXT_VALUE |
|
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() |
|