public static interface DashboardChart.Visualization.Series.GaugeValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColor()
public abstract String getColor()Optional. Color for gauge chart
string color = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The color. |
getColorBytes()
public abstract ByteString getColorBytes()Optional. Color for gauge chart
string color = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for color. |
getValue()
public abstract int getValue()Optional. Value for gauge chart
int32 value = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The value. |