Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 17, 2024
1 parent c969083 commit 762eb61
Show file tree
Hide file tree
Showing 16 changed files with 13,791 additions and 1,129 deletions.
377 changes: 320 additions & 57 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

584 changes: 469 additions & 115 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

546 changes: 465 additions & 81 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

2,354 changes: 1,670 additions & 684 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion certificatemanager/v1/certificatemanager-api.json
Expand Up @@ -1280,7 +1280,7 @@
}
}
},
"revision": "20230906",
"revision": "20240209",
"rootUrl": "https://certificatemanager.googleapis.com/",
"schemas": {
"AuthorizationAttemptInfo": {
Expand Down Expand Up @@ -1646,6 +1646,20 @@
"description": "A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`.",
"type": "string"
},
"type": {
"description": "Immutable. Type of DnsAuthorization. If unset during resource creation the following default will be used: - in location global: FIXED_RECORD.",
"enum": [
"TYPE_UNSPECIFIED",
"FIXED_RECORD",
"PER_PROJECT_RECORD"
],
"enumDescriptions": [
"Type is unspecified.",
"FIXED_RECORD DNS authorization uses DNS-01 validation method.",
"PER_PROJECT_RECORD DNS authorization allows for independent management of Google-managed certificates with DNS authorization across multiple projects."
],
"type": "string"
},
"updateTime": {
"description": "Output only. The last update timestamp of a DnsAuthorization.",
"format": "google-datetime",
Expand Down
13 changes: 13 additions & 0 deletions certificatemanager/v1/certificatemanager-gen.go

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

0 comments on commit 762eb61

Please sign in to comment.