@@ -38,30 +38,30 @@ option java_package = "com.google.cloud.gsuiteaddons.v1";
3838option php_namespace = "Google\\Cloud\\GSuiteAddOns\\V1" ;
3939option ruby_package = "Google::Cloud::GSuiteAddOns::V1" ;
4040
41- // A service for managing Google Workspace Add -ons deployments.
41+ // A service for managing Google Workspace add -ons deployments.
4242//
43- // A Google Workspace Add -on is a third-party embedded component that can be
43+ // A Google Workspace add -on is a third-party embedded component that can be
4444// installed in Google Workspace Applications like Gmail, Calendar, Drive, and
45- // the Google Docs, Sheets, and Slides editors. Google Workspace Add -ons can
45+ // the Google Docs, Sheets, and Slides editors. Google Workspace add -ons can
4646// display UI cards, receive contextual information from the host application,
4747// and perform actions in the host application (See:
4848// https://developers.google.com/gsuite/add-ons/overview for more information).
4949//
50- // A Google Workspace Add -on deployment resource specifies metadata about the
50+ // A Google Workspace add -on deployment resource specifies metadata about the
5151// add-on, including a specification of the entry points in the host application
5252// that trigger add-on executions (see:
5353// https://developers.google.com/gsuite/add-ons/concepts/gsuite-manifests).
54- // Add-on deployments defined via the Google Workspace Add -ons API define their
54+ // Add-on deployments defined via the Google Workspace add -ons API define their
5555// entrypoints using HTTPS URLs (See:
5656// https://developers.google.com/gsuite/add-ons/guides/alternate-runtimes),
5757//
58- // A Google Workspace Add -on deployment can be installed in developer mode,
58+ // A Google Workspace add -on deployment can be installed in developer mode,
5959// which allows an add-on developer to test the experience an end-user would see
6060// when installing and running the add-on in their G Suite applications. When
6161// running in developer mode, more detailed error messages are exposed in the
6262// add-on UI to aid in debugging.
6363//
64- // A Google Workspace Add -on deployment can be published to Google Workspace
64+ // A Google Workspace add -on deployment can be published to Google Workspace
6565// Marketplace, which allows other Google Workspace users to discover and
6666// install the add-on. See:
6767// https://developers.google.com/gsuite/add-ons/how-tos/publish-add-on-overview
@@ -156,9 +156,9 @@ service GSuiteAddOns {
156156 }
157157}
158158
159- // Request message to get Google Workspace Add -ons authorization information.
159+ // Request message to get Google Workspace add -ons authorization information.
160160message GetAuthorizationRequest {
161- // Required. Name of the project for which to get the Google Workspace Add -ons
161+ // Required. Name of the project for which to get the Google Workspace add -ons
162162 // authorization information.
163163 //
164164 // Example: `projects/my_project/authorization`.
@@ -337,7 +337,7 @@ message InstallStatus {
337337 google.protobuf.BoolValue installed = 2 ;
338338}
339339
340- // A Google Workspace Add -on deployment
340+ // A Google Workspace add -on deployment
341341message Deployment {
342342 option (google.api.resource ) = {
343343 type : "gsuiteaddons.googleapis.com/Deployment"
@@ -352,7 +352,7 @@ message Deployment {
352352 // user before executing an add-on endpoint.
353353 repeated string oauth_scopes = 2 ;
354354
355- // The Google Workspace Add -on configuration.
355+ // The Google Workspace add -on configuration.
356356 AddOns add_ons = 3 ;
357357
358358 // This value is computed by the server based on the version of the
@@ -361,9 +361,9 @@ message Deployment {
361361 string etag = 5 ;
362362}
363363
364- // A Google Workspace Add -on configuration.
364+ // A Google Workspace add -on configuration.
365365message AddOns {
366- // Configuration that is common across all Google Workspace Add -ons.
366+ // Configuration that is common across all Google Workspace add -ons.
367367 google.apps.script.type.CommonAddOnManifest common = 1 ;
368368
369369 // Gmail add-on configuration.
0 commit comments