Content-Length: 751041 | pFad | http://github.com/googleapis/google-cloud-python/pull/13463/files

F2 docs: [google-cloud-gsuiteaddons] Minor documentation edits by gcf-owl-bot[bot] · Pull Request #13463 · googleapis/google-cloud-python · GitHub
Skip to content

docs: [google-cloud-gsuiteaddons] Minor documentation edits #13463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.3.13" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.3.13" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -63,36 +63,36 @@


class GSuiteAddOnsAsyncClient:
"""A service for managing Google Workspace Add-ons deployments.
"""A service for managing Google Workspace add-ons deployments.

A Google Workspace Add-on is a third-party embedded component
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 display UI cards, receive
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
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
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
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
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:

Expand Down Expand Up @@ -366,11 +366,11 @@ async def sample_get_authorization():
Args:
request (Optional[Union[google.cloud.gsuiteaddons_v1.types.GetAuthorizationRequest, dict]]):
The request object. Request message to get Google
Workspace Add-ons authorization
Workspace add-ons authorization
information.
name (:class:`str`):
Required. Name of the project for which to get the
Google Workspace Add-ons authorization information.
Google Workspace add-ons authorization information.

Example: ``projects/my_project/authorization``.

Expand Down Expand Up @@ -516,7 +516,7 @@ async def sample_create_deployment():

Returns:
google.cloud.gsuiteaddons_v1.types.Deployment:
A Google Workspace Add-on deployment
A Google Workspace add-on deployment
"""
# Create or coerce a protobuf request object.
# - Quick check: If we got a request object, we should *not* have
Expand Down Expand Up @@ -626,7 +626,7 @@ async def sample_replace_deployment():

Returns:
google.cloud.gsuiteaddons_v1.types.Deployment:
A Google Workspace Add-on deployment
A Google Workspace add-on deployment
"""
# Create or coerce a protobuf request object.
# - Quick check: If we got a request object, we should *not* have
Expand Down Expand Up @@ -736,7 +736,7 @@ async def sample_get_deployment():

Returns:
google.cloud.gsuiteaddons_v1.types.Deployment:
A Google Workspace Add-on deployment
A Google Workspace add-on deployment
"""
# Create or coerce a protobuf request object.
# - Quick check: If we got a request object, we should *not* have
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,36 +105,36 @@ def get_transport_class(


class GSuiteAddOnsClient(metaclass=GSuiteAddOnsClientMeta):
"""A service for managing Google Workspace Add-ons deployments.
"""A service for managing Google Workspace add-ons deployments.

A Google Workspace Add-on is a third-party embedded component
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 display UI cards, receive
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
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
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
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
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:

Expand Down Expand Up @@ -785,11 +785,11 @@ def sample_get_authorization():
Args:
request (Union[google.cloud.gsuiteaddons_v1.types.GetAuthorizationRequest, dict]):
The request object. Request message to get Google
Workspace Add-ons authorization
Workspace add-ons authorization
information.
name (str):
Required. Name of the project for which to get the
Google Workspace Add-ons authorization information.
Google Workspace add-ons authorization information.

Example: ``projects/my_project/authorization``.

Expand Down Expand Up @@ -932,7 +932,7 @@ def sample_create_deployment():

Returns:
google.cloud.gsuiteaddons_v1.types.Deployment:
A Google Workspace Add-on deployment
A Google Workspace add-on deployment
"""
# Create or coerce a protobuf request object.
# - Quick check: If we got a request object, we should *not* have
Expand Down Expand Up @@ -1039,7 +1039,7 @@ def sample_replace_deployment():

Returns:
google.cloud.gsuiteaddons_v1.types.Deployment:
A Google Workspace Add-on deployment
A Google Workspace add-on deployment
"""
# Create or coerce a protobuf request object.
# - Quick check: If we got a request object, we should *not* have
Expand Down Expand Up @@ -1146,7 +1146,7 @@ def sample_get_deployment():

Returns:
google.cloud.gsuiteaddons_v1.types.Deployment:
A Google Workspace Add-on deployment
A Google Workspace add-on deployment
"""
# Create or coerce a protobuf request object.
# - Quick check: If we got a request object, we should *not* have
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,36 +112,36 @@ def intercept_unary_unary(self, continuation, client_call_details, request):
class GSuiteAddOnsGrpcTransport(GSuiteAddOnsTransport):
"""gRPC backend transport for GSuiteAddOns.

A service for managing Google Workspace Add-ons deployments.
A service for managing Google Workspace add-ons deployments.

A Google Workspace Add-on is a third-party embedded component
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 display UI cards, receive
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
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
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
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
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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,36 +117,36 @@ async def intercept_unary_unary(self, continuation, client_call_details, request
class GSuiteAddOnsGrpcAsyncIOTransport(GSuiteAddOnsTransport):
"""gRPC AsyncIO backend transport for GSuiteAddOns.

A service for managing Google Workspace Add-ons deployments.
A service for managing Google Workspace add-ons deployments.

A Google Workspace Add-on is a third-party embedded component
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 display UI cards, receive
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
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
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
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
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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,36 +338,36 @@ class GSuiteAddOnsRestStub:
class GSuiteAddOnsRestTransport(_BaseGSuiteAddOnsRestTransport):
"""REST backend synchronous transport for GSuiteAddOns.

A service for managing Google Workspace Add-ons deployments.
A service for managing Google Workspace add-ons deployments.

A Google Workspace Add-on is a third-party embedded component
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 display UI cards, receive
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
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
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
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
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:

Expand Down Expand Up @@ -501,7 +501,7 @@ def __call__(

Returns:
~.gsuiteaddons.Deployment:
A Google Workspace Add-on deployment
A Google Workspace add-on deployment
"""

http_options = (
Expand Down Expand Up @@ -747,7 +747,7 @@ def __call__(
Args:
request (~.gsuiteaddons.GetAuthorizationRequest):
The request object. Request message to get Google
Workspace Add-ons authorization
Workspace add-ons authorization
information.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
Expand Down Expand Up @@ -903,7 +903,7 @@ def __call__(

Returns:
~.gsuiteaddons.Deployment:
A Google Workspace Add-on deployment
A Google Workspace add-on deployment
"""

http_options = (
Expand Down Expand Up @@ -1450,7 +1450,7 @@ def __call__(

Returns:
~.gsuiteaddons.Deployment:
A Google Workspace Add-on deployment
A Google Workspace add-on deployment
"""

http_options = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@


class GetAuthorizationRequest(proto.Message):
r"""Request message to get Google Workspace Add-ons authorization
r"""Request message to get Google Workspace add-ons authorization
information.

Attributes:
name (str):
Required. Name of the project for which to get the Google
Workspace Add-ons authorization information.
Workspace add-ons authorization information.

Example: ``projects/my_project/authorization``.
"""
Expand Down Expand Up @@ -332,7 +332,7 @@ class InstallStatus(proto.Message):


class Deployment(proto.Message):
r"""A Google Workspace Add-on deployment
r"""A Google Workspace add-on deployment

Attributes:
name (str):
Expand All @@ -343,7 +343,7 @@ class Deployment(proto.Message):
request consent from the end user before
executing an add-on endpoint.
add_ons (google.cloud.gsuiteaddons_v1.types.AddOns):
The Google Workspace Add-on configuration.
The Google Workspace add-on configuration.
etag (str):
This value is computed by the server based on
the version of the deployment in storage, and
Expand Down Expand Up @@ -372,12 +372,12 @@ class Deployment(proto.Message):


class AddOns(proto.Message):
r"""A Google Workspace Add-on configuration.
r"""A Google Workspace add-on configuration.

Attributes:
common (google.apps.script.type.types.CommonAddOnManifest):
Configuration that is common across all
Google Workspace Add-ons.
Google Workspace add-ons.
gmail (google.apps.script.type.gmail.types.GmailAddOnManifest):
Gmail add-on configuration.
drive (google.apps.script.type.drive.types.DriveAddOnManifest):
Expand Down
Loading
Loading








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: http://github.com/googleapis/google-cloud-python/pull/13463/files

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy