Skip to content

Commit

Permalink
fix(firestore): update the API
Browse files Browse the repository at this point in the history
#### firestore:v1

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description
  • Loading branch information
yoshi-automation authored and bcoe committed May 3, 2021
1 parent 7548f6d commit 615a6d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions discovery/firestore-v1.json
Expand Up @@ -1135,7 +1135,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand All @@ -1160,7 +1160,7 @@
}
}
},
"revision": "20210326",
"revision": "20210419",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"ArrayValue": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/firestore/v1.ts
Expand Up @@ -6085,7 +6085,7 @@ export namespace firestore_v1 {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -6214,7 +6214,7 @@ export namespace firestore_v1 {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down

0 comments on commit 615a6d6

Please sign in to comment.