public static interface DashboardChart.ChartDatasourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDashboardQuery()
public abstract String getDashboardQuery()Reference to dashboard query resource used in the chart.
string dashboard_query = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The dashboardQuery. |
getDashboardQueryBytes()
public abstract ByteString getDashboardQueryBytes()Reference to dashboard query resource used in the chart.
string dashboard_query = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dashboardQuery. |
getDataSources(int index)
public abstract DataSource getDataSources(int index)Name of the datasource used in the chart.
repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
DataSource |
The dataSources at the given index. |
getDataSourcesCount()
public abstract int getDataSourcesCount()Name of the datasource used in the chart.
repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of dataSources. |
getDataSourcesList()
public abstract List<DataSource> getDataSourcesList()Name of the datasource used in the chart.
repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;
| Returns | |
|---|---|
| Type | Description |
List<DataSource> |
A list containing the dataSources. |
getDataSourcesValue(int index)
public abstract int getDataSourcesValue(int index)Name of the datasource used in the chart.
repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of dataSources at the given index. |
getDataSourcesValueList()
public abstract List<Integer> getDataSourcesValueList()Name of the datasource used in the chart.
repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for dataSources. |