diff --git a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons/gapic_version.py b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons/gapic_version.py index fb3463bbb3c2..558c8aab67c5 100644 --- a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons/gapic_version.py +++ b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons/gapic_version.py @@ -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} diff --git a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/gapic_version.py b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/gapic_version.py index fb3463bbb3c2..558c8aab67c5 100644 --- a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/gapic_version.py +++ b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/gapic_version.py @@ -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} diff --git a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/async_client.py b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/async_client.py index 68b23a4a4dcd..0cff718f8da7 100644 --- a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/async_client.py +++ b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/async_client.py @@ -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: @@ -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``. @@ -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 @@ -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 @@ -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 diff --git a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/client.py b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/client.py index f5f3d6f64111..612a0ec1acf1 100644 --- a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/client.py +++ b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/client.py @@ -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: @@ -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``. @@ -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 @@ -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 @@ -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 diff --git a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc.py b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc.py index 53dc4e066b90..87dd98108297 100644 --- a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc.py +++ b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc.py @@ -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: diff --git a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc_asyncio.py b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc_asyncio.py index b4c9d2fa9767..db0c2f97bcca 100644 --- a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc_asyncio.py +++ b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/grpc_asyncio.py @@ -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: diff --git a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/rest.py b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/rest.py index 3875b737d098..29a221aa7392 100644 --- a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/rest.py +++ b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/services/g_suite_add_ons/transports/rest.py @@ -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: @@ -501,7 +501,7 @@ def __call__( Returns: ~.gsuiteaddons.Deployment: - A Google Workspace Add-on deployment + A Google Workspace add-on deployment """ http_options = ( @@ -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. @@ -903,7 +903,7 @@ def __call__( Returns: ~.gsuiteaddons.Deployment: - A Google Workspace Add-on deployment + A Google Workspace add-on deployment """ http_options = ( @@ -1450,7 +1450,7 @@ def __call__( Returns: ~.gsuiteaddons.Deployment: - A Google Workspace Add-on deployment + A Google Workspace add-on deployment """ http_options = ( diff --git a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/types/gsuiteaddons.py b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/types/gsuiteaddons.py index ed4ddb75e077..0bed49df183f 100644 --- a/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/types/gsuiteaddons.py +++ b/packages/google-cloud-gsuiteaddons/google/cloud/gsuiteaddons_v1/types/gsuiteaddons.py @@ -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``. """ @@ -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): @@ -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 @@ -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): diff --git a/packages/google-cloud-gsuiteaddons/samples/generated_samples/snippet_metadata_google.cloud.gsuiteaddons.v1.json b/packages/google-cloud-gsuiteaddons/samples/generated_samples/snippet_metadata_google.cloud.gsuiteaddons.v1.json index 0d71d3245ec1..714f2ec359ac 100644 --- a/packages/google-cloud-gsuiteaddons/samples/generated_samples/snippet_metadata_google.cloud.gsuiteaddons.v1.json +++ b/packages/google-cloud-gsuiteaddons/samples/generated_samples/snippet_metadata_google.cloud.gsuiteaddons.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-gsuiteaddons", - "version": "0.3.13" + "version": "0.1.0" }, "snippets": [ {