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