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

Merged
merged 1 commit into from Feb 11, 2022
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
15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -2132,6 +2132,21 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/dns/docs",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "dns:v2",
"name": "dns",
"version": "v2",
"title": "Cloud DNS API",
"description": "",
"discoveryRestUrl": "https://dns.googleapis.com/$discovery/rest?version=v2",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/dns/docs",
"preferred": true
},
{
Expand Down
4 changes: 2 additions & 2 deletions chat/v1/chat-api.json
Expand Up @@ -595,7 +595,7 @@
"type": "string"
},
"updateMask": {
"description": "Required. The field paths to be updated, comma separated if there are multiple. Currently supported field paths: * text * cards * gsuite_message_integration_render_data * attachment",
"description": "Required. The field paths to be updated, comma separated if there are multiple. Currently supported field paths: * text * cards * attachment",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -642,7 +642,7 @@
}
}
},
"revision": "20220126",
"revision": "20220209",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down
5 changes: 2 additions & 3 deletions chat/v1/chat-gen.go

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

6 changes: 3 additions & 3 deletions cloudchannel/v1/cloudchannel-api.json
Expand Up @@ -1589,7 +1589,7 @@
}
}
},
"revision": "20220129",
"revision": "20220209",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -3032,7 +3032,7 @@
"type": "string"
},
"provisioningId": {
"description": "Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount.\"",
"description": "Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud Platform, this is the Billing Account ID of the billing subaccount.\"",
"readOnly": true,
"type": "string"
},
Expand Down Expand Up @@ -3713,7 +3713,7 @@
"type": "string"
},
"provisioningId": {
"description": "Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount.\"",
"description": "Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud Platform, this is the Billing Account ID of the billing subaccount.\"",
"readOnly": true,
"type": "string"
},
Expand Down
12 changes: 6 additions & 6 deletions cloudchannel/v1/cloudchannel-gen.go

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