-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
api: firestoreIssues related to the googleapis/python-firestore API.Issues related to the googleapis/python-firestore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
For python auto generated code is missing here whereas it's generated for java.
python-firestore/google/cloud/firestore_v1/types/query.py
Lines 173 to 183 in 581520c
| class Operator(proto.Enum): | |
| r"""A field filter operator.""" | |
| OPERATOR_UNSPECIFIED = 0 | |
| LESS_THAN = 1 | |
| LESS_THAN_OR_EQUAL = 2 | |
| GREATER_THAN = 3 | |
| GREATER_THAN_OR_EQUAL = 4 | |
| EQUAL = 5 | |
| ARRAY_CONTAINS = 7 | |
| IN = 8 | |
| ARRAY_CONTAINS_ANY = 9 |
Metadata
Metadata
Assignees
Labels
api: firestoreIssues related to the googleapis/python-firestore API.Issues related to the googleapis/python-firestore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.