Skip to content

Commit f5c1edd

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

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

+5-5
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

+10-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)