From 8dc8396fabcbca881c6580d4a357fa9af65f08f0 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:34:19 +0000 Subject: [PATCH 1/3] chore(deps): Update nox in .kokoro/requirements.in [autoapprove] (#229) Source-Link: https://togithub.com/googleapis/synthtool/commit/92006bb3cdc84677aa93c7f5235424ec2b157146 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2e247c7bf5154df7f98cce087a20ca7605e236340c7d6d1a14447e5c06791bd6 --- .github/.OwlBot.lock.yaml | 2 +- .kokoro/requirements.in | 2 +- .kokoro/requirements.txt | 14 +++++--------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 5fc5daa..b8edda5 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,4 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:8555f0e37e6261408f792bfd6635102d2da5ad73f8f09bcb24f25e6afb5fac97 + digest: sha256:2e247c7bf5154df7f98cce087a20ca7605e236340c7d6d1a14447e5c06791bd6 diff --git a/.kokoro/requirements.in b/.kokoro/requirements.in index 882178c..ec867d9 100644 --- a/.kokoro/requirements.in +++ b/.kokoro/requirements.in @@ -5,6 +5,6 @@ typing-extensions twine wheel setuptools -nox +nox>=2022.11.21 # required to remove dependency on py charset-normalizer<3 click<8.1.0 diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt index fa99c12..66a2172 100644 --- a/.kokoro/requirements.txt +++ b/.kokoro/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile --allow-unsafe --generate-hashes requirements.in # @@ -335,9 +335,9 @@ more-itertools==9.0.0 \ --hash=sha256:250e83d7e81d0c87ca6bd942e6aeab8cc9daa6096d12c5308f3f92fa5e5c1f41 \ --hash=sha256:5a6257e40878ef0520b1803990e3e22303a41b5714006c32a3fd8304b26ea1ab # via jaraco-classes -nox==2022.8.7 \ - --hash=sha256:1b894940551dc5c389f9271d197ca5d655d40bdc6ccf93ed6880e4042760a34b \ - --hash=sha256:96cca88779e08282a699d672258ec01eb7c792d35bbbf538c723172bce23212c +nox==2022.11.21 \ + --hash=sha256:0e41a990e290e274cb205a976c4c97ee3c5234441a8132c8c3fd9ea3c22149eb \ + --hash=sha256:e21c31de0711d1274ca585a2c5fde36b1aa962005ba8e9322bf5eeed16dcd684 # via -r requirements.in packaging==21.3 \ --hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \ @@ -380,10 +380,6 @@ protobuf==3.20.3 \ # gcp-docuploader # gcp-releasetool # google-api-core -py==1.11.0 \ - --hash=sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 \ - --hash=sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378 - # via nox pyasn1==0.4.8 \ --hash=sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d \ --hash=sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba From 7738bed39a867311611a57f7da9e2cd48d58f7c3 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:18:48 -0400 Subject: [PATCH 2/3] docs: Fix formatting of request arg in docstring (#230) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: https://github.com/googleapis/googleapis/commit/8a085aeddfa010af5bcef090827aac5255383d7e Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot --- .../services/applications/async_client.py | 9 +++------ .../services/applications/client.py | 9 +++------ .../services/applications/transports/rest.py | 1 - .../authorized_certificates/async_client.py | 10 +++++----- .../services/authorized_certificates/client.py | 10 +++++----- .../authorized_certificates/transports/rest.py | 5 ----- .../services/authorized_domains/async_client.py | 2 +- .../services/authorized_domains/client.py | 2 +- .../authorized_domains/transports/rest.py | 1 - .../services/domain_mappings/async_client.py | 11 +++++------ .../services/domain_mappings/client.py | 11 +++++------ .../services/domain_mappings/transports/rest.py | 4 ---- .../services/firewall/async_client.py | 17 ++++++----------- .../services/firewall/client.py | 17 ++++++----------- .../services/firewall/transports/rest.py | 1 - .../services/instances/async_client.py | 12 ++++-------- .../services/instances/client.py | 12 ++++-------- .../services/services/async_client.py | 12 ++++-------- .../services/services/client.py | 12 ++++-------- .../services/versions/async_client.py | 15 +++++---------- .../services/versions/client.py | 15 +++++---------- .../snippet_metadata_google.appengine.v1.json | 2 +- 22 files changed, 67 insertions(+), 123 deletions(-) diff --git a/google/cloud/appengine_admin_v1/services/applications/async_client.py b/google/cloud/appengine_admin_v1/services/applications/async_client.py index 5e9ff63..a673a09 100644 --- a/google/cloud/appengine_admin_v1/services/applications/async_client.py +++ b/google/cloud/appengine_admin_v1/services/applications/async_client.py @@ -250,8 +250,7 @@ async def sample_get_application(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.GetApplicationRequest, dict]]): - The request object. Request message for - `Applications.GetApplication`. + The request object. Request message for ``Applications.GetApplication``. name (:class:`str`): Name of the Application resource to get. Example: ``apps/myapp``. @@ -365,8 +364,7 @@ async def sample_create_application(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.CreateApplicationRequest, dict]]): - The request object. Request message for - `Applications.CreateApplication`. + The request object. Request message for ``Applications.CreateApplication``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -460,8 +458,7 @@ async def sample_update_application(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.UpdateApplicationRequest, dict]]): - The request object. Request message for - `Applications.UpdateApplication`. + The request object. Request message for ``Applications.UpdateApplication``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/applications/client.py b/google/cloud/appengine_admin_v1/services/applications/client.py index 8ae55a0..f0e9657 100644 --- a/google/cloud/appengine_admin_v1/services/applications/client.py +++ b/google/cloud/appengine_admin_v1/services/applications/client.py @@ -461,8 +461,7 @@ def sample_get_application(): Args: request (Union[google.cloud.appengine_admin_v1.types.GetApplicationRequest, dict]): - The request object. Request message for - `Applications.GetApplication`. + The request object. Request message for ``Applications.GetApplication``. name (str): Name of the Application resource to get. Example: ``apps/myapp``. @@ -576,8 +575,7 @@ def sample_create_application(): Args: request (Union[google.cloud.appengine_admin_v1.types.CreateApplicationRequest, dict]): - The request object. Request message for - `Applications.CreateApplication`. + The request object. Request message for ``Applications.CreateApplication``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -672,8 +670,7 @@ def sample_update_application(): Args: request (Union[google.cloud.appengine_admin_v1.types.UpdateApplicationRequest, dict]): - The request object. Request message for - `Applications.UpdateApplication`. + The request object. Request message for ``Applications.UpdateApplication``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/applications/transports/rest.py b/google/cloud/appengine_admin_v1/services/applications/transports/rest.py index 3259f25..89a7310 100644 --- a/google/cloud/appengine_admin_v1/services/applications/transports/rest.py +++ b/google/cloud/appengine_admin_v1/services/applications/transports/rest.py @@ -522,7 +522,6 @@ def __call__( request (~.appengine.RepairApplicationRequest): The request object. Request message for 'Applications.RepairApplication'. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/async_client.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/async_client.py index a22c82f..e339462 100644 --- a/google/cloud/appengine_admin_v1/services/authorized_certificates/async_client.py +++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/async_client.py @@ -262,7 +262,7 @@ async def sample_list_authorized_certificates(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.ListAuthorizedCertificatesRequest, dict]]): The request object. Request message for - `AuthorizedCertificates.ListAuthorizedCertificates`. + ``AuthorizedCertificates.ListAuthorizedCertificates``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -355,7 +355,7 @@ async def sample_get_authorized_certificate(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.GetAuthorizedCertificateRequest, dict]]): The request object. Request message for - `AuthorizedCertificates.GetAuthorizedCertificate`. + ``AuthorizedCertificates.GetAuthorizedCertificate``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -439,7 +439,7 @@ async def sample_create_authorized_certificate(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.CreateAuthorizedCertificateRequest, dict]]): The request object. Request message for - `AuthorizedCertificates.CreateAuthorizedCertificate`. + ``AuthorizedCertificates.CreateAuthorizedCertificate``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -528,7 +528,7 @@ async def sample_update_authorized_certificate(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.UpdateAuthorizedCertificateRequest, dict]]): The request object. Request message for - `AuthorizedCertificates.UpdateAuthorizedCertificate`. + ``AuthorizedCertificates.UpdateAuthorizedCertificate``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -609,7 +609,7 @@ async def sample_delete_authorized_certificate(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.DeleteAuthorizedCertificateRequest, dict]]): The request object. Request message for - `AuthorizedCertificates.DeleteAuthorizedCertificate`. + ``AuthorizedCertificates.DeleteAuthorizedCertificate``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/client.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/client.py index d6a9f17..864c7b3 100644 --- a/google/cloud/appengine_admin_v1/services/authorized_certificates/client.py +++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/client.py @@ -468,7 +468,7 @@ def sample_list_authorized_certificates(): Args: request (Union[google.cloud.appengine_admin_v1.types.ListAuthorizedCertificatesRequest, dict]): The request object. Request message for - `AuthorizedCertificates.ListAuthorizedCertificates`. + ``AuthorizedCertificates.ListAuthorizedCertificates``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -564,7 +564,7 @@ def sample_get_authorized_certificate(): Args: request (Union[google.cloud.appengine_admin_v1.types.GetAuthorizedCertificateRequest, dict]): The request object. Request message for - `AuthorizedCertificates.GetAuthorizedCertificate`. + ``AuthorizedCertificates.GetAuthorizedCertificate``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -651,7 +651,7 @@ def sample_create_authorized_certificate(): Args: request (Union[google.cloud.appengine_admin_v1.types.CreateAuthorizedCertificateRequest, dict]): The request object. Request message for - `AuthorizedCertificates.CreateAuthorizedCertificate`. + ``AuthorizedCertificates.CreateAuthorizedCertificate``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -743,7 +743,7 @@ def sample_update_authorized_certificate(): Args: request (Union[google.cloud.appengine_admin_v1.types.UpdateAuthorizedCertificateRequest, dict]): The request object. Request message for - `AuthorizedCertificates.UpdateAuthorizedCertificate`. + ``AuthorizedCertificates.UpdateAuthorizedCertificate``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -827,7 +827,7 @@ def sample_delete_authorized_certificate(): Args: request (Union[google.cloud.appengine_admin_v1.types.DeleteAuthorizedCertificateRequest, dict]): The request object. Request message for - `AuthorizedCertificates.DeleteAuthorizedCertificate`. + ``AuthorizedCertificates.DeleteAuthorizedCertificate``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/rest.py b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/rest.py index f7f162e..a9b6f8a 100644 --- a/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/rest.py +++ b/google/cloud/appengine_admin_v1/services/authorized_certificates/transports/rest.py @@ -329,7 +329,6 @@ def __call__( request (~.appengine.CreateAuthorizedCertificateRequest): The request object. Request message for ``AuthorizedCertificates.CreateAuthorizedCertificate``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -423,7 +422,6 @@ def __call__( request (~.appengine.DeleteAuthorizedCertificateRequest): The request object. Request message for ``AuthorizedCertificates.DeleteAuthorizedCertificate``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -491,7 +489,6 @@ def __call__( request (~.appengine.GetAuthorizedCertificateRequest): The request object. Request message for ``AuthorizedCertificates.GetAuthorizedCertificate``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -576,7 +573,6 @@ def __call__( request (~.appengine.ListAuthorizedCertificatesRequest): The request object. Request message for ``AuthorizedCertificates.ListAuthorizedCertificates``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -658,7 +654,6 @@ def __call__( request (~.appengine.UpdateAuthorizedCertificateRequest): The request object. Request message for ``AuthorizedCertificates.UpdateAuthorizedCertificate``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/async_client.py b/google/cloud/appengine_admin_v1/services/authorized_domains/async_client.py index 4a51a6e..46b1b38 100644 --- a/google/cloud/appengine_admin_v1/services/authorized_domains/async_client.py +++ b/google/cloud/appengine_admin_v1/services/authorized_domains/async_client.py @@ -255,7 +255,7 @@ async def sample_list_authorized_domains(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.ListAuthorizedDomainsRequest, dict]]): The request object. Request message for - `AuthorizedDomains.ListAuthorizedDomains`. + ``AuthorizedDomains.ListAuthorizedDomains``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/client.py b/google/cloud/appengine_admin_v1/services/authorized_domains/client.py index 3a6b4ed..41fc79e 100644 --- a/google/cloud/appengine_admin_v1/services/authorized_domains/client.py +++ b/google/cloud/appengine_admin_v1/services/authorized_domains/client.py @@ -464,7 +464,7 @@ def sample_list_authorized_domains(): Args: request (Union[google.cloud.appengine_admin_v1.types.ListAuthorizedDomainsRequest, dict]): The request object. Request message for - `AuthorizedDomains.ListAuthorizedDomains`. + ``AuthorizedDomains.ListAuthorizedDomains``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/rest.py b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/rest.py index d08506a..1725792 100644 --- a/google/cloud/appengine_admin_v1/services/authorized_domains/transports/rest.py +++ b/google/cloud/appengine_admin_v1/services/authorized_domains/transports/rest.py @@ -217,7 +217,6 @@ def __call__( request (~.appengine.ListAuthorizedDomainsRequest): The request object. Request message for ``AuthorizedDomains.ListAuthorizedDomains``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/async_client.py b/google/cloud/appengine_admin_v1/services/domain_mappings/async_client.py index 997c978..5506996 100644 --- a/google/cloud/appengine_admin_v1/services/domain_mappings/async_client.py +++ b/google/cloud/appengine_admin_v1/services/domain_mappings/async_client.py @@ -256,7 +256,7 @@ async def sample_list_domain_mappings(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.ListDomainMappingsRequest, dict]]): The request object. Request message for - `DomainMappings.ListDomainMappings`. + ``DomainMappings.ListDomainMappings``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -345,8 +345,7 @@ async def sample_get_domain_mapping(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.GetDomainMappingRequest, dict]]): - The request object. Request message for - `DomainMappings.GetDomainMapping`. + The request object. Request message for ``DomainMappings.GetDomainMapping``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -432,7 +431,7 @@ async def sample_create_domain_mapping(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.CreateDomainMappingRequest, dict]]): The request object. Request message for - `DomainMappings.CreateDomainMapping`. + ``DomainMappings.CreateDomainMapping``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -530,7 +529,7 @@ async def sample_update_domain_mapping(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.UpdateDomainMappingRequest, dict]]): The request object. Request message for - `DomainMappings.UpdateDomainMapping`. + ``DomainMappings.UpdateDomainMapping``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -626,7 +625,7 @@ async def sample_delete_domain_mapping(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.DeleteDomainMappingRequest, dict]]): The request object. Request message for - `DomainMappings.DeleteDomainMapping`. + ``DomainMappings.DeleteDomainMapping``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/client.py b/google/cloud/appengine_admin_v1/services/domain_mappings/client.py index d2a2e17..60459b2 100644 --- a/google/cloud/appengine_admin_v1/services/domain_mappings/client.py +++ b/google/cloud/appengine_admin_v1/services/domain_mappings/client.py @@ -465,7 +465,7 @@ def sample_list_domain_mappings(): Args: request (Union[google.cloud.appengine_admin_v1.types.ListDomainMappingsRequest, dict]): The request object. Request message for - `DomainMappings.ListDomainMappings`. + ``DomainMappings.ListDomainMappings``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -555,8 +555,7 @@ def sample_get_domain_mapping(): Args: request (Union[google.cloud.appengine_admin_v1.types.GetDomainMappingRequest, dict]): - The request object. Request message for - `DomainMappings.GetDomainMapping`. + The request object. Request message for ``DomainMappings.GetDomainMapping``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -643,7 +642,7 @@ def sample_create_domain_mapping(): Args: request (Union[google.cloud.appengine_admin_v1.types.CreateDomainMappingRequest, dict]): The request object. Request message for - `DomainMappings.CreateDomainMapping`. + ``DomainMappings.CreateDomainMapping``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -742,7 +741,7 @@ def sample_update_domain_mapping(): Args: request (Union[google.cloud.appengine_admin_v1.types.UpdateDomainMappingRequest, dict]): The request object. Request message for - `DomainMappings.UpdateDomainMapping`. + ``DomainMappings.UpdateDomainMapping``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -839,7 +838,7 @@ def sample_delete_domain_mapping(): Args: request (Union[google.cloud.appengine_admin_v1.types.DeleteDomainMappingRequest, dict]): The request object. Request message for - `DomainMappings.DeleteDomainMapping`. + ``DomainMappings.DeleteDomainMapping``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/rest.py b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/rest.py index 544e4fb..8097876 100644 --- a/google/cloud/appengine_admin_v1/services/domain_mappings/transports/rest.py +++ b/google/cloud/appengine_admin_v1/services/domain_mappings/transports/rest.py @@ -388,7 +388,6 @@ def __call__( request (~.appengine.CreateDomainMappingRequest): The request object. Request message for ``DomainMappings.CreateDomainMapping``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -477,7 +476,6 @@ def __call__( request (~.appengine.DeleteDomainMappingRequest): The request object. Request message for ``DomainMappings.DeleteDomainMapping``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -636,7 +634,6 @@ def __call__( request (~.appengine.ListDomainMappingsRequest): The request object. Request message for ``DomainMappings.ListDomainMappings``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -717,7 +714,6 @@ def __call__( request (~.appengine.UpdateDomainMappingRequest): The request object. Request message for ``DomainMappings.UpdateDomainMapping``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/firewall/async_client.py b/google/cloud/appengine_admin_v1/services/firewall/async_client.py index 67c3e98..46ec58d 100644 --- a/google/cloud/appengine_admin_v1/services/firewall/async_client.py +++ b/google/cloud/appengine_admin_v1/services/firewall/async_client.py @@ -253,8 +253,7 @@ async def sample_list_ingress_rules(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.ListIngressRulesRequest, dict]]): - The request object. Request message for - `Firewall.ListIngressRules`. + The request object. Request message for ``Firewall.ListIngressRules``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -350,7 +349,7 @@ async def sample_batch_update_ingress_rules(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.BatchUpdateIngressRulesRequest, dict]]): The request object. Request message for - `Firewall.BatchUpdateIngressRules`. + ``Firewall.BatchUpdateIngressRules``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -426,8 +425,7 @@ async def sample_create_ingress_rule(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.CreateIngressRuleRequest, dict]]): - The request object. Request message for - `Firewall.CreateIngressRule`. + The request object. Request message for ``Firewall.CreateIngressRule``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -507,8 +505,7 @@ async def sample_get_ingress_rule(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.GetIngressRuleRequest, dict]]): - The request object. Request message for - `Firewall.GetIngressRule`. + The request object. Request message for ``Firewall.GetIngressRule``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -588,8 +585,7 @@ async def sample_update_ingress_rule(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.UpdateIngressRuleRequest, dict]]): - The request object. Request message for - `Firewall.UpdateIngressRule`. + The request object. Request message for ``Firewall.UpdateIngressRule``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -666,8 +662,7 @@ async def sample_delete_ingress_rule(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.DeleteIngressRuleRequest, dict]]): - The request object. Request message for - `Firewall.DeleteIngressRule`. + The request object. Request message for ``Firewall.DeleteIngressRule``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/firewall/client.py b/google/cloud/appengine_admin_v1/services/firewall/client.py index 2bc056a..4cd34ec 100644 --- a/google/cloud/appengine_admin_v1/services/firewall/client.py +++ b/google/cloud/appengine_admin_v1/services/firewall/client.py @@ -468,8 +468,7 @@ def sample_list_ingress_rules(): Args: request (Union[google.cloud.appengine_admin_v1.types.ListIngressRulesRequest, dict]): - The request object. Request message for - `Firewall.ListIngressRules`. + The request object. Request message for ``Firewall.ListIngressRules``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -566,7 +565,7 @@ def sample_batch_update_ingress_rules(): Args: request (Union[google.cloud.appengine_admin_v1.types.BatchUpdateIngressRulesRequest, dict]): The request object. Request message for - `Firewall.BatchUpdateIngressRules`. + ``Firewall.BatchUpdateIngressRules``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -645,8 +644,7 @@ def sample_create_ingress_rule(): Args: request (Union[google.cloud.appengine_admin_v1.types.CreateIngressRuleRequest, dict]): - The request object. Request message for - `Firewall.CreateIngressRule`. + The request object. Request message for ``Firewall.CreateIngressRule``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -727,8 +725,7 @@ def sample_get_ingress_rule(): Args: request (Union[google.cloud.appengine_admin_v1.types.GetIngressRuleRequest, dict]): - The request object. Request message for - `Firewall.GetIngressRule`. + The request object. Request message for ``Firewall.GetIngressRule``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -809,8 +806,7 @@ def sample_update_ingress_rule(): Args: request (Union[google.cloud.appengine_admin_v1.types.UpdateIngressRuleRequest, dict]): - The request object. Request message for - `Firewall.UpdateIngressRule`. + The request object. Request message for ``Firewall.UpdateIngressRule``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -888,8 +884,7 @@ def sample_delete_ingress_rule(): Args: request (Union[google.cloud.appengine_admin_v1.types.DeleteIngressRuleRequest, dict]): - The request object. Request message for - `Firewall.DeleteIngressRule`. + The request object. Request message for ``Firewall.DeleteIngressRule``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/firewall/transports/rest.py b/google/cloud/appengine_admin_v1/services/firewall/transports/rest.py index 047c980..bb365f5 100644 --- a/google/cloud/appengine_admin_v1/services/firewall/transports/rest.py +++ b/google/cloud/appengine_admin_v1/services/firewall/transports/rest.py @@ -368,7 +368,6 @@ def __call__( request (~.appengine.BatchUpdateIngressRulesRequest): The request object. Request message for ``Firewall.BatchUpdateIngressRules``. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/instances/async_client.py b/google/cloud/appengine_admin_v1/services/instances/async_client.py index 0d7291d..601d57a 100644 --- a/google/cloud/appengine_admin_v1/services/instances/async_client.py +++ b/google/cloud/appengine_admin_v1/services/instances/async_client.py @@ -256,8 +256,7 @@ async def sample_list_instances(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.ListInstancesRequest, dict]]): - The request object. Request message for - `Instances.ListInstances`. + The request object. Request message for ``Instances.ListInstances``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -346,8 +345,7 @@ async def sample_get_instance(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.GetInstanceRequest, dict]]): - The request object. Request message for - `Instances.GetInstance`. + The request object. Request message for ``Instances.GetInstance``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -444,8 +442,7 @@ async def sample_delete_instance(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.DeleteInstanceRequest, dict]]): - The request object. Request message for - `Instances.DeleteInstance`. + The request object. Request message for ``Instances.DeleteInstance``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -554,8 +551,7 @@ async def sample_debug_instance(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.DebugInstanceRequest, dict]]): - The request object. Request message for - `Instances.DebugInstance`. + The request object. Request message for ``Instances.DebugInstance``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/instances/client.py b/google/cloud/appengine_admin_v1/services/instances/client.py index 7cc1120..9bf7c9f 100644 --- a/google/cloud/appengine_admin_v1/services/instances/client.py +++ b/google/cloud/appengine_admin_v1/services/instances/client.py @@ -491,8 +491,7 @@ def sample_list_instances(): Args: request (Union[google.cloud.appengine_admin_v1.types.ListInstancesRequest, dict]): - The request object. Request message for - `Instances.ListInstances`. + The request object. Request message for ``Instances.ListInstances``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -582,8 +581,7 @@ def sample_get_instance(): Args: request (Union[google.cloud.appengine_admin_v1.types.GetInstanceRequest, dict]): - The request object. Request message for - `Instances.GetInstance`. + The request object. Request message for ``Instances.GetInstance``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -681,8 +679,7 @@ def sample_delete_instance(): Args: request (Union[google.cloud.appengine_admin_v1.types.DeleteInstanceRequest, dict]): - The request object. Request message for - `Instances.DeleteInstance`. + The request object. Request message for ``Instances.DeleteInstance``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -792,8 +789,7 @@ def sample_debug_instance(): Args: request (Union[google.cloud.appengine_admin_v1.types.DebugInstanceRequest, dict]): - The request object. Request message for - `Instances.DebugInstance`. + The request object. Request message for ``Instances.DebugInstance``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/services/async_client.py b/google/cloud/appengine_admin_v1/services/services/async_client.py index 019c831..985ebce 100644 --- a/google/cloud/appengine_admin_v1/services/services/async_client.py +++ b/google/cloud/appengine_admin_v1/services/services/async_client.py @@ -248,8 +248,7 @@ async def sample_list_services(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.ListServicesRequest, dict]]): - The request object. Request message for - `Services.ListServices`. + The request object. Request message for ``Services.ListServices``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -339,8 +338,7 @@ async def sample_get_service(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.GetServiceRequest, dict]]): - The request object. Request message for - `Services.GetService`. + The request object. Request message for ``Services.GetService``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -432,8 +430,7 @@ async def sample_update_service(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.UpdateServiceRequest, dict]]): - The request object. Request message for - `Services.UpdateService`. + The request object. Request message for ``Services.UpdateService``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -533,8 +530,7 @@ async def sample_delete_service(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.DeleteServiceRequest, dict]]): - The request object. Request message for - `Services.DeleteService`. + The request object. Request message for ``Services.DeleteService``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/services/client.py b/google/cloud/appengine_admin_v1/services/services/client.py index 24562ea..2f8c08b 100644 --- a/google/cloud/appengine_admin_v1/services/services/client.py +++ b/google/cloud/appengine_admin_v1/services/services/client.py @@ -463,8 +463,7 @@ def sample_list_services(): Args: request (Union[google.cloud.appengine_admin_v1.types.ListServicesRequest, dict]): - The request object. Request message for - `Services.ListServices`. + The request object. Request message for ``Services.ListServices``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -555,8 +554,7 @@ def sample_get_service(): Args: request (Union[google.cloud.appengine_admin_v1.types.GetServiceRequest, dict]): - The request object. Request message for - `Services.GetService`. + The request object. Request message for ``Services.GetService``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -649,8 +647,7 @@ def sample_update_service(): Args: request (Union[google.cloud.appengine_admin_v1.types.UpdateServiceRequest, dict]): - The request object. Request message for - `Services.UpdateService`. + The request object. Request message for ``Services.UpdateService``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -751,8 +748,7 @@ def sample_delete_service(): Args: request (Union[google.cloud.appengine_admin_v1.types.DeleteServiceRequest, dict]): - The request object. Request message for - `Services.DeleteService`. + The request object. Request message for ``Services.DeleteService``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/versions/async_client.py b/google/cloud/appengine_admin_v1/services/versions/async_client.py index 8fb0116..1459f0e 100644 --- a/google/cloud/appengine_admin_v1/services/versions/async_client.py +++ b/google/cloud/appengine_admin_v1/services/versions/async_client.py @@ -250,8 +250,7 @@ async def sample_list_versions(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.ListVersionsRequest, dict]]): - The request object. Request message for - `Versions.ListVersions`. + The request object. Request message for ``Versions.ListVersions``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -342,8 +341,7 @@ async def sample_get_version(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.GetVersionRequest, dict]]): - The request object. Request message for - `Versions.GetVersion`. + The request object. Request message for ``Versions.GetVersion``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -426,8 +424,7 @@ async def sample_create_version(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.CreateVersionRequest, dict]]): - The request object. Request message for - `Versions.CreateVersion`. + The request object. Request message for ``Versions.CreateVersion``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -554,8 +551,7 @@ async def sample_update_version(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.UpdateVersionRequest, dict]]): - The request object. Request message for - `Versions.UpdateVersion`. + The request object. Request message for ``Versions.UpdateVersion``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -647,8 +643,7 @@ async def sample_delete_version(): Args: request (Optional[Union[google.cloud.appengine_admin_v1.types.DeleteVersionRequest, dict]]): - The request object. Request message for - `Versions.DeleteVersion`. + The request object. Request message for ``Versions.DeleteVersion``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/appengine_admin_v1/services/versions/client.py b/google/cloud/appengine_admin_v1/services/versions/client.py index 48d71ea..287d324 100644 --- a/google/cloud/appengine_admin_v1/services/versions/client.py +++ b/google/cloud/appengine_admin_v1/services/versions/client.py @@ -465,8 +465,7 @@ def sample_list_versions(): Args: request (Union[google.cloud.appengine_admin_v1.types.ListVersionsRequest, dict]): - The request object. Request message for - `Versions.ListVersions`. + The request object. Request message for ``Versions.ListVersions``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -558,8 +557,7 @@ def sample_get_version(): Args: request (Union[google.cloud.appengine_admin_v1.types.GetVersionRequest, dict]): - The request object. Request message for - `Versions.GetVersion`. + The request object. Request message for ``Versions.GetVersion``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -643,8 +641,7 @@ def sample_create_version(): Args: request (Union[google.cloud.appengine_admin_v1.types.CreateVersionRequest, dict]): - The request object. Request message for - `Versions.CreateVersion`. + The request object. Request message for ``Versions.CreateVersion``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -772,8 +769,7 @@ def sample_update_version(): Args: request (Union[google.cloud.appengine_admin_v1.types.UpdateVersionRequest, dict]): - The request object. Request message for - `Versions.UpdateVersion`. + The request object. Request message for ``Versions.UpdateVersion``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -866,8 +862,7 @@ def sample_delete_version(): Args: request (Union[google.cloud.appengine_admin_v1.types.DeleteVersionRequest, dict]): - The request object. Request message for - `Versions.DeleteVersion`. + The request object. Request message for ``Versions.DeleteVersion``. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/samples/generated_samples/snippet_metadata_google.appengine.v1.json b/samples/generated_samples/snippet_metadata_google.appengine.v1.json index ef36d09..fb8cbf5 100644 --- a/samples/generated_samples/snippet_metadata_google.appengine.v1.json +++ b/samples/generated_samples/snippet_metadata_google.appengine.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-appengine-admin", - "version": "1.9.0" + "version": "0.1.0" }, "snippets": [ { From bf6c9446998457676e3a24fefee08f607613c583 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 10:52:01 -0400 Subject: [PATCH 3/3] chore(main): release 1.9.1 (#231) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ google/cloud/appengine_admin/gapic_version.py | 2 +- google/cloud/appengine_admin_v1/gapic_version.py | 2 +- .../snippet_metadata_google.appengine.v1.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fcfdf7..2b6f978 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6011748..10f0a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.1](https://github.com/googleapis/python-appengine-admin/compare/v1.9.0...v1.9.1) (2023-03-23) + + +### Documentation + +* Fix formatting of request arg in docstring ([#230](https://github.com/googleapis/python-appengine-admin/issues/230)) ([7738bed](https://github.com/googleapis/python-appengine-admin/commit/7738bed39a867311611a57f7da9e2cd48d58f7c3)) + ## [1.9.0](https://github.com/googleapis/python-appengine-admin/compare/v1.8.1...v1.9.0) (2023-02-27) diff --git a/google/cloud/appengine_admin/gapic_version.py b/google/cloud/appengine_admin/gapic_version.py index 163d151..13f1b4a 100644 --- a/google/cloud/appengine_admin/gapic_version.py +++ b/google/cloud/appengine_admin/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.9.0" # {x-release-please-version} +__version__ = "1.9.1" # {x-release-please-version} diff --git a/google/cloud/appengine_admin_v1/gapic_version.py b/google/cloud/appengine_admin_v1/gapic_version.py index 163d151..13f1b4a 100644 --- a/google/cloud/appengine_admin_v1/gapic_version.py +++ b/google/cloud/appengine_admin_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.9.0" # {x-release-please-version} +__version__ = "1.9.1" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.appengine.v1.json b/samples/generated_samples/snippet_metadata_google.appengine.v1.json index fb8cbf5..0f3f3c0 100644 --- a/samples/generated_samples/snippet_metadata_google.appengine.v1.json +++ b/samples/generated_samples/snippet_metadata_google.appengine.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-appengine-admin", - "version": "0.1.0" + "version": "1.9.1" }, "snippets": [ {