public static interface DashboardChart.Visualization.Series.UserSelectedValuesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColor()
public abstract String getColor()Optional. User specified color of a pie slice
string color = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The color. |
getColorBytes()
public abstract ByteString getColorBytes()Optional. User specified color of a pie slice
string color = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for color. |
getLabel()
public abstract String getLabel()Optional. User specified label for a pie slice
string label = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The label. |
getLabelBytes()
public abstract ByteString getLabelBytes()Optional. User specified label for a pie slice
string label = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for label. |