Skip to content

Commit 0b03ba1

Browse files
feat(firestore): update the api
#### firestore:v1 The following keys were deleted: - schemas.RunQueryResponse.properties.done.type (Total Keys: 1) The following keys were added: - resources.projects.resources.databases.resources.documents.methods.runAggregationQuery (Total Keys: 12) - schemas.Aggregation (Total Keys: 8) - schemas.Count (Total Keys: 4) - schemas.RunAggregationQueryRequest (Total Keys: 8) - schemas.RunAggregationQueryResponse (Total Keys: 7) - schemas.StructuredAggregationQuery (Total Keys: 5) #### firestore:v1beta1 The following keys were deleted: - schemas.RunQueryResponse.properties.done.type (Total Keys: 1) The following keys were added: - resources.projects.resources.databases.resources.documents.methods.runAggregationQuery (Total Keys: 12) - schemas.Aggregation (Total Keys: 8) - schemas.Count (Total Keys: 4) - schemas.RunAggregationQueryRequest (Total Keys: 8) - schemas.RunAggregationQueryResponse (Total Keys: 7) - schemas.StructuredAggregationQuery (Total Keys: 5)
1 parent c8674ef commit 0b03ba1

File tree

6 files changed

+675
-25
lines changed

6 files changed

+675
-25
lines changed

docs/dyn/firestore_v1.projects.databases.documents.html

Lines changed: 207 additions & 4 deletions
Large diffs are not rendered by default.

docs/dyn/firestore_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3>Method Details</h3>
125125

126126
Args:
127127
name: string, The resource that owns the locations collection, if applicable. (required)
128-
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
128+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
129129
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
130130
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
131131
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)