Skip to content

Commit 409bc9d

Browse files
feat(all): auto-regenerate discovery clients (#1955)
1 parent 0909f16 commit 409bc9d

36 files changed

+931
-526
lines changed

adexchangebuyer2/v2beta1/adexchangebuyer2-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2568,7 +2568,7 @@
25682568
}
25692569
}
25702570
},
2571-
"revision": "20220914",
2571+
"revision": "20230419",
25722572
"rootUrl": "https://adexchangebuyer.googleapis.com/",
25732573
"schemas": {
25742574
"AbsoluteDateRange": {
@@ -2732,7 +2732,7 @@
27322732
},
27332733
"billedImpressions": {
27342734
"$ref": "MetricValue",
2735-
"description": "The number of bids for which the buyer was billed."
2735+
"description": "The number of bids for which the buyer was billed. Also called valid impressions as invalid impressions are not billed."
27362736
},
27372737
"impressionsWon": {
27382738
"$ref": "MetricValue",

adexchangebuyer2/v2beta1/adexchangebuyer2-gen.go

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

alertcenter/v1beta1/alertcenter-api.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20230403",
426+
"revision": "20230417",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AccountSuspensionDetails": {
@@ -733,20 +733,20 @@
733733
"type": "object"
734734
},
735735
"ApnsCertificateExpirationInfo": {
736-
"description": "The explanation message associated with ApnsCertificationExpiring and ApnsCertificationExpired alerts.",
736+
"description": "The explanation message associated with \"APNS certificate is expiring soon\" and \"APNS certificate has expired\" alerts.",
737737
"id": "ApnsCertificateExpirationInfo",
738738
"properties": {
739739
"appleId": {
740-
"description": "The Apple ID used for the certificate may be blank if admins didn't enter it.",
740+
"description": "The Apple ID used to create the certificate. It may be blank if admins didn't enter it.",
741741
"type": "string"
742742
},
743743
"expirationTime": {
744-
"description": "The expiration date of the APNS Certificate.",
744+
"description": "The expiration date of the APNS certificate.",
745745
"format": "google-datetime",
746746
"type": "string"
747747
},
748748
"uid": {
749-
"description": "The UID for the certificate.",
749+
"description": "The UID of the certificate.",
750750
"type": "string"
751751
}
752752
},

alertcenter/v1beta1/alertcenter-gen.go

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

androidpublisher/v3/androidpublisher-api.json

+14-10
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@
20992099
"inappproducts": {
21002100
"methods": {
21012101
"delete": {
2102-
"description": "Deletes an in-app product (i.e. a managed product or a subscriptions).",
2102+
"description": "Deletes an in-app product (i.e. a managed product or a subscription).",
21032103
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
21042104
"httpMethod": "DELETE",
21052105
"id": "androidpublisher.inappproducts.delete",
@@ -2158,7 +2158,7 @@
21582158
]
21592159
},
21602160
"insert": {
2161-
"description": "Creates an in-app product (i.e. a managed product or a subscriptions).",
2161+
"description": "Creates an in-app product (i.e. a managed product or a subscription).",
21622162
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
21632163
"httpMethod": "POST",
21642164
"id": "androidpublisher.inappproducts.insert",
@@ -2211,7 +2211,7 @@
22112211
"type": "string"
22122212
},
22132213
"startIndex": {
2214-
"description": "Deprecated and ignored. Set the `token` parameter to rertieve the next page.",
2214+
"description": "Deprecated and ignored. Set the `token` parameter to retrieve the next page.",
22152215
"format": "uint32",
22162216
"location": "query",
22172217
"type": "integer"
@@ -2231,7 +2231,7 @@
22312231
]
22322232
},
22332233
"patch": {
2234-
"description": "Patches an in-app product (i.e. a managed product or a subscriptions).",
2234+
"description": "Patches an in-app product (i.e. a managed product or a subscription).",
22352235
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
22362236
"httpMethod": "PATCH",
22372237
"id": "androidpublisher.inappproducts.patch",
@@ -2270,7 +2270,7 @@
22702270
]
22712271
},
22722272
"update": {
2273-
"description": "Updates an in-app product (i.e. a managed product or a subscriptions).",
2273+
"description": "Updates an in-app product (i.e. a managed product or a subscription).",
22742274
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
22752275
"httpMethod": "PUT",
22762276
"id": "androidpublisher.inappproducts.update",
@@ -4045,7 +4045,7 @@
40454045
}
40464046
}
40474047
},
4048-
"revision": "20230406",
4048+
"revision": "20230418",
40494049
"rootUrl": "https://androidpublisher.googleapis.com/",
40504050
"schemas": {
40514051
"AcquisitionTargetingRule": {
@@ -5191,7 +5191,8 @@
51915191
"CAN_MANAGE_TRACK_USERS",
51925192
"CAN_MANAGE_PUBLIC_LISTING",
51935193
"CAN_MANAGE_DRAFT_APPS",
5194-
"CAN_MANAGE_ORDERS"
5194+
"CAN_MANAGE_ORDERS",
5195+
"CAN_MANAGE_APP_CONTENT"
51955196
],
51965197
"enumDescriptions": [
51975198
"Unknown or unspecified permission.",
@@ -5204,7 +5205,8 @@
52045205
"Manage testing tracks and edit tester lists.",
52055206
"Manage store presence.",
52065207
"Edit and delete draft apps.",
5207-
"Manage orders and subscriptions."
5208+
"Manage orders and subscriptions.",
5209+
"Manage policy related pages."
52085210
],
52095211
"type": "string"
52105212
},
@@ -7112,7 +7114,8 @@
71127114
"CAN_MANAGE_DRAFT_APPS_GLOBAL",
71137115
"CAN_CREATE_MANAGED_PLAY_APPS_GLOBAL",
71147116
"CAN_CHANGE_MANAGED_PLAY_SETTING_GLOBAL",
7115-
"CAN_MANAGE_ORDERS_GLOBAL"
7117+
"CAN_MANAGE_ORDERS_GLOBAL",
7118+
"CAN_MANAGE_APP_CONTENT_GLOBAL"
71167119
],
71177120
"enumDescriptions": [
71187121
"Unknown or unspecified permission.",
@@ -7129,7 +7132,8 @@
71297132
"Create, edit, and delete draft apps.",
71307133
"Create and publish private apps to your organization.",
71317134
"Choose whether apps are public, or only available to your organization.",
7132-
"Manage orders and subscriptions."
7135+
"Manage orders and subscriptions.",
7136+
"Manage policy related pages on all apps for the developer."
71337137
],
71347138
"type": "string"
71357139
},

androidpublisher/v3/androidpublisher-gen.go

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

businessprofileperformance/v1/businessprofileperformance-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
}
418418
}
419419
},
420-
"revision": "20230416",
420+
"revision": "20230419",
421421
"rootUrl": "https://businessprofileperformance.googleapis.com/",
422422
"schemas": {
423423
"DailyMetricTimeSeries": {
@@ -533,7 +533,7 @@
533533
"description": "The date that the datapoint corresponds to. This represents a month value if the day field is not set."
534534
},
535535
"value": {
536-
"description": "The value of the datapoint.",
536+
"description": "The value of the datapoint. This will not be present when the value is zero.",
537537
"format": "int64",
538538
"type": "string"
539539
}

businessprofileperformance/v1/businessprofileperformance-gen.go

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

0 commit comments

Comments
 (0)