Skip to content

Commit f5c1edd

Browse files
feat(all): auto-regenerate discovery clients (#2812)
1 parent 4fe9fdf commit f5c1edd

File tree

48 files changed

+29275
-13126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+29275
-13126
lines changed

‎adexchangebuyer2/v2beta1/adexchangebuyer2-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,7 @@
31153115
}
31163116
}
31173117
},
3118-
"revision": "20231206",
3118+
"revision": "20241002",
31193119
"rootUrl": "https://adexchangebuyer.googleapis.com/",
31203120
"schemas": {
31213121
"AbsoluteDateRange": {
@@ -6570,22 +6570,22 @@
65706570
"id": "TimeOfDay",
65716571
"properties": {
65726572
"hours": {
6573-
"description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
6573+
"description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
65746574
"format": "int32",
65756575
"type": "integer"
65766576
},
65776577
"minutes": {
6578-
"description": "Minutes of hour of day. Must be from 0 to 59.",
6578+
"description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
65796579
"format": "int32",
65806580
"type": "integer"
65816581
},
65826582
"nanos": {
6583-
"description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
6583+
"description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.",
65846584
"format": "int32",
65856585
"type": "integer"
65866586
},
65876587
"seconds": {
6588-
"description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.",
6588+
"description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.",
65896589
"format": "int32",
65906590
"type": "integer"
65916591
}

‎adexchangebuyer2/v2beta1/adexchangebuyer2-gen.go

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@
13671367
}
13681368
}
13691369
},
1370-
"revision": "20240618",
1370+
"revision": "20241002",
13711371
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
13721372
"schemas": {
13731373
"AcceptProposalRequest": {
@@ -3111,22 +3111,22 @@
31113111
"id": "TimeOfDay",
31123112
"properties": {
31133113
"hours": {
3114-
"description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
3114+
"description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
31153115
"format": "int32",
31163116
"type": "integer"
31173117
},
31183118
"minutes": {
3119-
"description": "Minutes of hour of day. Must be from 0 to 59.",
3119+
"description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
31203120
"format": "int32",
31213121
"type": "integer"
31223122
},
31233123
"nanos": {
3124-
"description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
3124+
"description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.",
31253125
"format": "int32",
31263126
"type": "integer"
31273127
},
31283128
"seconds": {
3129-
"description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.",
3129+
"description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.",
31303130
"format": "int32",
31313131
"type": "integer"
31323132
}

‎authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-gen.go

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎authorizedbuyersmarketplace/v1alpha/authorizedbuyersmarketplace-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@
15501550
}
15511551
}
15521552
},
1553-
"revision": "20240924",
1553+
"revision": "20241002",
15541554
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
15551555
"schemas": {
15561556
"AcceptProposalRequest": {
@@ -3366,22 +3366,22 @@
33663366
"id": "TimeOfDay",
33673367
"properties": {
33683368
"hours": {
3369-
"description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
3369+
"description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
33703370
"format": "int32",
33713371
"type": "integer"
33723372
},
33733373
"minutes": {
3374-
"description": "Minutes of hour of day. Must be from 0 to 59.",
3374+
"description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
33753375
"format": "int32",
33763376
"type": "integer"
33773377
},
33783378
"nanos": {
3379-
"description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
3379+
"description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.",
33803380
"format": "int32",
33813381
"type": "integer"
33823382
},
33833383
"seconds": {
3384-
"description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.",
3384+
"description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.",
33853385
"format": "int32",
33863386
"type": "integer"
33873387
}

‎authorizedbuyersmarketplace/v1alpha/authorizedbuyersmarketplace-gen.go

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎batch/v1/batch-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
}
562562
}
563563
},
564-
"revision": "20240919",
564+
"revision": "20240925",
565565
"rootUrl": "https://batch.googleapis.com/",
566566
"schemas": {
567567
"Accelerator": {
@@ -1264,7 +1264,7 @@
12641264
"type": "string"
12651265
},
12661266
"reservation": {
1267-
"description": "Optional. If specified, VMs will consume only the specified reservation. If not specified (default), VMs will consume any applicable reservation.",
1267+
"description": "Optional. If specified, VMs will consume only the specified reservation. If not specified (default), VMs will consume any applicable reservation. Additionally, VMs will not consume any reservation if \"NO_RESERVATION\" is specified.",
12681268
"type": "string"
12691269
}
12701270
},

‎batch/v1/batch-gen.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)