Skip to content

Commit

Permalink
docs: Minor documentation edits (#8033)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 719012138
Source-Link: googleapis/googleapis@d196cb2
Source-Link: googleapis/googleapis-gen@900acb8
Copy-Tag: eyJwIjoiR1N1aXRlQWRkT25zLy5Pd2xCb3QueWFtbCIsImgiOiI5MDBhY2I4OTA2ZDNmYTY4MTEzNjYxMGJkNWYzMzVjZWY4ZjQzNjhhIn0=
  • Loading branch information
gcf-owl-bot[bot] authored Jan 24, 2025
1 parent 01719f3 commit 8a773a8
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* Gets the authorization information for deployments in a given project.
*
* @param string $formattedName Name of the project for which to get the Google Workspace Add-ons
* @param string $formattedName Name of the project for which to get the Google Workspace add-ons
* authorization information.
*
* Example: `projects/my_project/authorization`. Please see
Expand Down
10 changes: 5 additions & 5 deletions GSuiteAddOns/src/V1/AddOns.php

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

14 changes: 7 additions & 7 deletions GSuiteAddOns/src/V1/Client/GSuiteAddOnsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,30 @@
use Psr\Log\LoggerInterface;

/**
* Service Description: A service for managing Google Workspace Add-ons deployments.
* Service Description: A service for managing Google Workspace add-ons deployments.
*
* A Google Workspace Add-on is a third-party embedded component that can be
* A Google Workspace add-on is a third-party embedded component that can be
* installed in Google Workspace Applications like Gmail, Calendar, Drive, and
* the Google Docs, Sheets, and Slides editors. Google Workspace Add-ons can
* the Google Docs, Sheets, and Slides editors. Google Workspace add-ons can
* display UI cards, receive contextual information from the host application,
* and perform actions in the host application (See:
* https://developers.google.com/gsuite/add-ons/overview for more information).
*
* A Google Workspace Add-on deployment resource specifies metadata about the
* A Google Workspace add-on deployment resource specifies metadata about the
* add-on, including a specification of the entry points in the host application
* that trigger add-on executions (see:
* https://developers.google.com/gsuite/add-ons/concepts/gsuite-manifests).
* Add-on deployments defined via the Google Workspace Add-ons API define their
* Add-on deployments defined via the Google Workspace add-ons API define their
* entrypoints using HTTPS URLs (See:
* https://developers.google.com/gsuite/add-ons/guides/alternate-runtimes),
*
* A Google Workspace Add-on deployment can be installed in developer mode,
* A Google Workspace add-on deployment can be installed in developer mode,
* which allows an add-on developer to test the experience an end-user would see
* when installing and running the add-on in their G Suite applications. When
* running in developer mode, more detailed error messages are exposed in the
* add-on UI to aid in debugging.
*
* A Google Workspace Add-on deployment can be published to Google Workspace
* A Google Workspace add-on deployment can be published to Google Workspace
* Marketplace, which allows other Google Workspace users to discover and
* install the add-on. See:
* https://developers.google.com/gsuite/add-ons/how-tos/publish-add-on-overview
Expand Down
10 changes: 5 additions & 5 deletions GSuiteAddOns/src/V1/Deployment.php

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

12 changes: 6 additions & 6 deletions GSuiteAddOns/src/V1/GetAuthorizationRequest.php

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

0 comments on commit 8a773a8

Please sign in to comment.