Interface BatchGetDashboardChartsResponseOrBuilder (0.31.0)

public interface BatchGetDashboardChartsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDashboardCharts(int index)

public abstract DashboardChart getDashboardCharts(int index)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
index int
Returns
Type Description
DashboardChart

getDashboardChartsCount()

public abstract int getDashboardChartsCount()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
int

getDashboardChartsList()

public abstract List<DashboardChart> getDashboardChartsList()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
List<DashboardChart>

getDashboardChartsOrBuilder(int index)

public abstract DashboardChartOrBuilder getDashboardChartsOrBuilder(int index)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
index int
Returns
Type Description
DashboardChartOrBuilder

getDashboardChartsOrBuilderList()

public abstract List<? extends DashboardChartOrBuilder> getDashboardChartsOrBuilderList()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DashboardChartOrBuilder>