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

Merged
merged 1 commit into from
Jun 21, 2023
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
18 changes: 17 additions & 1 deletion analyticsadmin/v1alpha/analyticsadmin-api.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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