Enum PieChart.PieChartType (2.43.0)

public enum PieChart.PieChartType extends Enum<PieChart.PieChartType> implements ProtocolMessageEnum

Types for the pie chart.

Protobuf enum google.monitoring.dashboard.v1.PieChart.PieChartType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DONUT

Similar to PIE, but the DONUT type PieChart has a hole in the middle.

DONUT = 2;

DONUT_VALUE

Similar to PIE, but the DONUT type PieChart has a hole in the middle.

DONUT = 2;

PIE

A Pie type PieChart.

PIE = 1;

PIE_CHART_TYPE_UNSPECIFIED

The zero value. No type specified. Do not use.

PIE_CHART_TYPE_UNSPECIFIED = 0;

PIE_CHART_TYPE_UNSPECIFIED_VALUE

The zero value. No type specified. Do not use.

PIE_CHART_TYPE_UNSPECIFIED = 0;

PIE_VALUE

A Pie type PieChart.

PIE = 1;

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