Skip to content

Commit

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

The following keys were changed:
- resources.projects.resources.profiles.methods.list.parameters.pageSize.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 5, 2024
1 parent 22610b3 commit 2c5cbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudprofiler-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
],
"parameters": {
"pageSize": {
"description": "The maximum number of items to return. Default page_size is 1000. Max limit is 10000.",
"description": "The maximum number of items to return. Default page_size is 1000. Max limit is 1000.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -254,7 +254,7 @@
}
}
},
"revision": "20231213",
"revision": "20240101",
"rootUrl": "https://cloudprofiler.googleapis.com/",
"schemas": {
"CreateProfileRequest": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudprofiler/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export namespace cloudprofiler_v2 {
export interface Params$Resource$Projects$Profiles$List
extends StandardParameters {
/**
* The maximum number of items to return. Default page_size is 1000. Max limit is 10000.
* The maximum number of items to return. Default page_size is 1000. Max limit is 1000.
*/
pageSize?: number;
/**
Expand Down

0 comments on commit 2c5cbc4

Please sign in to comment.