Skip to content

Commit

Permalink
fix(cloudsearch): update the API
Browse files Browse the repository at this point in the history
#### cloudsearch:v1
The following keys were changed:
- schemas.SearchRequest.properties.pageSize.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 7, 2020
1 parent 97b0736 commit 4ef36bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudsearch-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@
}
}
},
"revision": "20200905",
"revision": "20200929",
"rootUrl": "https://cloudsearch.googleapis.com/",
"schemas": {
"BooleanOperatorOptions": {
Expand Down Expand Up @@ -4456,7 +4456,7 @@
"type": "array"
},
"pageSize": {
"description": "Maximum number of search results to return in one page. Valid values are between 1 and 100, inclusive. Default value is 10.",
"description": "Maximum number of search results to return in one page. Valid values are between 1 and 100, inclusive. Default value is 10. Minimum value is 50 when results beyond 2000 are requested.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudsearch/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@ export namespace cloudsearch_v1 {
dataSourceRestrictions?: Schema$DataSourceRestriction[];
facetOptions?: Schema$FacetOptions[];
/**
* Maximum number of search results to return in one page. Valid values are between 1 and 100, inclusive. Default value is 10.
* Maximum number of search results to return in one page. Valid values are between 1 and 100, inclusive. Default value is 10. Minimum value is 50 when results beyond 2000 are requested.
*/
pageSize?: number | null;
/**
Expand Down

0 comments on commit 4ef36bf

Please sign in to comment.