1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 23:54:20 +00:00
nginx-sso/vendor/cloud.google.com/go/firestore/testdata/query-offset-limit-last-wins.textproto

31 lines
596 B
Text
Raw Normal View History

# DO NOT MODIFY. This file was generated by
# github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
# With multiple Offset or Limit clauses, the last one wins.
description: "query: multiple Offset and Limit clauses"
query: <
coll_path: "projects/projectID/databases/(default)/documents/C"
clauses: <
offset: 2
>
clauses: <
limit: 3
>
clauses: <
limit: 4
>
clauses: <
offset: 5
>
query: <
from: <
collection_id: "C"
>
offset: 5
limit: <
value: 4
>
>
>