public enum Index.QueryScope extends Enum<Index.QueryScope> implements ProtocolMessageEnum Query Scope defines the scope at which a query is run. This is specified on
a StructuredQuery's from field.
Protobuf enum google.firestore.admin.v1.Index.QueryScope
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| COLLECTION | Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the collection id specified by the index. |
| COLLECTION_GROUP | Indexes with a collection group query scope specified allow queries against all collections that has the collection id specified by the index. |
| COLLECTION_GROUP_VALUE | Indexes with a collection group query scope specified allow queries against all collections that has the collection id specified by the index. |
| COLLECTION_VALUE | Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the collection id specified by the index. |
| QUERY_SCOPE_UNSPECIFIED | The query scope is unspecified. Not a valid option. |
| QUERY_SCOPE_UNSPECIFIED_VALUE | The query scope is unspecified. Not a valid option. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |