Google Workspace add-ons API

  • The service gsuiteaddons.googleapis.com enables the creation of RPC client stubs for managing Google Workspace Add-ons deployments.

  • google.cloud.gsuiteaddons.v1.GSuiteAddOns provides methods to manage add-on deployments, including creating, deleting, getting, and listing them.

  • This service allows for installing and uninstalling test deployments, as well as retrieving authorization information and install statuses.

  • Developers can use this service to control the lifecycle of their Google Workspace Add-ons within specific projects.

Service: gsuiteaddons.googleapis.com

The Service name gsuiteaddons.googleapis.com is needed to create RPC client stubs.

google.cloud.gsuiteaddons.v1.GSuiteAddOns

Methods
CreateDeployment Creates a deployment with the specified name and configuration.
DeleteDeployment Deletes the deployment with the given name.
GetAuthorization Gets the authorization information for deployments in a given project.
GetDeployment Gets the deployment with the specified name.
GetInstallStatus Gets the install status of a test deployment.
InstallDeployment Installs a deployment to your account for testing.
ListDeployments Lists all deployments in a particular project.
ReplaceDeployment Creates or replaces a deployment with the specified name.
UninstallDeployment Uninstalls a test deployment from the user’s account.