public static interface DashboardChart.Visualization.ColumnDefOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getField()
public abstract String getField()Field key in data.
string field = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The field. |
getFieldBytes()
public abstract ByteString getFieldBytes()Field key in data.
string field = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for field. |
getHeader()
public abstract String getHeader()Header name for column.
string header = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The header. |
getHeaderBytes()
public abstract ByteString getHeaderBytes()Header name for column.
string header = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for header. |