Interface CompositeFilterOrBuilder (2.19.0)

public interface CompositeFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilters(int index)

public abstract Filter getFilters(int index)

The list of filters to combine.

Requires:

  • At least one filter is present.

repeated .google.datastore.v1.Filter filters = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Filter

getFiltersCount()

public abstract int getFiltersCount()

The list of filters to combine.

Requires:

  • At least one filter is present.

repeated .google.datastore.v1.Filter filters = 2;

Returns
TypeDescription
int

getFiltersList()

public abstract List<Filter> getFiltersList()

The list of filters to combine.

Requires:

  • At least one filter is present.

repeated .google.datastore.v1.Filter filters = 2;

Returns
TypeDescription
List<Filter>

getFiltersOrBuilder(int index)

public abstract FilterOrBuilder getFiltersOrBuilder(int index)

The list of filters to combine.

Requires:

  • At least one filter is present.

repeated .google.datastore.v1.Filter filters = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
FilterOrBuilder

getFiltersOrBuilderList()

public abstract List<? extends FilterOrBuilder> getFiltersOrBuilderList()

The list of filters to combine.

Requires:

  • At least one filter is present.

repeated .google.datastore.v1.Filter filters = 2;

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

getOp()

public abstract CompositeFilter.Operator getOp()

The operator for combining multiple filters.

.google.datastore.v1.CompositeFilter.Operator op = 1;

Returns
TypeDescription
CompositeFilter.Operator

The op.

getOpValue()

public abstract int getOpValue()

The operator for combining multiple filters.

.google.datastore.v1.CompositeFilter.Operator op = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for op.