Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 2, 2023
1 parent 3dc0dbb commit 4fed5c2
Show file tree
Hide file tree
Showing 30 changed files with 1,552 additions and 1,963 deletions.
20 changes: 14 additions & 6 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,7 @@
}
}
},
"revision": "20230523",
"revision": "20230601",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down Expand Up @@ -5194,11 +5194,13 @@
"CAN_MANAGE_PUBLIC_LISTING",
"CAN_MANAGE_DRAFT_APPS",
"CAN_MANAGE_ORDERS",
"CAN_MANAGE_APP_CONTENT"
"CAN_MANAGE_APP_CONTENT",
"CAN_VIEW_NON_FINANCIAL_DATA",
"CAN_VIEW_APP_QUALITY"
],
"enumDescriptions": [
"Unknown or unspecified permission.",
"View app information (read-only).",
"View app information (read-only). Deprecated: Try defining a more granular capability. Otherwise, check AppLevelPermission.CAN_VIEW_NON_FINANCIAL_DATA.",
"View financial data.",
"Admin (all permissions).",
"Reply to reviews.",
Expand All @@ -5208,7 +5210,9 @@
"Manage store presence.",
"Edit and delete draft apps.",
"Manage orders and subscriptions.",
"Manage policy related pages."
"Manage policy related pages.",
"View app information (read-only).",
"View app quality data such as Vitals, Crashes etc."
],
"type": "string"
},
Expand Down Expand Up @@ -7117,7 +7121,9 @@
"CAN_CREATE_MANAGED_PLAY_APPS_GLOBAL",
"CAN_CHANGE_MANAGED_PLAY_SETTING_GLOBAL",
"CAN_MANAGE_ORDERS_GLOBAL",
"CAN_MANAGE_APP_CONTENT_GLOBAL"
"CAN_MANAGE_APP_CONTENT_GLOBAL",
"CAN_VIEW_NON_FINANCIAL_DATA_GLOBAL",
"CAN_VIEW_APP_QUALITY_GLOBAL"
],
"enumDescriptions": [
"Unknown or unspecified permission.",
Expand All @@ -7135,7 +7141,9 @@
"Create and publish private apps to your organization.",
"Choose whether apps are public, or only available to your organization.",
"Manage orders and subscriptions.",
"Manage policy related pages on all apps for the developer."
"Manage policy related pages on all apps for the developer.",
"View app information and download bulk reports (read-only).",
"View app quality information for all apps for the developer."
],
"type": "string"
},
Expand Down
11 changes: 10 additions & 1 deletion androidpublisher/v3/androidpublisher-gen.go

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

43 changes: 42 additions & 1 deletion appengine/v1/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1679,6 +1679,47 @@
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
},
"repair": {
"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.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}:repair",
"httpMethod": "POST",
"id": "appengine.projects.locations.applications.repair",
"parameterOrder": [
"projectsId",
"locationsId",
"applicationsId"
],
"parameters": {
"applicationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"locationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"projectsId": {
"description": "Part of `name`. Name of the application to repair. Example: apps/myapp",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}:repair",
"request": {
"$ref": "RepairApplicationRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
Expand All @@ -1687,7 +1728,7 @@
}
}
},
"revision": "20230501",
"revision": "20230529",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down
173 changes: 173 additions & 0 deletions appengine/v1/appengine-gen.go

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

4 changes: 2 additions & 2 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@
}
}
},
"revision": "20230525",
"revision": "20230530",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -2973,7 +2973,7 @@
"ROLE_MANAGER"
],
"enumDescriptions": [
"Default value. The user isn't a member of the space, but might be invited.",
"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).",
"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.",
"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."
],
Expand Down
6 changes: 4 additions & 2 deletions chat/v1/chat-gen.go

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

Loading

0 comments on commit 4fed5c2

Please sign in to comment.