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

Merged
merged 1 commit into from
Jun 9, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin/directory/v1/admin-api.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.

Loading