Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 11, 2022
1 parent c01dedc commit ae341d5
Show file tree
Hide file tree
Showing 17 changed files with 776 additions and 84 deletions.
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.

0 comments on commit ae341d5

Please sign in to comment.