public interface CompositeFilterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
CompositeFilter.Operator |
The op. |
getOpValue()
public abstract int getOpValue()
The operator for combining multiple filters.
.google.datastore.v1.CompositeFilter.Operator op = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for op. |