public interface InlineDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDashboards(int index)
public abstract NativeDashboardWithChartsAndQueries getDashboards(int index)Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries |
|
getDashboardsCount()
public abstract int getDashboardsCount()Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDashboardsList()
public abstract List<NativeDashboardWithChartsAndQueries> getDashboardsList()Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<NativeDashboardWithChartsAndQueries> |
|
getDashboardsOrBuilder(int index)
public abstract NativeDashboardWithChartsAndQueriesOrBuilder getDashboardsOrBuilder(int index)Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueriesOrBuilder |
|
getDashboardsOrBuilderList()
public abstract List<? extends NativeDashboardWithChartsAndQueriesOrBuilder> getDashboardsOrBuilderList()Dashboards with charts and queries.
repeated .google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries dashboards = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueriesOrBuilder> |
|