Skip to content

Commit de49bb5

Browse files
feat(all): auto-regenerate discovery clients (#3575)
1 parent 8efb1af commit de49bb5

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

datamanager/v1/datamanager-api.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"scopes": {
55
"https://www.googleapis.com/auth/datamanager": {
66
"description": "See, edit, create, import, or delete your customer data in Google Ads, Google Marketing Platform (Campaign Manager 360, Search Ads 360, Display \u0026 Video 360), and Google Analytics"
7+
},
8+
"https://www.googleapis.com/auth/datamanager.partnerlink": {
9+
"description": "View, create, or delete your partner links in Google Ads, Marketing Platform (Campaign Manager 360, Search Ads 360, Display \u0026 Video 360), and Analytics"
710
}
811
}
912
}
@@ -168,7 +171,8 @@
168171
"$ref": "PartnerLink"
169172
},
170173
"scopes": [
171-
"https://www.googleapis.com/auth/datamanager"
174+
"https://www.googleapis.com/auth/datamanager",
175+
"https://www.googleapis.com/auth/datamanager.partnerlink"
172176
]
173177
},
174178
"delete": {
@@ -193,7 +197,8 @@
193197
"$ref": "Empty"
194198
},
195199
"scopes": [
196-
"https://www.googleapis.com/auth/datamanager"
200+
"https://www.googleapis.com/auth/datamanager",
201+
"https://www.googleapis.com/auth/datamanager.partnerlink"
197202
]
198203
},
199204
"search": {
@@ -234,7 +239,8 @@
234239
"$ref": "SearchPartnerLinksResponse"
235240
},
236241
"scopes": [
237-
"https://www.googleapis.com/auth/datamanager"
242+
"https://www.googleapis.com/auth/datamanager",
243+
"https://www.googleapis.com/auth/datamanager.partnerlink"
238244
]
239245
}
240246
}
@@ -814,7 +820,7 @@
814820
}
815821
}
816822
},
817-
"revision": "20260417",
823+
"revision": "20260420",
818824
"rootUrl": "https://datamanager.googleapis.com/",
819825
"schemas": {
820826
"AdIdentifiers": {

datamanager/v1/datamanager-gen.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)