Interface NativeDashboardWithChartsAndQueriesOrBuilder (0.31.0)

public interface NativeDashboardWithChartsAndQueriesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDashboard()

public abstract NativeDashboard getDashboard()

Optional. Native dashboard.

.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NativeDashboard

The dashboard.

getDashboardCharts(int index)

public abstract DashboardChart getDashboardCharts(int index)

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart

getDashboardChartsCount()

public abstract int getDashboardChartsCount()

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getDashboardChartsList()

public abstract List<DashboardChart> getDashboardChartsList()

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<DashboardChart>

getDashboardChartsOrBuilder(int index)

public abstract DashboardChartOrBuilder getDashboardChartsOrBuilder(int index)

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardChartOrBuilder

getDashboardChartsOrBuilderList()

public abstract List<? extends DashboardChartOrBuilder> getDashboardChartsOrBuilderList()

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

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

getDashboardOrBuilder()

public abstract NativeDashboardOrBuilder getDashboardOrBuilder()

Optional. Native dashboard.

.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NativeDashboardOrBuilder

getDashboardQueries(int index)

public abstract DashboardQuery getDashboardQueries(int index)

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardQuery

getDashboardQueriesCount()

public abstract int getDashboardQueriesCount()

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getDashboardQueriesList()

public abstract List<DashboardQuery> getDashboardQueriesList()

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<DashboardQuery>

getDashboardQueriesOrBuilder(int index)

public abstract DashboardQueryOrBuilder getDashboardQueriesOrBuilder(int index)

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardQueryOrBuilder

getDashboardQueriesOrBuilderList()

public abstract List<? extends DashboardQueryOrBuilder> getDashboardQueriesOrBuilderList()

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

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

hasDashboard()

public abstract boolean hasDashboard()

Optional. Native dashboard.

.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the dashboard field is set.