restic/vendor/cloud.google.com/go/firestore/testdata/query-offset-limit.textproto
2018-03-30 11:41:12 +02:00

25 lines
494 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.
# Offset and Limit clauses.
description: "query: Offset and Limit clauses"
query: <
coll_path: "projects/projectID/databases/(default)/documents/C"
clauses: <
offset: 2
>
clauses: <
limit: 3
>
query: <
from: <
collection_id: "C"
>
offset: 2
limit: <
value: 3
>
>
>