Skip to content

Commit 762eb61

Browse files
feat(all): auto-regenerate discovery clients (#2420)
1 parent c969083 commit 762eb61

16 files changed

Lines changed: 13791 additions & 1129 deletions

aiplatform/v1/aiplatform-api.json

Lines changed: 320 additions & 57 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

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

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 465 additions & 81 deletions
Large diffs are not rendered by default.

aiplatform/v1beta1/aiplatform-gen.go

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

certificatemanager/v1/certificatemanager-api.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@
12801280
}
12811281
}
12821282
},
1283-
"revision": "20230906",
1283+
"revision": "20240209",
12841284
"rootUrl": "https://certificatemanager.googleapis.com/",
12851285
"schemas": {
12861286
"AuthorizationAttemptInfo": {
@@ -1646,6 +1646,20 @@
16461646
"description": "A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`.",
16471647
"type": "string"
16481648
},
1649+
"type": {
1650+
"description": "Immutable. Type of DnsAuthorization. If unset during resource creation the following default will be used: - in location global: FIXED_RECORD.",
1651+
"enum": [
1652+
"TYPE_UNSPECIFIED",
1653+
"FIXED_RECORD",
1654+
"PER_PROJECT_RECORD"
1655+
],
1656+
"enumDescriptions": [
1657+
"Type is unspecified.",
1658+
"FIXED_RECORD DNS authorization uses DNS-01 validation method.",
1659+
"PER_PROJECT_RECORD DNS authorization allows for independent management of Google-managed certificates with DNS authorization across multiple projects."
1660+
],
1661+
"type": "string"
1662+
},
16491663
"updateTime": {
16501664
"description": "Output only. The last update timestamp of a DnsAuthorization.",
16511665
"format": "google-datetime",

certificatemanager/v1/certificatemanager-gen.go

Lines changed: 13 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)