Interface StructuredQuery.CompositeFilterOrBuilder (3.4.2)

public static interface StructuredQuery.CompositeFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilters(int index)

public abstract StructuredQuery.Filter getFilters(int index)

The list of filters to combine. Requires:

  • At least one filter is present.

repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
StructuredQuery.Filter

getFiltersCount()

public abstract int getFiltersCount()

The list of filters to combine. Requires:

  • At least one filter is present.

repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;

Returns
TypeDescription
int

getFiltersList()

public abstract List<StructuredQuery.Filter> getFiltersList()

The list of filters to combine. Requires:

  • At least one filter is present.

repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;

Returns
TypeDescription
List<Filter>

getFiltersOrBuilder(int index)

public abstract StructuredQuery.FilterOrBuilder getFiltersOrBuilder(int index)

The list of filters to combine. Requires:

  • At least one filter is present.

repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
StructuredQuery.FilterOrBuilder

getFiltersOrBuilderList()

public abstract List<? extends StructuredQuery.FilterOrBuilder> getFiltersOrBuilderList()

The list of filters to combine. Requires:

  • At least one filter is present.

repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;

Returns
TypeDescription
List<? extends com.google.firestore.v1.StructuredQuery.FilterOrBuilder>

getOp()

public abstract StructuredQuery.CompositeFilter.Operator getOp()

The operator for combining multiple filters.

.google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1;

Returns
TypeDescription
StructuredQuery.CompositeFilter.Operator

The op.

getOpValue()

public abstract int getOpValue()

The operator for combining multiple filters.

.google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for op.