Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 9, 2022
1 parent 0d1c9e8 commit 7bba05e
Show file tree
Hide file tree
Showing 45 changed files with 76,965 additions and 478 deletions.
4 changes: 2 additions & 2 deletions admin/directory/v1/admin-api.json
Expand Up @@ -1374,7 +1374,7 @@
"parameterOrder": [],
"parameters": {
"customer": {
"description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users)",
"description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill in this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. Either the `customer` or the `domain` parameter must be provided.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -4407,7 +4407,7 @@
}
}
},
"revision": "20220531",
"revision": "20220606",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down
13 changes: 7 additions & 6 deletions admin/directory/v1/admin-gen.go

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

15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -2072,6 +2072,21 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/doubleclick-advertisers/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "dfareporting:v4",
"name": "dfareporting",
"version": "v4",
"title": "Campaign Manager 360 API",
"description": "Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.",
"discoveryRestUrl": "https://dfareporting.googleapis.com/$discovery/rest?version=v4",
"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://developers.google.com/doubleclick-advertisers/",
"preferred": true
},
{
Expand Down
7 changes: 4 additions & 3 deletions containeranalysis/v1/containeranalysis-api.json
Expand Up @@ -755,7 +755,7 @@
}
}
},
"revision": "20220519",
"revision": "20220602",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -2661,8 +2661,9 @@
"description": "`SHA1`, `SHA512` etc.",
"type": "string"
},
"digestValue": {
"description": "Value of the digest encoded. For example: SHA512 - base64 encoding, SHA1 - hex encoding.",
"digestBytes": {
"description": "Value of the digest.",
"format": "byte",
"type": "string"
}
},
Expand Down
5 changes: 2 additions & 3 deletions containeranalysis/v1/containeranalysis-gen.go

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

7 changes: 4 additions & 3 deletions containeranalysis/v1alpha1/containeranalysis-api.json
Expand Up @@ -1229,7 +1229,7 @@
}
}
},
"revision": "20220519",
"revision": "20220602",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"Artifact": {
Expand Down Expand Up @@ -2985,8 +2985,9 @@
"description": "`SHA1`, `SHA512` etc.",
"type": "string"
},
"digestValue": {
"description": "Value of the digest encoded. For example: SHA512 - base64 encoding, SHA1 - hex encoding.",
"digestBytes": {
"description": "Value of the digest.",
"format": "byte",
"type": "string"
}
},
Expand Down
5 changes: 2 additions & 3 deletions containeranalysis/v1alpha1/containeranalysis-gen.go

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

7 changes: 4 additions & 3 deletions containeranalysis/v1beta1/containeranalysis-api.json
Expand Up @@ -853,7 +853,7 @@
}
}
},
"revision": "20220513",
"revision": "20220602",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -2685,8 +2685,9 @@
"description": "`SHA1`, `SHA512` etc.",
"type": "string"
},
"digestValue": {
"description": "Value of the digest encoded. For example: SHA512 - base64 encoding, SHA1 - hex encoding.",
"digestBytes": {
"description": "Value of the digest.",
"format": "byte",
"type": "string"
}
},
Expand Down
5 changes: 2 additions & 3 deletions containeranalysis/v1beta1/containeranalysis-gen.go

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

0 comments on commit 7bba05e

Please sign in to comment.