public static interface DashboardChart.Visualization.AxisOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAxisType()
public abstract AxisType getAxisType().google.cloud.chronicle.v1.AxisType axis_type = 4;
| Returns | |
|---|---|
| Type | Description |
AxisType |
The axisType. |
getAxisTypeValue()
public abstract int getAxisTypeValue().google.cloud.chronicle.v1.AxisType axis_type = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for axisType. |
getDisplayName()
public abstract String getDisplayName()string display_name = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()string display_name = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getMax()
public abstract int getMax()Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max
optional int32 max = 7;
| Returns | |
|---|---|
| Type | Description |
int |
The max. |
getMin()
public abstract int getMin()Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min
optional int32 min = 6;
| Returns | |
|---|---|
| Type | Description |
int |
The min. |
hasMax()
public abstract boolean hasMax()Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max
optional int32 max = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the max field is set. |
hasMin()
public abstract boolean hasMin()Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min
optional int32 min = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the min field is set. |