Required. Name of the project in which to create the deployment.
Example: projects/my_project.
Authorization requires the following IAM permission on the specified resource parent:
gsuiteaddons.deployments.list
Query parameters
Parameters
pageSize
integer
The maximum number of deployments to return. The service might return fewer than this value. If unspecified, at most 1,000 deployments are returned. The maximum possible value is 1,000; values above 1,000 are changed to 1,000.
pageToken
string
A page token, received from a previous deployments.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to deployments.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message to list deployments.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-27 UTC."],[[["Lists all deployments within a specified Google Workspace Add-ons project."],["Allows for pagination to retrieve large sets of deployments."],["Requires `gsuiteaddons.deployments.list` IAM permission and `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."],["Returns a list of deployments along with a token for accessing subsequent pages, if available."]]],["This describes how to list deployments within a project using an HTTP GET request. The request URL structure is `https://gsuiteaddons.googleapis.com/v1/{parent=projects/*}/deployments`, where `parent` specifies the project. Optional query parameters `pageSize` (max 1,000) and `pageToken` allow pagination. The request body must be empty. The successful response contains a list of `deployments` and a `nextPageToken` for subsequent pages, structured in JSON. Authorization requires the `gsuiteaddons.deployments.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope.\n"]]