Skip to content

Commit

Permalink
Firestore API: Add COLLECTION_GROUP to queryScope (#1920)
Browse files Browse the repository at this point in the history
Merged PR #1920.
  • Loading branch information
btorresgil authored and modular-magician committed Aug 14, 2019
1 parent 0708f96 commit ad8a5af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
4 changes: 3 additions & 1 deletion products/firestore/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ objects:
- !ruby/object:Api::Type::Enum
name: queryScope
description: |
The scope at which a query is run. Defaults to `"COLLECTION"`.
The scope at which a query is run. One of `"COLLECTION"` or
`"COLLECTION_GROUP"`. Defaults to `"COLLECTION"`.
default_value: :COLLECTION
values:
- :COLLECTION
- :COLLECTION_GROUP
- !ruby/object:Api::Type::Array
name: fields
description: |
Expand Down

0 comments on commit ad8a5af

Please sign in to comment.