Skip to content

Commit 177408e

Browse files
authoredJun 21, 2023
feat(all): auto-regenerate discovery clients (#2035)
1 parent 807827a commit 177408e

21 files changed

+3251
-339
lines changed
 

‎analyticsadmin/v1alpha/analyticsadmin-api.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -4322,7 +4322,7 @@
43224322
}
43234323
}
43244324
},
4325-
"revision": "20230615",
4325+
"revision": "20230620",
43264326
"rootUrl": "https://analyticsadmin.googleapis.com/",
43274327
"schemas": {
43284328
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -4865,6 +4865,22 @@
48654865
],
48664866
"type": "string"
48674867
},
4868+
"adsWebConversionDataExportScope": {
4869+
"description": "Required. The Conversion Export Scope for data exported to linked Ads Accounts.",
4870+
"enum": [
4871+
"ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED",
4872+
"NOT_SELECTED_YET",
4873+
"CROSS_CHANNEL",
4874+
"ADS_PREFERRED"
4875+
],
4876+
"enumDescriptions": [
4877+
"Default value. This value is unused.",
4878+
"No data export scope selected yet. Export scope can never be changed back to this value.",
4879+
"The Ads Web Conversion Data export scope is Cross Channel.",
4880+
"The Ads Web Conversion Data export scope is Ads Preferred."
4881+
],
4882+
"type": "string"
4883+
},
48684884
"name": {
48694885
"description": "Output only. Resource name of this attribution settings resource. Format: properties/{property_id}/attributionSettings Example: \"properties/1000/attributionSettings\"",
48704886
"readOnly": true,

‎analyticsadmin/v1alpha/analyticsadmin-gen.go

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎api-list.json

+15
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,21 @@
946946
"documentationLink": "https://developers.google.com/hangouts/chat",
947947
"preferred": true
948948
},
949+
{
950+
"kind": "discovery#directoryItem",
951+
"id": "checks:v1alpha",
952+
"name": "checks",
953+
"version": "v1alpha",
954+
"title": "Checks API",
955+
"description": "The Checks API contains powerful and easy-to-use privacy and compliance APIs that interact with the Checks product and its underlying technology.",
956+
"discoveryRestUrl": "https://checks.googleapis.com/$discovery/rest?version=v1alpha",
957+
"icons": {
958+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
959+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
960+
},
961+
"documentationLink": "https://developers.google.com/checks",
962+
"preferred": true
963+
},
949964
{
950965
"kind": "discovery#directoryItem",
951966
"id": "chromemanagement:v1",

0 commit comments

Comments
 (0)
Please sign in to comment.