public static interface DashboardChart.Visualization.Series.EncodeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getItemName()
public abstract String getItemName()This is useful in charts like 'pie', where data item name can be displayed in legend.
string item_name = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The itemName. |
getItemNameBytes()
public abstract ByteString getItemNameBytes()This is useful in charts like 'pie', where data item name can be displayed in legend.
string item_name = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for itemName. |
getValue()
public abstract String getValue()For some type of series that are not in any coordinate system, like 'pie'
string value = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()For some type of series that are not in any coordinate system, like 'pie'
string value = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |
getX()
public abstract String getX()string x = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The x. |
getXBytes()
public abstract ByteString getXBytes()string x = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for x. |
getY()
public abstract String getY()string y = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The y. |
getYBytes()
public abstract ByteString getYBytes()string y = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for y. |