Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 29, 2024
1 parent 5534cf2 commit fee4c8f
Show file tree
Hide file tree
Showing 10 changed files with 5,750 additions and 1,916 deletions.
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.

0 comments on commit fee4c8f

Please sign in to comment.