Skip to content

Commit c1ff4b4

Browse files
yoshi-automationsofisl
authored andcommitted
fix(cloudsupport): update the API
#### cloudsupport:v2beta The following keys were changed: - resources.cases.resources.attachments.methods.list.parameters.pageSize.description #### cloudsupport:v2 The following keys were changed: - resources.cases.resources.attachments.methods.list.parameters.pageSize.description
1 parent 8c9152a commit c1ff4b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎discovery/cloudsupport-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
],
383383
"parameters": {
384384
"pageSize": {
385-
"description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.",
385+
"description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.",
386386
"format": "int32",
387387
"location": "query",
388388
"type": "integer"
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20240430",
555+
"revision": "20241231",
556556
"rootUrl": "https://cloudsupport.googleapis.com/",
557557
"schemas": {
558558
"Actor": {

‎discovery/cloudsupport-v2beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
],
450450
"parameters": {
451451
"pageSize": {
452-
"description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.",
452+
"description": "The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.",
453453
"format": "int32",
454454
"location": "query",
455455
"type": "integer"
@@ -619,7 +619,7 @@
619619
}
620620
}
621621
},
622-
"revision": "20240430",
622+
"revision": "20241231",
623623
"rootUrl": "https://cloudsupport.googleapis.com/",
624624
"schemas": {
625625
"Actor": {

‎src/apis/cloudsupport/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ export namespace cloudsupport_v2 {
16611661
export interface Params$Resource$Cases$Attachments$List
16621662
extends StandardParameters {
16631663
/**
1664-
* The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.
1664+
* The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.
16651665
*/
16661666
pageSize?: number;
16671667
/**

‎src/apis/cloudsupport/v2beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ export namespace cloudsupport_v2beta {
18741874
export interface Params$Resource$Cases$Attachments$List
18751875
extends StandardParameters {
18761876
/**
1877-
* The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.
1877+
* The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.
18781878
*/
18791879
pageSize?: number;
18801880
/**

0 commit comments

Comments
 (0)