Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2783)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Sep 14, 2024
1 parent 5a4dc60 commit 923816f
Show file tree
Hide file tree
Showing 33 changed files with 2,286 additions and 1,019 deletions.
12 changes: 6 additions & 6 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4732,7 +4732,7 @@
}
}
},
"revision": "20240821",
"revision": "20240912",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -5253,7 +5253,7 @@
"type": "string"
},
"billingPeriodDuration": {
"description": "Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.",
"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.",
"type": "string"
},
"gracePeriodDuration": {
Expand Down Expand Up @@ -7085,11 +7085,11 @@
"type": "string"
},
"billingPeriodDuration": {
"description": "Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.",
"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.",
"type": "string"
},
"committedPaymentsCount": {
"description": "Required. The number of payments the user is committed to.",
"description": "Required. Immutable. The number of payments the user is committed to. It is immutable after the base plan is created.",
"format": "int32",
"type": "integer"
},
Expand All @@ -7112,7 +7112,7 @@
"type": "string"
},
"renewalType": {
"description": "Required. Installments base plan renewal type. Determines the behavior at the end of the initial commitment.",
"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.",
"enum": [
"RENEWAL_TYPE_UNSPECIFIED",
"RENEWAL_TYPE_RENEWS_WITHOUT_COMMITMENT",
Expand Down Expand Up @@ -7748,7 +7748,7 @@
"id": "PrepaidBasePlanType",
"properties": {
"billingPeriodDuration": {
"description": "Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.",
"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.",
"type": "string"
},
"timeExtension": {
Expand Down
24 changes: 14 additions & 10 deletions androidpublisher/v3/androidpublisher-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 29 additions & 22 deletions bigquery/v2/bigquery-api.json

Large diffs are not rendered by default.

Loading

0 comments on commit 923816f

Please sign in to comment.