public static interface StructuredQuery.CompositeFilterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for op. |