Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2420

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
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.

Loading