public static interface DashboardDefinition.ChartConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChartLayout()
public abstract DashboardDefinition.ChartConfig.ChartLayout getChartLayout()
.google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayout chart_layout = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardDefinition.ChartConfig.ChartLayout |
The chartLayout. |
getChartLayoutOrBuilder()
public abstract DashboardDefinition.ChartConfig.ChartLayoutOrBuilder getChartLayoutOrBuilder()
.google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayout chart_layout = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardDefinition.ChartConfig.ChartLayoutOrBuilder |
|
getDashboardChart()
public abstract String getDashboardChart()
string dashboard_chart = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The dashboardChart. |
getDashboardChartBytes()
public abstract ByteString getDashboardChartBytes()
string dashboard_chart = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dashboardChart. |
getFiltersIds(int index)
public abstract String getFiltersIds(int index)Dashboard filters applied to the chart.
repeated string filters_ids = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The filtersIds at the given index. |
getFiltersIdsBytes(int index)
public abstract ByteString getFiltersIdsBytes(int index)Dashboard filters applied to the chart.
repeated string filters_ids = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the filtersIds at the given index. |
getFiltersIdsCount()
public abstract int getFiltersIdsCount()Dashboard filters applied to the chart.
repeated string filters_ids = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The count of filtersIds. |
getFiltersIdsList()
public abstract List<String> getFiltersIdsList()Dashboard filters applied to the chart.
repeated string filters_ids = 4;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the filtersIds. |
hasChartLayout()
public abstract boolean hasChartLayout()
.google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayout chart_layout = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the chartLayout field is set. |