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 #1995

Merged
merged 1 commit into from
May 24, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2199,6 +2199,7 @@
],
"parameters": {
"maxResults": {
"deprecated": true,
"description": "Deprecated and ignored. The page size is determined by the server.",
"format": "uint32",
"location": "query",
Expand All @@ -2211,6 +2212,7 @@
"type": "string"
},
"startIndex": {
"deprecated": true,
"description": "Deprecated and ignored. Set the `token` parameter to retrieve the next page.",
"format": "uint32",
"location": "query",
Expand Down Expand Up @@ -4045,7 +4047,7 @@
}
}
},
"revision": "20230516",
"revision": "20230523",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down
2 changes: 2 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

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

2 changes: 1 addition & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@
"id": "dlp:v2",
"name": "dlp",
"version": "v2",
"title": "Cloud Data Loss Prevention (DLP) API",
"title": "Cloud Data Loss Prevention (DLP)",
"description": "Provides methods for detection, risk analysis, and de-identification of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.",
"discoveryRestUrl": "https://dlp.googleapis.com/$discovery/rest?version=v2",
"icons": {
Expand Down
8 changes: 4 additions & 4 deletions certificatemanager/v1/certificatemanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@
}
}
},
"revision": "20230407",
"revision": "20230512",
"rootUrl": "https://certificatemanager.googleapis.com/",
"schemas": {
"AuthorizationAttemptInfo": {
Expand Down Expand Up @@ -1323,7 +1323,7 @@
],
"enumDescriptions": [
"State is unspecified.",
"Certificate provisioning for this domain is under way. GCP will attempt to authorize the domain.",
"Certificate provisioning for this domain is under way. Google Cloud will attempt to authorize the domain.",
"A managed certificate can be provisioned, no issues for this domain.",
"Attempt to authorize the domain failed. This prevents the Managed Certificate from being issued. See `failure_reason` and `details` fields for more information."
],
Expand Down Expand Up @@ -1395,7 +1395,7 @@
],
"enumDescriptions": [
"Certificates with default scope are served from core Google data centers. If unsure, choose this option.",
"Certificates with scope EDGE_CACHE are special-purposed certificates, served from non-core Google data centers."
"Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations."
],
"type": "string"
},
Expand Down Expand Up @@ -1925,7 +1925,7 @@
"type": "object"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"description": "A resource that represents a Google Cloud location.",
"id": "Location",
"properties": {
"displayName": {
Expand Down
8 changes: 4 additions & 4 deletions certificatemanager/v1/certificatemanager-gen.go

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

3 changes: 2 additions & 1 deletion chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@
"type": "string"
},
"threadKey": {
"deprecated": true,
"description": "Optional. Deprecated: Use thread.thread_key instead. Opaque thread identifier. To start or add to a thread, create a message and specify a `threadKey` or the thread.name. For example usage, see [Start or reply to a message thread](https://developers.google.com/chat/api/guides/crudl/messages#start_or_reply_to_a_message_thread).",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -939,7 +940,7 @@
}
}
},
"revision": "20230516",
"revision": "20230521",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down
1 change: 1 addition & 0 deletions chat/v1/chat-gen.go

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