Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 21, 2023
1 parent 807827a commit 177408e
Show file tree
Hide file tree
Showing 21 changed files with 3,251 additions and 339 deletions.
18 changes: 17 additions & 1 deletion analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -4322,7 +4322,7 @@
}
}
},
"revision": "20230615",
"revision": "20230620",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -4865,6 +4865,22 @@
],
"type": "string"
},
"adsWebConversionDataExportScope": {
"description": "Required. The Conversion Export Scope for data exported to linked Ads Accounts.",
"enum": [
"ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED",
"NOT_SELECTED_YET",
"CROSS_CHANNEL",
"ADS_PREFERRED"
],
"enumDescriptions": [
"Default value. This value is unused.",
"No data export scope selected yet. Export scope can never be changed back to this value.",
"The Ads Web Conversion Data export scope is Cross Channel.",
"The Ads Web Conversion Data export scope is Ads Preferred."
],
"type": "string"
},
"name": {
"description": "Output only. Resource name of this attribution settings resource. Format: properties/{property_id}/attributionSettings Example: \"properties/1000/attributionSettings\"",
"readOnly": true,
Expand Down
14 changes: 14 additions & 0 deletions analyticsadmin/v1alpha/analyticsadmin-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 @@ -946,6 +946,21 @@
"documentationLink": "https://developers.google.com/hangouts/chat",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "checks:v1alpha",
"name": "checks",
"version": "v1alpha",
"title": "Checks API",
"description": "The Checks API contains powerful and easy-to-use privacy and compliance APIs that interact with the Checks product and its underlying technology.",
"discoveryRestUrl": "https://checks.googleapis.com/$discovery/rest?version=v1alpha",
"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/checks",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "chromemanagement:v1",
Expand Down

0 comments on commit 177408e

Please sign in to comment.