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

Merged
merged 1 commit into from Jan 29, 2024
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
4 changes: 2 additions & 2 deletions analyticsdata/v1beta/analyticsdata-api.json
Expand Up @@ -440,7 +440,7 @@
}
}
},
"revision": "20231203",
"revision": "20240128",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"ActiveMetricRestriction": {
Expand Down Expand Up @@ -910,7 +910,7 @@
"type": "string"
},
"customDefinition": {
"description": "True if the dimension is a custom dimension for this property.",
"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.",
"type": "boolean"
},
"deprecatedApiNames": {
Expand Down
8 changes: 6 additions & 2 deletions analyticsdata/v1beta/analyticsdata-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 47 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -105,6 +105,35 @@
"protocol": "rest",
"resources": {
"applications": {
"methods": {
"dataSafety": {
"description": "Writes the Safety Labels declaration of an app.",
"flatPath": "androidpublisher/v3/applications/{packageName}/dataSafety",
"httpMethod": "POST",
"id": "androidpublisher.applications.dataSafety",
"parameterOrder": [
"packageName"
],
"parameters": {
"packageName": {
"description": "Required. Package name of the app.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "androidpublisher/v3/applications/{packageName}/dataSafety",
"request": {
"$ref": "SafetyLabelsUpdateRequest"
},
"response": {
"$ref": "SafetyLabelsUpdateResponse"
},
"scopes": [
"https://www.googleapis.com/auth/androidpublisher"
]
}
},
"resources": {
"deviceTierConfigs": {
"methods": {
Expand Down Expand Up @@ -4695,7 +4724,7 @@
}
}
},
"revision": "20240117",
"revision": "20240129",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -8067,6 +8096,23 @@
"properties": {},
"type": "object"
},
"SafetyLabelsUpdateRequest": {
"description": "Request to update Safety Labels of an app.",
"id": "SafetyLabelsUpdateRequest",
"properties": {
"safetyLabels": {
"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",
"type": "string"
}
},
"type": "object"
},
"SafetyLabelsUpdateResponse": {
"description": "Response for SafetyLabelsUpdate rpc.",
"id": "SafetyLabelsUpdateResponse",
"properties": {},
"type": "object"
},
"ScreenDensity": {
"description": "Represents a screen density.",
"id": "ScreenDensity",
Expand Down
181 changes: 181 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.