Package com.google.firestore.v1
Interface StructuredQuery.CompositeFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StructuredQuery.CompositeFilter,StructuredQuery.CompositeFilter.Builder
- Enclosing class:
- StructuredQuery
public static interface StructuredQuery.CompositeFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFilters(int index) The list of filters to combine.intThe list of filters to combine.The list of filters to combine.getFiltersOrBuilder(int index) The list of filters to combine.List<? extends StructuredQuery.FilterOrBuilder>The list of filters to combine.getOp()The operator for combining multiple filters.intThe operator for combining multiple filters.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOpValue
int getOpValue()The operator for combining multiple filters.
.google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1;- Returns:
- The enum numeric value on the wire for op.
-
getOp
The operator for combining multiple filters.
.google.firestore.v1.StructuredQuery.CompositeFilter.Operator op = 1;- Returns:
- The op.
-
getFiltersList
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; -
getFilters
The list of filters to combine. Requires: * At least one filter is present.
repeated .google.firestore.v1.StructuredQuery.Filter filters = 2; -
getFiltersCount
int getFiltersCount()The list of filters to combine. Requires: * At least one filter is present.
repeated .google.firestore.v1.StructuredQuery.Filter filters = 2; -
getFiltersOrBuilderList
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; -
getFiltersOrBuilder
The list of filters to combine. Requires: * At least one filter is present.
repeated .google.firestore.v1.StructuredQuery.Filter filters = 2;
-