public enum Index.ApiScope extends Enum<Index.ApiScope> implements ProtocolMessageEnumAPI Scope defines the APIs (Firestore Native, or Firestore in Datastore Mode) that are supported for queries.
 Protobuf enum google.firestore.admin.v1.Index.ApiScope
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| ANY_API | The index can only be used by the Firestore Native query API. This is the default.   | 
| ANY_API_VALUE | The index can only be used by the Firestore Native query API. This is the default.   | 
| DATASTORE_MODE_API | The index can only be used by the Firestore in Datastore Mode query API.   | 
| DATASTORE_MODE_API_VALUE | The index can only be used by the Firestore in Datastore Mode query API.   | 
| MONGODB_COMPATIBLE_API | The index can only be used by the MONGODB_COMPATIBLE_API.   | 
| MONGODB_COMPATIBLE_API_VALUE | The index can only be used by the MONGODB_COMPATIBLE_API.   | 
| 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() | |