Skip to content

Commit

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

The following keys were changed:
- resources.projects.resources.locations.resources.functions.methods.list.parameters.pageSize.description

#### cloudfunctions:v2beta

The following keys were changed:
- resources.projects.resources.locations.resources.functions.methods.list.parameters.pageSize.description

#### cloudfunctions:v2

The following keys were changed:
- resources.projects.resources.locations.resources.functions.methods.list.parameters.pageSize.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 10, 2023
1 parent 1c18b16 commit dd8be29
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudfunctions-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
"type": "string"
},
"pageSize": {
"description": "Maximum number of functions to return per call.",
"description": "Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20230126",
"revision": "20230202",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudfunctions-v2alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
"type": "string"
},
"pageSize": {
"description": "Maximum number of functions to return per call.",
"description": "Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20230126",
"revision": "20230202",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudfunctions-v2beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
"type": "string"
},
"pageSize": {
"description": "Maximum number of functions to return per call.",
"description": "Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20230126",
"revision": "20230202",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/cloudfunctions/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ export namespace cloudfunctions_v2 {
* filter: 'placeholder-value',
* // The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
* orderBy: 'placeholder-value',
* // Maximum number of functions to return per call.
* // Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
* pageSize: 'placeholder-value',
* // The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a prior `ListFunctions` call, and that the system should return the next page of data.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -2766,7 +2766,7 @@ export namespace cloudfunctions_v2 {
*/
orderBy?: string;
/**
* Maximum number of functions to return per call.
* Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
*/
pageSize?: number;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/cloudfunctions/v2alpha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ export namespace cloudfunctions_v2alpha {
* filter: 'placeholder-value',
* // The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
* orderBy: 'placeholder-value',
* // Maximum number of functions to return per call.
* // Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
* pageSize: 'placeholder-value',
* // The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a prior `ListFunctions` call, and that the system should return the next page of data.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -2766,7 +2766,7 @@ export namespace cloudfunctions_v2alpha {
*/
orderBy?: string;
/**
* Maximum number of functions to return per call.
* Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
*/
pageSize?: number;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/cloudfunctions/v2beta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ export namespace cloudfunctions_v2beta {
* filter: 'placeholder-value',
* // The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
* orderBy: 'placeholder-value',
* // Maximum number of functions to return per call.
* // Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
* pageSize: 'placeholder-value',
* // The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a prior `ListFunctions` call, and that the system should return the next page of data.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -2766,7 +2766,7 @@ export namespace cloudfunctions_v2beta {
*/
orderBy?: string;
/**
* Maximum number of functions to return per call.
* Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
*/
pageSize?: number;
/**
Expand Down

0 comments on commit dd8be29

Please sign in to comment.