Content-Length: 1153107 | pFad | https://github.com/googleapis/google-cloud-python/commit/a2b6d219070f85878ad0eac626cca565789d0764

0A docs: [google-cloud-gsuiteaddons] Minor documentation edits (#13463) · googleapis/google-cloud-python@a2b6d21 · GitHub
Skip to content

Commit a2b6d21

Browse files
docs: [google-cloud-gsuiteaddons] Minor documentation edits (#13463)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 719012138 Source-Link: googleapis/googleapis@d196cb2 Source-Link: googleapis/googleapis-gen@900acb8 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWdzdWl0ZWFkZG9ucy8uT3dsQm90LnlhbWwiLCJoIjoiOTAwYWNiODkwNmQzZmE2ODExMzY2MTBiZDVmMzM1Y2VmOGY0MzY4YSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c45e8e9 commit a2b6d21

File tree

9 files changed

+58
-58
lines changed

9 files changed

+58
-58
lines changed

packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.3.13" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.3.13" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/async_client.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,36 +63,36 @@
6363

6464

6565
class GSuiteAddOnsAsyncClient:
66-
"""A service for managing Google Workspace Add-ons deployments.
66+
"""A service for managing Google Workspace add-ons deployments.
6767
68-
A Google Workspace Add-on is a third-party embedded component
68+
A Google Workspace add-on is a third-party embedded component
6969
that can be installed in Google Workspace Applications like
7070
Gmail, Calendar, Drive, and the Google Docs, Sheets, and Slides
71-
editors. Google Workspace Add-ons can display UI cards, receive
71+
editors. Google Workspace add-ons can display UI cards, receive
7272
contextual information from the host application, and perform
7373
actions in the host application (See:
7474
7575
https://developers.google.com/gsuite/add-ons/overview for more
7676
information).
7777
78-
A Google Workspace Add-on deployment resource specifies metadata
78+
A Google Workspace add-on deployment resource specifies metadata
7979
about the add-on, including a specification of the entry points
8080
in the host application that trigger add-on executions (see:
8181
8282
https://developers.google.com/gsuite/add-ons/concepts/gsuite-manifests).
83-
Add-on deployments defined via the Google Workspace Add-ons API
83+
Add-on deployments defined via the Google Workspace add-ons API
8484
define their entrypoints using HTTPS URLs (See:
8585
8686
https://developers.google.com/gsuite/add-ons/guides/alternate-runtimes),
8787
88-
A Google Workspace Add-on deployment can be installed in
88+
A Google Workspace add-on deployment can be installed in
8989
developer mode, which allows an add-on developer to test the
9090
experience an end-user would see when installing and running the
9191
add-on in their G Suite applications. When running in developer
9292
mode, more detailed error messages are exposed in the add-on UI
9393
to aid in debugging.
9494
95-
A Google Workspace Add-on deployment can be published to Google
95+
A Google Workspace add-on deployment can be published to Google
9696
Workspace Marketplace, which allows other Google Workspace users
9797
to discover and install the add-on. See:
9898
@@ -366,11 +366,11 @@ async def sample_get_authorization():
366366
Args:
367367
request (Optional[Union[google.cloud.gsuiteaddons_v1.types.GetAuthorizationRequest, dict]]):
368368
The request object. Request message to get Google
369-
Workspace Add-ons authorization
369+
Workspace add-ons authorization
370370
information.
371371
name (:class:`str`):
372372
Required. Name of the project for which to get the
373-
Google Workspace Add-ons authorization information.
373+
Google Workspace add-ons authorization information.
374374
375375
Example: ``projects/my_project/authorization``.
376376
@@ -516,7 +516,7 @@ async def sample_create_deployment():
516516
517517
Returns:
518518
google.cloud.gsuiteaddons_v1.types.Deployment:
519-
A Google Workspace Add-on deployment
519+
A Google Workspace add-on deployment
520520
"""
521521
# Create or coerce a protobuf request object.
522522
# - Quick check: If we got a request object, we should *not* have
@@ -626,7 +626,7 @@ async def sample_replace_deployment():
626626
627627
Returns:
628628
google.cloud.gsuiteaddons_v1.types.Deployment:
629-
A Google Workspace Add-on deployment
629+
A Google Workspace add-on deployment
630630
"""
631631
# Create or coerce a protobuf request object.
632632
# - Quick check: If we got a request object, we should *not* have
@@ -736,7 +736,7 @@ async def sample_get_deployment():
736736
737737
Returns:
738738
google.cloud.gsuiteaddons_v1.types.Deployment:
739-
A Google Workspace Add-on deployment
739+
A Google Workspace add-on deployment
740740
"""
741741
# Create or coerce a protobuf request object.
742742
# - Quick check: If we got a request object, we should *not* have

packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/client.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,36 +105,36 @@ def get_transport_class(
105105

106106

107107
class GSuiteAddOnsClient(metaclass=GSuiteAddOnsClientMeta):
108-
"""A service for managing Google Workspace Add-ons deployments.
108+
"""A service for managing Google Workspace add-ons deployments.
109109
110-
A Google Workspace Add-on is a third-party embedded component
110+
A Google Workspace add-on is a third-party embedded component
111111
that can be installed in Google Workspace Applications like
112112
Gmail, Calendar, Drive, and the Google Docs, Sheets, and Slides
113-
editors. Google Workspace Add-ons can display UI cards, receive
113+
editors. Google Workspace add-ons can display UI cards, receive
114114
contextual information from the host application, and perform
115115
actions in the host application (See:
116116
117117
https://developers.google.com/gsuite/add-ons/overview for more
118118
information).
119119
120-
A Google Workspace Add-on deployment resource specifies metadata
120+
A Google Workspace add-on deployment resource specifies metadata
121121
about the add-on, including a specification of the entry points
122122
in the host application that trigger add-on executions (see:
123123
124124
https://developers.google.com/gsuite/add-ons/concepts/gsuite-manifests).
125-
Add-on deployments defined via the Google Workspace Add-ons API
125+
Add-on deployments defined via the Google Workspace add-ons API
126126
define their entrypoints using HTTPS URLs (See:
127127
128128
https://developers.google.com/gsuite/add-ons/guides/alternate-runtimes),
129129
130-
A Google Workspace Add-on deployment can be installed in
130+
A Google Workspace add-on deployment can be installed in
131131
developer mode, which allows an add-on developer to test the
132132
experience an end-user would see when installing and running the
133133
add-on in their G Suite applications. When running in developer
134134
mode, more detailed error messages are exposed in the add-on UI
135135
to aid in debugging.
136136
137-
A Google Workspace Add-on deployment can be published to Google
137+
A Google Workspace add-on deployment can be published to Google
138138
Workspace Marketplace, which allows other Google Workspace users
139139
to discover and install the add-on. See:
140140
@@ -785,11 +785,11 @@ def sample_get_authorization():
785785
Args:
786786
request (Union[google.cloud.gsuiteaddons_v1.types.GetAuthorizationRequest, dict]):
787787
The request object. Request message to get Google
788-
Workspace Add-ons authorization
788+
Workspace add-ons authorization
789789
information.
790790
name (str):
791791
Required. Name of the project for which to get the
792-
Google Workspace Add-ons authorization information.
792+
Google Workspace add-ons authorization information.
793793
794794
Example: ``projects/my_project/authorization``.
795795
@@ -932,7 +932,7 @@ def sample_create_deployment():
932932
933933
Returns:
934934
google.cloud.gsuiteaddons_v1.types.Deployment:
935-
A Google Workspace Add-on deployment
935+
A Google Workspace add-on deployment
936936
"""
937937
# Create or coerce a protobuf request object.
938938
# - Quick check: If we got a request object, we should *not* have
@@ -1039,7 +1039,7 @@ def sample_replace_deployment():
10391039
10401040
Returns:
10411041
google.cloud.gsuiteaddons_v1.types.Deployment:
1042-
A Google Workspace Add-on deployment
1042+
A Google Workspace add-on deployment
10431043
"""
10441044
# Create or coerce a protobuf request object.
10451045
# - Quick check: If we got a request object, we should *not* have
@@ -1146,7 +1146,7 @@ def sample_get_deployment():
11461146
11471147
Returns:
11481148
google.cloud.gsuiteaddons_v1.types.Deployment:
1149-
A Google Workspace Add-on deployment
1149+
A Google Workspace add-on deployment
11501150
"""
11511151
# Create or coerce a protobuf request object.
11521152
# - Quick check: If we got a request object, we should *not* have

packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,36 +112,36 @@ def intercept_unary_unary(self, continuation, client_call_details, request):
112112
class GSuiteAddOnsGrpcTransport(GSuiteAddOnsTransport):
113113
"""gRPC backend transport for GSuiteAddOns.
114114
115-
A service for managing Google Workspace Add-ons deployments.
115+
A service for managing Google Workspace add-ons deployments.
116116
117-
A Google Workspace Add-on is a third-party embedded component
117+
A Google Workspace add-on is a third-party embedded component
118118
that can be installed in Google Workspace Applications like
119119
Gmail, Calendar, Drive, and the Google Docs, Sheets, and Slides
120-
editors. Google Workspace Add-ons can display UI cards, receive
120+
editors. Google Workspace add-ons can display UI cards, receive
121121
contextual information from the host application, and perform
122122
actions in the host application (See:
123123
124124
https://developers.google.com/gsuite/add-ons/overview for more
125125
information).
126126
127-
A Google Workspace Add-on deployment resource specifies metadata
127+
A Google Workspace add-on deployment resource specifies metadata
128128
about the add-on, including a specification of the entry points
129129
in the host application that trigger add-on executions (see:
130130
131131
https://developers.google.com/gsuite/add-ons/concepts/gsuite-manifests).
132-
Add-on deployments defined via the Google Workspace Add-ons API
132+
Add-on deployments defined via the Google Workspace add-ons API
133133
define their entrypoints using HTTPS URLs (See:
134134
135135
https://developers.google.com/gsuite/add-ons/guides/alternate-runtimes),
136136
137-
A Google Workspace Add-on deployment can be installed in
137+
A Google Workspace add-on deployment can be installed in
138138
developer mode, which allows an add-on developer to test the
139139
experience an end-user would see when installing and running the
140140
add-on in their G Suite applications. When running in developer
141141
mode, more detailed error messages are exposed in the add-on UI
142142
to aid in debugging.
143143
144-
A Google Workspace Add-on deployment can be published to Google
144+
A Google Workspace add-on deployment can be published to Google
145145
Workspace Marketplace, which allows other Google Workspace users
146146
to discover and install the add-on. See:
147147

packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc_asyncio.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,36 +117,36 @@ async def intercept_unary_unary(self, continuation, client_call_details, request
117117
class GSuiteAddOnsGrpcAsyncIOTransport(GSuiteAddOnsTransport):
118118
"""gRPC AsyncIO backend transport for GSuiteAddOns.
119119
120-
A service for managing Google Workspace Add-ons deployments.
120+
A service for managing Google Workspace add-ons deployments.
121121
122-
A Google Workspace Add-on is a third-party embedded component
122+
A Google Workspace add-on is a third-party embedded component
123123
that can be installed in Google Workspace Applications like
124124
Gmail, Calendar, Drive, and the Google Docs, Sheets, and Slides
125-
editors. Google Workspace Add-ons can display UI cards, receive
125+
editors. Google Workspace add-ons can display UI cards, receive
126126
contextual information from the host application, and perform
127127
actions in the host application (See:
128128
129129
https://developers.google.com/gsuite/add-ons/overview for more
130130
information).
131131
132-
A Google Workspace Add-on deployment resource specifies metadata
132+
A Google Workspace add-on deployment resource specifies metadata
133133
about the add-on, including a specification of the entry points
134134
in the host application that trigger add-on executions (see:
135135
136136
https://developers.google.com/gsuite/add-ons/concepts/gsuite-manifests).
137-
Add-on deployments defined via the Google Workspace Add-ons API
137+
Add-on deployments defined via the Google Workspace add-ons API
138138
define their entrypoints using HTTPS URLs (See:
139139
140140
https://developers.google.com/gsuite/add-ons/guides/alternate-runtimes),
141141
142-
A Google Workspace Add-on deployment can be installed in
142+
A Google Workspace add-on deployment can be installed in
143143
developer mode, which allows an add-on developer to test the
144144
experience an end-user would see when installing and running the
145145
add-on in their G Suite applications. When running in developer
146146
mode, more detailed error messages are exposed in the add-on UI
147147
to aid in debugging.
148148
149-
A Google Workspace Add-on deployment can be published to Google
149+
A Google Workspace add-on deployment can be published to Google
150150
Workspace Marketplace, which allows other Google Workspace users
151151
to discover and install the add-on. See:
152152

packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/rest.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -338,36 +338,36 @@ class GSuiteAddOnsRestStub:
338338
class GSuiteAddOnsRestTransport(_BaseGSuiteAddOnsRestTransport):
339339
"""REST backend synchronous transport for GSuiteAddOns.
340340
341-
A service for managing Google Workspace Add-ons deployments.
341+
A service for managing Google Workspace add-ons deployments.
342342
343-
A Google Workspace Add-on is a third-party embedded component
343+
A Google Workspace add-on is a third-party embedded component
344344
that can be installed in Google Workspace Applications like
345345
Gmail, Calendar, Drive, and the Google Docs, Sheets, and Slides
346-
editors. Google Workspace Add-ons can display UI cards, receive
346+
editors. Google Workspace add-ons can display UI cards, receive
347347
contextual information from the host application, and perform
348348
actions in the host application (See:
349349
350350
https://developers.google.com/gsuite/add-ons/overview for more
351351
information).
352352
353-
A Google Workspace Add-on deployment resource specifies metadata
353+
A Google Workspace add-on deployment resource specifies metadata
354354
about the add-on, including a specification of the entry points
355355
in the host application that trigger add-on executions (see:
356356
357357
https://developers.google.com/gsuite/add-ons/concepts/gsuite-manifests).
358-
Add-on deployments defined via the Google Workspace Add-ons API
358+
Add-on deployments defined via the Google Workspace add-ons API
359359
define their entrypoints using HTTPS URLs (See:
360360
361361
https://developers.google.com/gsuite/add-ons/guides/alternate-runtimes),
362362
363-
A Google Workspace Add-on deployment can be installed in
363+
A Google Workspace add-on deployment can be installed in
364364
developer mode, which allows an add-on developer to test the
365365
experience an end-user would see when installing and running the
366366
add-on in their G Suite applications. When running in developer
367367
mode, more detailed error messages are exposed in the add-on UI
368368
to aid in debugging.
369369
370-
A Google Workspace Add-on deployment can be published to Google
370+
A Google Workspace add-on deployment can be published to Google
371371
Workspace Marketplace, which allows other Google Workspace users
372372
to discover and install the add-on. See:
373373
@@ -501,7 +501,7 @@ def __call__(
501501
502502
Returns:
503503
~.gsuiteaddons.Deployment:
504-
A Google Workspace Add-on deployment
504+
A Google Workspace add-on deployment
505505
"""
506506

507507
http_options = (
@@ -747,7 +747,7 @@ def __call__(
747747
Args:
748748
request (~.gsuiteaddons.GetAuthorizationRequest):
749749
The request object. Request message to get Google
750-
Workspace Add-ons authorization
750+
Workspace add-ons authorization
751751
information.
752752
retry (google.api_core.retry.Retry): Designation of what errors, if any,
753753
should be retried.
@@ -903,7 +903,7 @@ def __call__(
903903
904904
Returns:
905905
~.gsuiteaddons.Deployment:
906-
A Google Workspace Add-on deployment
906+
A Google Workspace add-on deployment
907907
"""
908908

909909
http_options = (
@@ -1450,7 +1450,7 @@ def __call__(
14501450
14511451
Returns:
14521452
~.gsuiteaddons.Deployment:
1453-
A Google Workspace Add-on deployment
1453+
A Google Workspace add-on deployment
14541454
"""
14551455

14561456
http_options = (

packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/types/gsuiteaddons.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949

5050

5151
class GetAuthorizationRequest(proto.Message):
52-
r"""Request message to get Google Workspace Add-ons authorization
52+
r"""Request message to get Google Workspace add-ons authorization
5353
information.
5454
5555
Attributes:
5656
name (str):
5757
Required. Name of the project for which to get the Google
58-
Workspace Add-ons authorization information.
58+
Workspace add-ons authorization information.
5959
6060
Example: ``projects/my_project/authorization``.
6161
"""
@@ -332,7 +332,7 @@ class InstallStatus(proto.Message):
332332

333333

334334
class Deployment(proto.Message):
335-
r"""A Google Workspace Add-on deployment
335+
r"""A Google Workspace add-on deployment
336336
337337
Attributes:
338338
name (str):
@@ -343,7 +343,7 @@ class Deployment(proto.Message):
343343
request consent from the end user before
344344
executing an add-on endpoint.
345345
add_ons (google.cloud.gsuiteaddons_v1.types.AddOns):
346-
The Google Workspace Add-on configuration.
346+
The Google Workspace add-on configuration.
347347
etag (str):
348348
This value is computed by the server based on
349349
the version of the deployment in storage, and
@@ -372,12 +372,12 @@ class Deployment(proto.Message):
372372

373373

374374
class AddOns(proto.Message):
375-
r"""A Google Workspace Add-on configuration.
375+
r"""A Google Workspace add-on configuration.
376376
377377
Attributes:
378378
common (google.apps.script.type.types.CommonAddOnManifest):
379379
Configuration that is common across all
380-
Google Workspace Add-ons.
380+
Google Workspace add-ons.
381381
gmail (google.apps.script.type.gmail.types.GmailAddOnManifest):
382382
Gmail add-on configuration.
383383
drive (google.apps.script.type.drive.types.DriveAddOnManifest):

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/google-cloud-python/commit/a2b6d219070f85878ad0eac626cca565789d0764

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy