10000 feat(all): auto-regenerate discovery clients (#2011) · googleapis/google-api-go-client@4fed5c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fed5c2

Browse files
feat(all): auto-regenerate discovery clients (#2011)
1 parent 3dc0dbb commit 4fed5c2

30 files changed

+1552
-1963
lines changed

androidpublisher/v3/androidpublisher-api.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4047,7 +4047,7 @@
40474047
}
40484048
}
40494049
},
4050-
"revision": "20230523",
4050+
"revision": "20230601",
40514051
"rootUrl": "https://androidpublisher.googleapis.com/",
40524052
"schemas": {
40534053
"AcquisitionTargetingRule": {
@@ -5194,11 +5194,13 @@
51945194
"CAN_MANAGE_PUBLIC_LISTING",
51955195
"CAN_MANAGE_DRAFT_APPS",
51965196
"CAN_MANAGE_ORDERS",
5197-
"CAN_MANAGE_APP_CONTENT"
5197+
"CAN_MANAGE_APP_CONTENT",
5198+
"CAN_VIEW_NON_FINANCIAL_DATA",
5199+
"CAN_VIEW_APP_QUALITY"
51985200
],
51995201
"enumDescriptions": [
52005202
"Unknown or unspecified permission.",
5201-
"View app information (read-only).",
5203+
"View app information (read-only). Deprecated: Try defining a more granular capability. Otherwise, check AppLevelPermission.CAN_VIEW_NON_FINANCIAL_DATA.",
52025204
"View financial data.",
52035205
"Admin (all permissions).",
52045206
"Reply to reviews.",
@@ -5208,7 +5210,9 @@
52085210
"Manage store presence.",
52095211
"Edit and delete draft apps.",
52105212
"Manage orders and subscriptions.",
5211-
"Manage policy related pages."
5213+
"Manage policy related pages.",
5214+
"View app information (read-only).",
5215+
"View app quality data such as Vitals, Crashes etc."
52125216
],
52135217
"type": "string"
52145218
},
@@ -7117,7 +7121,9 @@
71177121
"CAN_CREATE_MANAGED_PLAY_APPS_GLOBAL",
71187122
"CAN_CHANGE_MANAGED_PLAY_SETTING_GLOBAL",
71197123
"CAN_MANAGE_ORDERS_GLOBAL",
7120-
"CAN_MANAGE_APP_CONTENT_GLOBAL"
7124+
"CAN_MANAGE_APP_CONTENT_GLOBAL",
7125+
"CAN_VIEW_NON_FINANCIAL_DATA_GLOBAL",
7126+
"CAN_VIEW_APP_QUALITY_GLOBAL"
71217127
],
71227128
"enumDescriptions": [
71237129
"Unknown or unspecified permission.",
@@ -7135,7 +7141,9 @@
71357141
"Create and publish private apps to your organization.",
71367142
"Choose whether apps are public, or only available to your organization.",
71377143
"Manage orders and subscriptions.",
7138-
"Manage policy related pages on all apps for the developer."
7144+
"Manage policy related pages on all apps for the developer.",
7145+
"View app information and download bulk reports (read-only).",
7146+
"View app quality information for all apps for the developer."
71397147
],
71407148
"type": "string"
71417149
},

androidpublisher/v3/androidpublisher-gen.go

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

appengine/v1/appengine-api.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,47 @@
16791679
"https://www.googleapis.com/auth/cloud-platform",
16801680
"https://www.googleapis.com/auth/cloud-platform.read-only"
16811681
]
1682+
},
1683+
"repair": {
1684+
"description": "Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B\"name\"%3A\"projects%2F-%2FserviceAccounts%2Funique_id\"%2C\"resource\"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.",
1685+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}:repair",
1686+
"httpMethod": "POST",
1687+
"id": "appengine.projects.locations.applications.repair",
1688+
"parameterOrder": [
1689+
"projectsId",
1690+
"locationsId",
1691+
"applicationsId"
1692+
],
1693+
"parameters": {
1694+
"applicationsId": {
F438 1695+
"description": "Part of `name`. See documentation of `projectsId`.",
1696+
"location": "path",
1697+
"required": true,
1698+
"type": "string"
1699+
},
1700+
"locationsId": {
1701+
"description": "Part of `name`. See documentation of `projectsId`.",
1702+
"location": "path",
1703+
"required": true,
1704+
"type": "string"
1705+
},
1706+
"projectsId": {
1707+
"description": "Part of `name`. Name of the application to repair. Example: apps/myapp",
1708+
"location": "path",
1709+
"required": true,
1710+
"type": "string"
1711+
}
1712+
},
1713+
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}:repair",
1714+
"request": {
1715+
"$ref": "RepairApplicationRequest"
1716+
},
1717+
"response": {
1718+
"$ref": "Operation"
1719+
},
1720+
"scopes": [
1721+
"https://www.googleapis.com/auth/cloud-platform"
1722+
]
16821723
}
16831724
}
16841725
}
@@ -1687,7 +1728,7 @@
16871728
}
16881729
}
16891730
},
1690-
"revision": "20230501",
1731+
"revision": "20230529",
16911732
"rootUrl": "https://appengine.googleapis.com/",
16921733
"schemas": {
16931734
"ApiConfigHandler": {

appengine/v1/appengine-gen.go

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

chat/v1/chat-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@
940940
}
941941
}
942942
},
943-
"revision": "20230525",
943+
"revision": "20230530",
944944
"rootUrl": "https://chat.googleapis.com/",
945945
"schemas": {
946946
"ActionParameter": {
@@ -2973,7 +2973,7 @@
29732973
"ROLE_MANAGER"
29742974
],
29752975
"enumDescriptions": [
2976-
"Default value. The user isn't a member of the space, but might be invited.",
2976+
"Default value. For users: they aren't a member of the space, but can be invited. For Google Groups: they're always assigned this role (other enum values might be used in the future).",
29772977
"A member of the space. The user has basic permissions, like sending messages to the space. In 1:1 and unnamed group conversations, everyone has this role.",
29782978
"A space manager. The user has all basic permissions plus administrative permissions that let them manage the space, like adding or removing members. Only supported in SpaceType.SPACE."
29792979
],

chat/v1/chat-gen.go

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

0 commit comments

Comments
 (0)
0