Skip to content

Commit 923816f

Browse files
feat(all): auto-regenerate discovery clients (#2783)
1 parent 5a4dc60 commit 923816f

33 files changed

+2286
-1019
lines changed

‎androidpublisher/v3/androidpublisher-api.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20240821",
4735+
"revision": "20240912",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {
@@ -5253,7 +5253,7 @@
52535253
"type": "string"
52545254
},
52555255
"billingPeriodDuration": {
5256-
"description": "Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.",
5256+
"description": "Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center. The duration is immutable after the base plan is created.",
52575257
"type": "string"
52585258
},
52595259
"gracePeriodDuration": {
@@ -7085,11 +7085,11 @@
70857085
"type": "string"
70867086
},
70877087
"billingPeriodDuration": {
7088-
"description": "Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.",
7088+
"description": "Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center. The duration is immutable after the base plan is created.",
70897089
"type": "string"
70907090
},
70917091
"committedPaymentsCount": {
7092-
"description": "Required. The number of payments the user is committed to.",
7092+
"description": "Required. Immutable. The number of payments the user is committed to. It is immutable after the base plan is created.",
70937093
"format": "int32",
70947094
"type": "integer"
70957095
},
@@ -7112,7 +7112,7 @@
71127112
"type": "string"
71137113
},
71147114
"renewalType": {
7115-
"description": "Required. Installments base plan renewal type. Determines the behavior at the end of the initial commitment.",
7115+
"description": "Required. Immutable. Installments base plan renewal type. Determines the behavior at the end of the initial commitment. The renewal type is immutable after the base plan is created.",
71167116
"enum": [
71177117
"RENEWAL_TYPE_UNSPECIFIED",
71187118
"RENEWAL_TYPE_RENEWS_WITHOUT_COMMITMENT",
@@ -7748,7 +7748,7 @@
77487748
"id": "PrepaidBasePlanType",
77497749
"properties": {
77507750
"billingPeriodDuration": {
7751-
"description": "Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.",
7751+
"description": "Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center. The duration is immutable after the base plan is created.",
77527752
"type": "string"
77537753
},
77547754
"timeExtension": {

‎androidpublisher/v3/androidpublisher-gen.go

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

‎bigquery/v2/bigquery-api.json

Lines changed: 29 additions & 22 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)