Interface DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilterOrBuilder (0.31.0)

public static interface DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDashboardFilterId()

public abstract String getDashboardFilterId()

Required. ID of the dashboard filter.

string dashboard_filter_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The dashboardFilterId.

getDashboardFilterIdBytes()

public abstract ByteString getDashboardFilterIdBytes()

Required. ID of the dashboard filter.

string dashboard_filter_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for dashboardFilterId.

getFilterOperatorAndValues(int index)

public abstract FilterOperatorAndValues getFilterOperatorAndValues(int index)

Required. Filter operator and field values for the dashboard filter.

repeated .google.cloud.chronicle.v1.FilterOperatorAndValues filter_operator_and_values = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
FilterOperatorAndValues

getFilterOperatorAndValuesCount()

public abstract int getFilterOperatorAndValuesCount()

Required. Filter operator and field values for the dashboard filter.

repeated .google.cloud.chronicle.v1.FilterOperatorAndValues filter_operator_and_values = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getFilterOperatorAndValuesList()

public abstract List<FilterOperatorAndValues> getFilterOperatorAndValuesList()

Required. Filter operator and field values for the dashboard filter.

repeated .google.cloud.chronicle.v1.FilterOperatorAndValues filter_operator_and_values = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<FilterOperatorAndValues>

getFilterOperatorAndValuesOrBuilder(int index)

public abstract FilterOperatorAndValuesOrBuilder getFilterOperatorAndValuesOrBuilder(int index)

Required. Filter operator and field values for the dashboard filter.

repeated .google.cloud.chronicle.v1.FilterOperatorAndValues filter_operator_and_values = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
FilterOperatorAndValuesOrBuilder

getFilterOperatorAndValuesOrBuilderList()

public abstract List<? extends FilterOperatorAndValuesOrBuilder> getFilterOperatorAndValuesOrBuilderList()

Required. Filter operator and field values for the dashboard filter.

repeated .google.cloud.chronicle.v1.FilterOperatorAndValues filter_operator_and_values = 2 [(.google.api.field_behavior) = REQUIRED];

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