public static interface DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDashboardFilters(int index)
public abstract DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter getDashboardFilters(int index)Required. Dashboard filters to be applied on drill down.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter dashboard_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter |
|
getDashboardFiltersCount()
public abstract int getDashboardFiltersCount()Required. Dashboard filters to be applied on drill down.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter dashboard_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDashboardFiltersList()
public abstract List<DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter> getDashboardFiltersList()Required. Dashboard filters to be applied on drill down.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter dashboard_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<DrillDownDashboardFilter> |
|
getDashboardFiltersOrBuilder(int index)
public abstract DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilterOrBuilder getDashboardFiltersOrBuilder(int index)Required. Dashboard filters to be applied on drill down.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter dashboard_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilterOrBuilder |
|
getDashboardFiltersOrBuilderList()
public abstract List<? extends DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilterOrBuilder> getDashboardFiltersOrBuilderList()Required. Dashboard filters to be applied on drill down.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter dashboard_filters = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilterOrBuilder> |
|