Skip to content

Commit fee4c8f

Browse files
feat(all): auto-regenerate discovery clients (#2384)
1 parent 5534cf2 commit fee4c8f

File tree

10 files changed

+5750
-1916
lines changed

10 files changed

+5750
-1916
lines changed

analyticsdata/v1beta/analyticsdata-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
}
441441
}
442442
},
443-
"revision": "20231203",
443+
"revision": "20240128",
444444
"rootUrl": "https://analyticsdata.googleapis.com/",
445445
"schemas": {
446446
"ActiveMetricRestriction": {
@@ -910,7 +910,7 @@
910910
"type": "string"
911911
},
912912
"customDefinition": {
913-
"description": "True if the dimension is a custom dimension for this property.",
913+
"description": "True if the dimension is custom to this property. This includes user, event, \u0026 item scoped custom dimensions; to learn more about custom dimensions, see https://support.google.com/analytics/answer/14240153. This also include custom channel groups; to learn more about custom channel groups, see https://support.google.com/analytics/answer/13051316.",
914914
"type": "boolean"
915915
},
916916
"deprecatedApiNames": {

analyticsdata/v1beta/analyticsdata-gen.go

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

androidpublisher/v3/androidpublisher-api.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,35 @@
105105
"protocol": "rest",
106106
"resources": {
107107
"applications": {
108+
"methods": {
109+
"dataSafety": {
110+
"description": "Writes the Safety Labels declaration of an app.",
111+
"flatPath": "androidpublisher/v3/applications/{packageName}/dataSafety",
112+
"httpMethod": "POST",
113+
"id": "androidpublisher.applications.dataSafety",
114+
"parameterOrder": [
115+
"packageName"
116+
],
117+
"parameters": {
118+
"packageName": {
119+
"description": "Required. Package name of the app.",
120+
"location": "path",
121+
"required": true,
122+
"type": "string"
123+
}
124+
},
125+
"path": "androidpublisher/v3/applications/{packageName}/dataSafety",
126+
"request": {
127+
"$ref": "SafetyLabelsUpdateRequest"
128+
},
129+
"response": {
130+
"$ref": "SafetyLabelsUpdateResponse"
131+
},
132+
"scopes": [
133+
"https://www.googleapis.com/auth/androidpublisher"
134+
]
135+
}
136+
},
108137
"resources": {
109138
"deviceTierConfigs": {
110139
"methods": {
@@ -4695,7 +4724,7 @@
46954724
}
46964725
}
46974726
},
4698-
"revision": "20240117",
4727+
"revision": "20240129",
46994728
"rootUrl": "https://androidpublisher.googleapis.com/",
47004729
"schemas": {
47014730
"Abi": {
@@ -8067,6 +8096,23 @@
80678096
"properties": {},
80688097
"type": "object"
80698098
},
8099+
"SafetyLabelsUpdateRequest": {
8100+
"description": "Request to update Safety Labels of an app.",
8101+
"id": "SafetyLabelsUpdateRequest",
8102+
"properties": {
8103+
"safetyLabels": {
8104+
"description": "Required. Contents of the CSV file containing Data Safety responses. For the format of this file, see the Help Center documentation at https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#zippy=%2Cunderstand-the-csv-format To download an up to date template, follow the steps at https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#zippy=%2Cexport-to-a-csv-file",
8105+
"type": "string"
8106+
}
8107+
},
8108+
"type": "object"
8109+
},
8110+
"SafetyLabelsUpdateResponse": {
8111+
"description": "Response for SafetyLabelsUpdate rpc.",
8112+
"id": "SafetyLabelsUpdateResponse",
8113+
"properties": {},
8114+
"type": "object"
8115+
},
80708116
"ScreenDensity": {
80718117
"description": "Represents a screen density.",
80728118
"id": "ScreenDensity",

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 181 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)