From ec7daf89240ec26379845e18e6d9a895c1037e3c Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 09:34:40 -0700 Subject: [PATCH 1/7] chore: use gapic-generator-python 0.63.4 (#77) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: use gapic-generator-python 0.63.4 chore: fix snippet region tag format chore: fix docstring code block formatting PiperOrigin-RevId: 430730865 Source-Link: https://github.com/googleapis/googleapis/commit/ea5800229f73f94fd7204915a86ed09dcddf429a Source-Link: https://github.com/googleapis/googleapis-gen/commit/ca893ff8af25fc7fe001de1405a517d80446ecca Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: delete duplicates Co-authored-by: Owl Bot Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> --- .../cloud_shell_service/async_client.py | 10 ++--- .../services/cloud_shell_service/client.py | 15 +++---- ...oud_shell_service_add_public_key_async.py} | 4 +- ...loud_shell_service_add_public_key_sync.py} | 4 +- ...ll_service_authorize_environment_async.py} | 4 +- ...ell_service_authorize_environment_sync.py} | 4 +- ...ud_shell_service_get_environment_async.py} | 4 +- ...oud_shell_service_get_environment_sync.py} | 4 +- ..._shell_service_remove_public_key_async.py} | 4 +- ...d_shell_service_remove_public_key_sync.py} | 4 +- ..._shell_service_start_environment_async.py} | 4 +- ...d_shell_service_start_environment_sync.py} | 4 +- .../snippet_metadata_shell_v1.json | 40 +++++++++---------- 13 files changed, 50 insertions(+), 55 deletions(-) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_async.py => cloudshell_v1_generated_cloud_shell_service_add_public_key_async.py} (90%) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_sync.py => cloudshell_v1_generated_cloud_shell_service_add_public_key_sync.py} (90%) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_async.py => cloudshell_v1_generated_cloud_shell_service_authorize_environment_async.py} (89%) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_sync.py => cloudshell_v1_generated_cloud_shell_service_authorize_environment_sync.py} (89%) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_get_environment_async.py => cloudshell_v1_generated_cloud_shell_service_get_environment_async.py} (89%) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_get_environment_sync.py => cloudshell_v1_generated_cloud_shell_service_get_environment_sync.py} (89%) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_async.py => cloudshell_v1_generated_cloud_shell_service_remove_public_key_async.py} (89%) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_sync.py => cloudshell_v1_generated_cloud_shell_service_remove_public_key_sync.py} (89%) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_start_environment_async.py => cloudshell_v1_generated_cloud_shell_service_start_environment_async.py} (89%) rename samples/generated_samples/{cloudshell_generated_shell_v1_cloud_shell_service_start_environment_sync.py => cloudshell_v1_generated_cloud_shell_service_start_environment_sync.py} (89%) diff --git a/google/cloud/shell_v1/services/cloud_shell_service/async_client.py b/google/cloud/shell_v1/services/cloud_shell_service/async_client.py index 54c54e7..e6f2329 100644 --- a/google/cloud/shell_v1/services/cloud_shell_service/async_client.py +++ b/google/cloud/shell_v1/services/cloud_shell_service/async_client.py @@ -226,7 +226,7 @@ async def get_environment( not exist. - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 @@ -339,7 +339,7 @@ async def start_environment( StartEnvironmentResponse in its response field. - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 @@ -426,7 +426,7 @@ async def authorize_environment( authenticate. - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 @@ -511,7 +511,7 @@ async def add_public_key( error with ALREADY_EXISTS. - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 @@ -598,7 +598,7 @@ async def remove_public_key( present, this will error with NOT_FOUND. - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 diff --git a/google/cloud/shell_v1/services/cloud_shell_service/client.py b/google/cloud/shell_v1/services/cloud_shell_service/client.py index 6fd6eaa..66c6234 100644 --- a/google/cloud/shell_v1/services/cloud_shell_service/client.py +++ b/google/cloud/shell_v1/services/cloud_shell_service/client.py @@ -420,8 +420,7 @@ def get_environment( not exist. - - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 @@ -525,8 +524,7 @@ def start_environment( StartEnvironmentResponse in its response field. - - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 @@ -614,8 +612,7 @@ def authorize_environment( authenticate. - - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 @@ -701,8 +698,7 @@ def add_public_key( error with ALREADY_EXISTS. - - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 @@ -790,8 +786,7 @@ def remove_public_key( present, this will error with NOT_FOUND. - - .. code-block:: + .. code-block:: python from google.cloud import shell_v1 diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_async.py similarity index 90% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_async.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_async.py index d406ada..c44e08d 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_AddPublicKey_async] +# [START cloudshell_v1_generated_CloudShellService_AddPublicKey_async] from google.cloud import shell_v1 @@ -45,4 +45,4 @@ async def sample_add_public_key(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_AddPublicKey_async] +# [END cloudshell_v1_generated_CloudShellService_AddPublicKey_async] diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_sync.py similarity index 90% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_sync.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_sync.py index fb1f870..c6858b8 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_AddPublicKey_sync] +# [START cloudshell_v1_generated_CloudShellService_AddPublicKey_sync] from google.cloud import shell_v1 @@ -45,4 +45,4 @@ def sample_add_public_key(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_AddPublicKey_sync] +# [END cloudshell_v1_generated_CloudShellService_AddPublicKey_sync] diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_async.py similarity index 89% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_async.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_async.py index 44461ab..f7b9175 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_AuthorizeEnvironment_async] +# [START cloudshell_v1_generated_CloudShellService_AuthorizeEnvironment_async] from google.cloud import shell_v1 @@ -45,4 +45,4 @@ async def sample_authorize_environment(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_AuthorizeEnvironment_async] +# [END cloudshell_v1_generated_CloudShellService_AuthorizeEnvironment_async] diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_sync.py similarity index 89% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_sync.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_sync.py index c19bfde..7c91849 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_AuthorizeEnvironment_sync] +# [START cloudshell_v1_generated_CloudShellService_AuthorizeEnvironment_sync] from google.cloud import shell_v1 @@ -45,4 +45,4 @@ def sample_authorize_environment(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_AuthorizeEnvironment_sync] +# [END cloudshell_v1_generated_CloudShellService_AuthorizeEnvironment_sync] diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_get_environment_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_async.py similarity index 89% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_get_environment_async.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_async.py index e78411d..482b2c9 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_get_environment_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_GetEnvironment_async] +# [START cloudshell_v1_generated_CloudShellService_GetEnvironment_async] from google.cloud import shell_v1 @@ -42,4 +42,4 @@ async def sample_get_environment(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_GetEnvironment_async] +# [END cloudshell_v1_generated_CloudShellService_GetEnvironment_async] diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_get_environment_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_sync.py similarity index 89% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_get_environment_sync.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_sync.py index 3985550..e5e701d 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_get_environment_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_GetEnvironment_sync] +# [START cloudshell_v1_generated_CloudShellService_GetEnvironment_sync] from google.cloud import shell_v1 @@ -42,4 +42,4 @@ def sample_get_environment(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_GetEnvironment_sync] +# [END cloudshell_v1_generated_CloudShellService_GetEnvironment_sync] diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_async.py similarity index 89% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_async.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_async.py index abf5979..37be3ed 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_RemovePublicKey_async] +# [START cloudshell_v1_generated_CloudShellService_RemovePublicKey_async] from google.cloud import shell_v1 @@ -45,4 +45,4 @@ async def sample_remove_public_key(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_RemovePublicKey_async] +# [END cloudshell_v1_generated_CloudShellService_RemovePublicKey_async] diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_sync.py similarity index 89% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_sync.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_sync.py index 7f1541b..0178941 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_RemovePublicKey_sync] +# [START cloudshell_v1_generated_CloudShellService_RemovePublicKey_sync] from google.cloud import shell_v1 @@ -45,4 +45,4 @@ def sample_remove_public_key(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_RemovePublicKey_sync] +# [END cloudshell_v1_generated_CloudShellService_RemovePublicKey_sync] diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_start_environment_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_async.py similarity index 89% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_start_environment_async.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_async.py index 84bb50d..c8eb2f9 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_start_environment_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_StartEnvironment_async] +# [START cloudshell_v1_generated_CloudShellService_StartEnvironment_async] from google.cloud import shell_v1 @@ -45,4 +45,4 @@ async def sample_start_environment(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_StartEnvironment_async] +# [END cloudshell_v1_generated_CloudShellService_StartEnvironment_async] diff --git a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_start_environment_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_sync.py similarity index 89% rename from samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_start_environment_sync.py rename to samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_sync.py index b3a29f4..653633c 100644 --- a/samples/generated_samples/cloudshell_generated_shell_v1_cloud_shell_service_start_environment_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-shell -# [START cloudshell_generated_shell_v1_CloudShellService_StartEnvironment_sync] +# [START cloudshell_v1_generated_CloudShellService_StartEnvironment_sync] from google.cloud import shell_v1 @@ -45,4 +45,4 @@ def sample_start_environment(): # Handle the response print(response) -# [END cloudshell_generated_shell_v1_CloudShellService_StartEnvironment_sync] +# [END cloudshell_v1_generated_CloudShellService_StartEnvironment_sync] diff --git a/samples/generated_samples/snippet_metadata_shell_v1.json b/samples/generated_samples/snippet_metadata_shell_v1.json index 46a9138..c62e83b 100644 --- a/samples/generated_samples/snippet_metadata_shell_v1.json +++ b/samples/generated_samples/snippet_metadata_shell_v1.json @@ -10,8 +10,8 @@ "shortName": "AddPublicKey" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_async.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_AddPublicKey_async", + "file": "cloudshell_v1_generated_cloud_shell_service_add_public_key_async.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_AddPublicKey_async", "segments": [ { "end": 47, @@ -54,8 +54,8 @@ "shortName": "AddPublicKey" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_add_public_key_sync.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_AddPublicKey_sync", + "file": "cloudshell_v1_generated_cloud_shell_service_add_public_key_sync.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_AddPublicKey_sync", "segments": [ { "end": 47, @@ -99,8 +99,8 @@ "shortName": "AuthorizeEnvironment" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_async.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_AuthorizeEnvironment_async", + "file": "cloudshell_v1_generated_cloud_shell_service_authorize_environment_async.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_AuthorizeEnvironment_async", "segments": [ { "end": 47, @@ -143,8 +143,8 @@ "shortName": "AuthorizeEnvironment" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_authorize_environment_sync.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_AuthorizeEnvironment_sync", + "file": "cloudshell_v1_generated_cloud_shell_service_authorize_environment_sync.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_AuthorizeEnvironment_sync", "segments": [ { "end": 47, @@ -188,8 +188,8 @@ "shortName": "GetEnvironment" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_get_environment_async.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_GetEnvironment_async", + "file": "cloudshell_v1_generated_cloud_shell_service_get_environment_async.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_GetEnvironment_async", "segments": [ { "end": 44, @@ -232,8 +232,8 @@ "shortName": "GetEnvironment" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_get_environment_sync.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_GetEnvironment_sync", + "file": "cloudshell_v1_generated_cloud_shell_service_get_environment_sync.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_GetEnvironment_sync", "segments": [ { "end": 44, @@ -277,8 +277,8 @@ "shortName": "RemovePublicKey" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_async.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_RemovePublicKey_async", + "file": "cloudshell_v1_generated_cloud_shell_service_remove_public_key_async.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_RemovePublicKey_async", "segments": [ { "end": 47, @@ -321,8 +321,8 @@ "shortName": "RemovePublicKey" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_remove_public_key_sync.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_RemovePublicKey_sync", + "file": "cloudshell_v1_generated_cloud_shell_service_remove_public_key_sync.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_RemovePublicKey_sync", "segments": [ { "end": 47, @@ -366,8 +366,8 @@ "shortName": "StartEnvironment" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_start_environment_async.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_StartEnvironment_async", + "file": "cloudshell_v1_generated_cloud_shell_service_start_environment_async.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_StartEnvironment_async", "segments": [ { "end": 47, @@ -410,8 +410,8 @@ "shortName": "StartEnvironment" } }, - "file": "cloudshell_generated_shell_v1_cloud_shell_service_start_environment_sync.py", - "regionTag": "cloudshell_generated_shell_v1_CloudShellService_StartEnvironment_sync", + "file": "cloudshell_v1_generated_cloud_shell_service_start_environment_sync.py", + "regionTag": "cloudshell_v1_generated_CloudShellService_StartEnvironment_sync", "segments": [ { "end": 47, From 9e0cadea989ebbd73c4352c9f1b58c5d959743c5 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 05:47:26 -0500 Subject: [PATCH 2/7] chore: update copyright year to 2022 (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update copyright year to 2022 PiperOrigin-RevId: 431037888 Source-Link: https://github.com/googleapis/googleapis/commit/b3397f5febbf21dfc69b875ddabaf76bee765058 Source-Link: https://github.com/googleapis/googleapis-gen/commit/510b54e1cdefd53173984df16645081308fe897e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTEwYjU0ZTFjZGVmZDUzMTczOTg0ZGYxNjY0NTA4MTMwOGZlODk3ZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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 --- google/cloud/shell/__init__.py | 2 +- google/cloud/shell_v1/__init__.py | 2 +- google/cloud/shell_v1/services/__init__.py | 2 +- google/cloud/shell_v1/services/cloud_shell_service/__init__.py | 2 +- .../cloud/shell_v1/services/cloud_shell_service/async_client.py | 2 +- google/cloud/shell_v1/services/cloud_shell_service/client.py | 2 +- .../services/cloud_shell_service/transports/__init__.py | 2 +- .../shell_v1/services/cloud_shell_service/transports/base.py | 2 +- .../shell_v1/services/cloud_shell_service/transports/grpc.py | 2 +- .../services/cloud_shell_service/transports/grpc_asyncio.py | 2 +- google/cloud/shell_v1/types/__init__.py | 2 +- google/cloud/shell_v1/types/cloudshell.py | 2 +- ...ell_v1_generated_cloud_shell_service_add_public_key_async.py | 2 +- ...hell_v1_generated_cloud_shell_service_add_public_key_sync.py | 2 +- ...generated_cloud_shell_service_authorize_environment_async.py | 2 +- ..._generated_cloud_shell_service_authorize_environment_sync.py | 2 +- ...ll_v1_generated_cloud_shell_service_get_environment_async.py | 2 +- ...ell_v1_generated_cloud_shell_service_get_environment_sync.py | 2 +- ..._v1_generated_cloud_shell_service_remove_public_key_async.py | 2 +- ...l_v1_generated_cloud_shell_service_remove_public_key_sync.py | 2 +- ..._v1_generated_cloud_shell_service_start_environment_async.py | 2 +- ...l_v1_generated_cloud_shell_service_start_environment_sync.py | 2 +- scripts/fixup_shell_v1_keywords.py | 2 +- tests/__init__.py | 2 +- tests/unit/__init__.py | 2 +- tests/unit/gapic/__init__.py | 2 +- tests/unit/gapic/shell_v1/__init__.py | 2 +- tests/unit/gapic/shell_v1/test_cloud_shell_service.py | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/google/cloud/shell/__init__.py b/google/cloud/shell/__init__.py index e4b5ca5..0e583cc 100644 --- a/google/cloud/shell/__init__.py +++ b/google/cloud/shell/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/__init__.py b/google/cloud/shell_v1/__init__.py index 474f066..90405ad 100644 --- a/google/cloud/shell_v1/__init__.py +++ b/google/cloud/shell_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/services/__init__.py b/google/cloud/shell_v1/services/__init__.py index 4de6597..e8e1c38 100644 --- a/google/cloud/shell_v1/services/__init__.py +++ b/google/cloud/shell_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/services/cloud_shell_service/__init__.py b/google/cloud/shell_v1/services/cloud_shell_service/__init__.py index bc59063..d08cd0a 100644 --- a/google/cloud/shell_v1/services/cloud_shell_service/__init__.py +++ b/google/cloud/shell_v1/services/cloud_shell_service/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/services/cloud_shell_service/async_client.py b/google/cloud/shell_v1/services/cloud_shell_service/async_client.py index e6f2329..3fddf3b 100644 --- a/google/cloud/shell_v1/services/cloud_shell_service/async_client.py +++ b/google/cloud/shell_v1/services/cloud_shell_service/async_client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/services/cloud_shell_service/client.py b/google/cloud/shell_v1/services/cloud_shell_service/client.py index 66c6234..0d28657 100644 --- a/google/cloud/shell_v1/services/cloud_shell_service/client.py +++ b/google/cloud/shell_v1/services/cloud_shell_service/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/services/cloud_shell_service/transports/__init__.py b/google/cloud/shell_v1/services/cloud_shell_service/transports/__init__.py index 4413200..2c11e4b 100644 --- a/google/cloud/shell_v1/services/cloud_shell_service/transports/__init__.py +++ b/google/cloud/shell_v1/services/cloud_shell_service/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/services/cloud_shell_service/transports/base.py b/google/cloud/shell_v1/services/cloud_shell_service/transports/base.py index fece65e..9952e10 100644 --- a/google/cloud/shell_v1/services/cloud_shell_service/transports/base.py +++ b/google/cloud/shell_v1/services/cloud_shell_service/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/services/cloud_shell_service/transports/grpc.py b/google/cloud/shell_v1/services/cloud_shell_service/transports/grpc.py index e6b7162..5a09b82 100644 --- a/google/cloud/shell_v1/services/cloud_shell_service/transports/grpc.py +++ b/google/cloud/shell_v1/services/cloud_shell_service/transports/grpc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/services/cloud_shell_service/transports/grpc_asyncio.py b/google/cloud/shell_v1/services/cloud_shell_service/transports/grpc_asyncio.py index 91170ec..e7b3279 100644 --- a/google/cloud/shell_v1/services/cloud_shell_service/transports/grpc_asyncio.py +++ b/google/cloud/shell_v1/services/cloud_shell_service/transports/grpc_asyncio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/types/__init__.py b/google/cloud/shell_v1/types/__init__.py index ac7faf9..6ceadcc 100644 --- a/google/cloud/shell_v1/types/__init__.py +++ b/google/cloud/shell_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/shell_v1/types/cloudshell.py b/google/cloud/shell_v1/types/cloudshell.py index 1149a24..8e6662b 100644 --- a/google/cloud/shell_v1/types/cloudshell.py +++ b/google/cloud/shell_v1/types/cloudshell.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_async.py index c44e08d..71c6f61 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_sync.py index c6858b8..976bb94 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_add_public_key_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_async.py index f7b9175..0fb03e9 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_sync.py index 7c91849..0c0e322 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_authorize_environment_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_async.py index 482b2c9..22d7a1e 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_sync.py index e5e701d..a850dc4 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_get_environment_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_async.py index 37be3ed..b198165 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_sync.py index 0178941..036bba5 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_remove_public_key_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_async.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_async.py index c8eb2f9..d20a7e2 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_async.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_sync.py b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_sync.py index 653633c..773e46d 100644 --- a/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_sync.py +++ b/samples/generated_samples/cloudshell_v1_generated_cloud_shell_service_start_environment_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/fixup_shell_v1_keywords.py b/scripts/fixup_shell_v1_keywords.py index b5196e2..2b39908 100644 --- a/scripts/fixup_shell_v1_keywords.py +++ b/scripts/fixup_shell_v1_keywords.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/__init__.py b/tests/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/__init__.py b/tests/unit/gapic/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/unit/gapic/__init__.py +++ b/tests/unit/gapic/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/shell_v1/__init__.py b/tests/unit/gapic/shell_v1/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/unit/gapic/shell_v1/__init__.py +++ b/tests/unit/gapic/shell_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/shell_v1/test_cloud_shell_service.py b/tests/unit/gapic/shell_v1/test_cloud_shell_service.py index f857410..d7f5537 100644 --- a/tests/unit/gapic/shell_v1/test_cloud_shell_service.py +++ b/tests/unit/gapic/shell_v1/test_cloud_shell_service.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From 4c04a4743962c9eb300b424eb4a1e1d57a8ccdbf Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 14:56:12 +0000 Subject: [PATCH 3/7] chore(deps): update actions/setup-python action to v3 (#80) Source-Link: https://github.com/googleapis/synthtool/commit/571ee2c3b26182429eddcf115122ee545d7d3787 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67 --- .github/.OwlBot.lock.yaml | 3 +-- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/unittest.yml | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index b668c04..d9a55fa 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:ed1f9983d5a935a89fe8085e8bb97d94e41015252c5b6c9771257cf8624367e6 - + digest: sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f7b8344..cca4e98 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install nox @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install nox diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1e8b05c..f687324 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install nox diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 074ee25..d3003e0 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python }} - name: Install nox @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install coverage From aa25ef7a4a1c172e4986b3a91dffdcc965f3e7e3 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 19:26:31 -0500 Subject: [PATCH 4/7] chore(deps): update actions/checkout action to v3 (#82) Source-Link: https://github.com/googleapis/synthtool/commit/ca879097772aeec2cbb971c3cea8ecc81522b68a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392 Co-authored-by: Owl Bot --- .github/.OwlBot.lock.yaml | 2 +- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/unittest.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index d9a55fa..480226a 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:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67 + digest: sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cca4e98..b46d730 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f687324..f512a49 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index d3003e0..e87fe5b 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -11,7 +11,7 @@ jobs: python: ['3.6', '3.7', '3.8', '3.9', '3.10'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: @@ -37,7 +37,7 @@ jobs: - unit steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: From b3271c5f07fc1326a614ab8fb365cc9b7c46c897 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 4 Mar 2022 11:13:50 -0500 Subject: [PATCH 5/7] fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#85) --- setup.py | 2 +- testing/constraints-3.6.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 41e426e..ece934b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ # NOTE: Maintainers, please do not require google-api-core>=2.x.x # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 - "google-api-core[grpc] >= 1.28.0, <3.0.0dev", + "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", "proto-plus >= 1.15.0", ] diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index aff6bee..b666ca6 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -5,5 +5,5 @@ # # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 -google-api-core==1.28.0 +google-api-core==1.31.5 proto-plus==1.15.0 From 4b3cf1cfa249630df93414ce8d003db3cbc4a501 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 00:40:31 +0000 Subject: [PATCH 6/7] chore(deps): update actions/download-artifact action to v3 (#87) Source-Link: https://github.com/googleapis/synthtool/commit/38e11ad1104dcc1e63b52691ddf2fe4015d06955 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4e1991042fe54b991db9ca17c8fb386e61b22fe4d1472a568bf0fcac85dcf5d3 --- .github/.OwlBot.lock.yaml | 2 +- .github/workflows/unittest.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 480226a..44c78f7 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:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392 + digest: sha256:4e1991042fe54b991db9ca17c8fb386e61b22fe4d1472a568bf0fcac85dcf5d3 diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index e87fe5b..e5be6ed 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -26,7 +26,7 @@ jobs: run: | nox -s unit-${{ matrix.python }} - name: Upload coverage results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: coverage-artifacts path: .coverage-${{ matrix.python }} @@ -47,7 +47,7 @@ jobs: python -m pip install --upgrade setuptools pip wheel python -m pip install coverage - name: Download coverage results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: coverage-artifacts path: .coverage-results/ From 695539ca6cce01dc427f1c0f1bc2c24162c2cda5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 11:42:28 -0500 Subject: [PATCH 7/7] chore(main): release 1.3.2 (#86) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e492309..15b320a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.3.2](https://github.com/googleapis/python-shell/compare/v1.3.1...v1.3.2) (2022-03-05) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#85](https://github.com/googleapis/python-shell/issues/85)) ([b3271c5](https://github.com/googleapis/python-shell/commit/b3271c5f07fc1326a614ab8fb365cc9b7c46c897)) + ### [1.3.1](https://github.com/googleapis/python-shell/compare/v1.3.0...v1.3.1) (2022-02-11) diff --git a/setup.py b/setup.py index ece934b..048ed98 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-shell" description = "Cloud Shell API client library" -version = "1.3.1" +version = "1.3.2" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-shell" dependencies = [