Skip to content

Commit 8f03c8e

Browse files
feat(all): auto-regenerate discovery clients (#3272)
1 parent 56a3682 commit 8f03c8e

36 files changed

+4015
-42
lines changed

admob/v1beta/admob-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
}
759759
}
760760
},
761-
"revision": "20240514",
761+
"revision": "20250811",
762762
"rootUrl": "https://admob.googleapis.com/",
763763
"schemas": {
764764
"AdSource": {
@@ -1697,7 +1697,7 @@
16971697
"type": "string"
16981698
},
16991699
"platform": {
1700-
"description": "Describes the platform of the app. Examples: \"IOS\", \"Android\".",
1700+
"description": "Describes the platform of the app. Examples: \"IOS\", \"ANDROID\".",
17011701
"type": "string"
17021702
},
17031703
"targetedRegionCodes": {

admob/v1beta/admob-gen.go

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

cloudchannel/v1/cloudchannel-api.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@
22892289
}
22902290
}
22912291
},
2292-
"revision": "20250614",
2292+
"revision": "20250809",
22932293
"rootUrl": "https://cloudchannel.googleapis.com/",
22942294
"schemas": {
22952295
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -3035,6 +3035,42 @@
30353035
},
30363036
"type": "object"
30373037
},
3038+
"GoogleCloudChannelV1DiscountComponent": {
3039+
"description": "Represents a single component of the total discount applicable on a Price.",
3040+
"id": "GoogleCloudChannelV1DiscountComponent",
3041+
"properties": {
3042+
"discountAbsolute": {
3043+
"$ref": "GoogleTypeMoney",
3044+
"description": "Fixed value discount."
3045+
},
3046+
"discountPercentage": {
3047+
"description": "Discount percentage, represented as decimal. For example, a 20% discount will be represented as 0.2.",
3048+
"format": "double",
3049+
"type": "number"
3050+
},
3051+
"discountType": {
3052+
"description": "Type of the discount.",
3053+
"enum": [
3054+
"DISCOUNT_TYPE_UNSPECIFIED",
3055+
"REGIONAL_DISCOUNT",
3056+
"PROMOTIONAL_DISCOUNT",
3057+
"SALES_DISCOUNT",
3058+
"RESELLER_MARGIN",
3059+
"DEAL_CODE"
3060+
],
3061+
"enumDescriptions": [
3062+
"Not used.",
3063+
"Regional discount.",
3064+
"Promotional discount.",
3065+
"Sales-provided discount.",
3066+
"Reseller margin.",
3067+
"Deal code discount."
3068+
],
3069+
"type": "string"
3070+
}
3071+
},
3072+
"type": "object"
3073+
},
30383074
"GoogleCloudChannelV1EduData": {
30393075
"description": "Required Edu Attributes",
30403076
"id": "GoogleCloudChannelV1EduData",
@@ -4157,13 +4193,24 @@
41574193
"format": "double",
41584194
"type": "number"
41594195
},
4196+
"discountComponents": {
4197+
"description": "Breakdown of the discount into its components. This will be empty if there is no discount present.",
4198+
"items": {
4199+
"$ref": "GoogleCloudChannelV1DiscountComponent"
4200+
},
4201+
"type": "array"
4202+
},
41604203
"effectivePrice": {
41614204
"$ref": "GoogleTypeMoney",
41624205
"description": "Effective Price after applying the discounts."
41634206
},
41644207
"externalPriceUri": {
41654208
"description": "Link to external price list, such as link to Google Voice rate card.",
41664209
"type": "string"
4210+
},
4211+
"pricePeriod": {
4212+
"$ref": "GoogleCloudChannelV1Period",
4213+
"description": "The time period with respect to which base and effective prices are defined. Example: 1 month, 6 months, 1 year, etc."
41674214
}
41684215
},
41694216
"type": "object"

cloudchannel/v1/cloudchannel-gen.go

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

0 commit comments

Comments
 (0)