1
0
mirror of https://github.com/restic/restic.git synced 2024-07-19 11:17:31 +02:00
restic/vendor/cloud.google.com/go/firestore/testdata/query-offset-limit-last-wins.textproto
2018-03-30 11:41:12 +02:00

31 lines
596 B
Plaintext

# 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
>
>
>