From 5b01da6958d98e107309f1907124cfb9f2877434 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 10:22:53 -0500 Subject: [PATCH 1/7] chore: use gapic-generator-python 0.63.4 (#40) 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 * add classifier for python 3.10 * remove redundant samples Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- .../migration_service/async_client.py | 14 ++--- .../services/migration_service/client.py | 21 +++---- ...ervice_create_migration_workflow_async.py} | 4 +- ...service_create_migration_workflow_sync.py} | 4 +- ...ervice_delete_migration_workflow_async.py} | 4 +- ...service_delete_migration_workflow_sync.py} | 4 +- ...on_service_get_migration_subtask_async.py} | 4 +- ...ion_service_get_migration_subtask_sync.py} | 4 +- ...n_service_get_migration_workflow_async.py} | 4 +- ...on_service_get_migration_workflow_sync.py} | 4 +- ..._service_list_migration_subtasks_async.py} | 4 +- ...n_service_list_migration_subtasks_sync.py} | 4 +- ...service_list_migration_workflows_async.py} | 4 +- ..._service_list_migration_workflows_sync.py} | 4 +- ...service_start_migration_workflow_async.py} | 4 +- ..._service_start_migration_workflow_sync.py} | 4 +- ...t_metadata_bigquery migration_v2alpha.json | 56 +++++++++---------- setup.py | 2 + 18 files changed, 72 insertions(+), 77 deletions(-) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_async.py => bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_async.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_sync.py => bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_sync.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_async.py => bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_async.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_sync.py => bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_sync.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_async.py => bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_async.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_sync.py => bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_sync.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_async.py => bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_async.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_sync.py => bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_sync.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_async.py => bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_async.py} (87%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_sync.py => bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_sync.py} (87%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_async.py => bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_async.py} (87%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_sync.py => bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_sync.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_async.py => bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_async.py} (86%) rename samples/generated_samples/{bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_sync.py => bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_sync.py} (86%) diff --git a/google/cloud/bigquery_migration_v2alpha/services/migration_service/async_client.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/async_client.py index c7e8bc2..356ce10 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/async_client.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_service/async_client.py @@ -227,7 +227,7 @@ async def create_migration_workflow( ) -> migration_entities.MigrationWorkflow: r"""Creates a migration workflow. - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -328,7 +328,7 @@ async def get_migration_workflow( ) -> migration_entities.MigrationWorkflow: r"""Gets a previously created migration workflow. - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -429,7 +429,7 @@ async def list_migration_workflows( ) -> pagers.ListMigrationWorkflowsAsyncPager: r"""Lists previously created migration workflow. - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -538,7 +538,7 @@ async def delete_migration_workflow( ) -> None: r"""Deletes a migration workflow by name. - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -624,7 +624,7 @@ async def start_migration_workflow( RUNNING. - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -714,7 +714,7 @@ async def get_migration_subtask( ) -> migration_entities.MigrationSubtask: r"""Gets a previously created migration subtask. - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -818,7 +818,7 @@ async def list_migration_subtasks( ) -> pagers.ListMigrationSubtasksAsyncPager: r"""Lists previously created migration subtasks. - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha diff --git a/google/cloud/bigquery_migration_v2alpha/services/migration_service/client.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/client.py index 69285a5..5fdad50 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/client.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_service/client.py @@ -434,8 +434,7 @@ def create_migration_workflow( ) -> migration_entities.MigrationWorkflow: r"""Creates a migration workflow. - - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -538,8 +537,7 @@ def get_migration_workflow( ) -> migration_entities.MigrationWorkflow: r"""Gets a previously created migration workflow. - - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -631,8 +629,7 @@ def list_migration_workflows( ) -> pagers.ListMigrationWorkflowsPager: r"""Lists previously created migration workflow. - - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -732,8 +729,7 @@ def delete_migration_workflow( ) -> None: r"""Deletes a migration workflow by name. - - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -821,8 +817,7 @@ def start_migration_workflow( RUNNING. - - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -903,8 +898,7 @@ def get_migration_subtask( ) -> migration_entities.MigrationSubtask: r"""Gets a previously created migration subtask. - - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha @@ -999,8 +993,7 @@ def list_migration_subtasks( ) -> pagers.ListMigrationSubtasksPager: r"""Lists previously created migration subtasks. - - .. code-block:: + .. code-block:: python from google.cloud import bigquery_migration_v2alpha diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_async.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_async.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_async.py index 16c630e..cf8d479 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_CreateMigrationWorkflow_async] +# [START bigquerymigration_v2alpha_generated_MigrationService_CreateMigrationWorkflow_async] from google.cloud import bigquery_migration_v2alpha @@ -42,4 +42,4 @@ async def sample_create_migration_workflow(): # Handle the response print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_CreateMigrationWorkflow_async] +# [END bigquerymigration_v2alpha_generated_MigrationService_CreateMigrationWorkflow_async] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_sync.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_sync.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_sync.py index 830b1bc..61fe99c 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_CreateMigrationWorkflow_sync] +# [START bigquerymigration_v2alpha_generated_MigrationService_CreateMigrationWorkflow_sync] from google.cloud import bigquery_migration_v2alpha @@ -42,4 +42,4 @@ def sample_create_migration_workflow(): # Handle the response print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_CreateMigrationWorkflow_sync] +# [END bigquerymigration_v2alpha_generated_MigrationService_CreateMigrationWorkflow_sync] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_async.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_async.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_async.py index 72f05df..8076511 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_DeleteMigrationWorkflow_async] +# [START bigquerymigration_v2alpha_generated_MigrationService_DeleteMigrationWorkflow_async] from google.cloud import bigquery_migration_v2alpha @@ -40,4 +40,4 @@ async def sample_delete_migration_workflow(): await client.delete_migration_workflow(request=request) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_DeleteMigrationWorkflow_async] +# [END bigquerymigration_v2alpha_generated_MigrationService_DeleteMigrationWorkflow_async] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_sync.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_sync.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_sync.py index 083b647..ed3e76f 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_DeleteMigrationWorkflow_sync] +# [START bigquerymigration_v2alpha_generated_MigrationService_DeleteMigrationWorkflow_sync] from google.cloud import bigquery_migration_v2alpha @@ -40,4 +40,4 @@ def sample_delete_migration_workflow(): client.delete_migration_workflow(request=request) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_DeleteMigrationWorkflow_sync] +# [END bigquerymigration_v2alpha_generated_MigrationService_DeleteMigrationWorkflow_sync] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_async.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_async.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_async.py index ce4065e..707b73b 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationSubtask_async] +# [START bigquerymigration_v2alpha_generated_MigrationService_GetMigrationSubtask_async] from google.cloud import bigquery_migration_v2alpha @@ -42,4 +42,4 @@ async def sample_get_migration_subtask(): # Handle the response print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationSubtask_async] +# [END bigquerymigration_v2alpha_generated_MigrationService_GetMigrationSubtask_async] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_sync.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_sync.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_sync.py index d98a29f..2a5ca17 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationSubtask_sync] +# [START bigquerymigration_v2alpha_generated_MigrationService_GetMigrationSubtask_sync] from google.cloud import bigquery_migration_v2alpha @@ -42,4 +42,4 @@ def sample_get_migration_subtask(): # Handle the response print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationSubtask_sync] +# [END bigquerymigration_v2alpha_generated_MigrationService_GetMigrationSubtask_sync] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_async.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_async.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_async.py index edad29e..396b816 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationWorkflow_async] +# [START bigquerymigration_v2alpha_generated_MigrationService_GetMigrationWorkflow_async] from google.cloud import bigquery_migration_v2alpha @@ -42,4 +42,4 @@ async def sample_get_migration_workflow(): # Handle the response print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationWorkflow_async] +# [END bigquerymigration_v2alpha_generated_MigrationService_GetMigrationWorkflow_async] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_sync.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_sync.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_sync.py index 12359ca..32803b9 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationWorkflow_sync] +# [START bigquerymigration_v2alpha_generated_MigrationService_GetMigrationWorkflow_sync] from google.cloud import bigquery_migration_v2alpha @@ -42,4 +42,4 @@ def sample_get_migration_workflow(): # Handle the response print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationWorkflow_sync] +# [END bigquerymigration_v2alpha_generated_MigrationService_GetMigrationWorkflow_sync] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_async.py similarity index 87% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_async.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_async.py index c382d66..be8ecd0 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationSubtasks_async] +# [START bigquerymigration_v2alpha_generated_MigrationService_ListMigrationSubtasks_async] from google.cloud import bigquery_migration_v2alpha @@ -43,4 +43,4 @@ async def sample_list_migration_subtasks(): async for response in page_result: print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationSubtasks_async] +# [END bigquerymigration_v2alpha_generated_MigrationService_ListMigrationSubtasks_async] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_sync.py similarity index 87% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_sync.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_sync.py index 33159a3..e3ac9c9 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationSubtasks_sync] +# [START bigquerymigration_v2alpha_generated_MigrationService_ListMigrationSubtasks_sync] from google.cloud import bigquery_migration_v2alpha @@ -43,4 +43,4 @@ def sample_list_migration_subtasks(): for response in page_result: print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationSubtasks_sync] +# [END bigquerymigration_v2alpha_generated_MigrationService_ListMigrationSubtasks_sync] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_async.py similarity index 87% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_async.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_async.py index 5dcde4a..94b2170 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationWorkflows_async] +# [START bigquerymigration_v2alpha_generated_MigrationService_ListMigrationWorkflows_async] from google.cloud import bigquery_migration_v2alpha @@ -43,4 +43,4 @@ async def sample_list_migration_workflows(): async for response in page_result: print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationWorkflows_async] +# [END bigquerymigration_v2alpha_generated_MigrationService_ListMigrationWorkflows_async] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_sync.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_sync.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_sync.py index 2b84f35..92e69d1 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationWorkflows_sync] +# [START bigquerymigration_v2alpha_generated_MigrationService_ListMigrationWorkflows_sync] from google.cloud import bigquery_migration_v2alpha @@ -43,4 +43,4 @@ def sample_list_migration_workflows(): for response in page_result: print(response) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationWorkflows_sync] +# [END bigquerymigration_v2alpha_generated_MigrationService_ListMigrationWorkflows_sync] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_async.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_async.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_async.py index 5e2bd8b..8ef3677 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_StartMigrationWorkflow_async] +# [START bigquerymigration_v2alpha_generated_MigrationService_StartMigrationWorkflow_async] from google.cloud import bigquery_migration_v2alpha @@ -40,4 +40,4 @@ async def sample_start_migration_workflow(): await client.start_migration_workflow(request=request) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_StartMigrationWorkflow_async] +# [END bigquerymigration_v2alpha_generated_MigrationService_StartMigrationWorkflow_async] diff --git a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_sync.py similarity index 86% rename from samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_sync.py rename to samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_sync.py index f96ef9a..fb65ca4 100644 --- a/samples/generated_samples/bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-bigquery-migration -# [START bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_StartMigrationWorkflow_sync] +# [START bigquerymigration_v2alpha_generated_MigrationService_StartMigrationWorkflow_sync] from google.cloud import bigquery_migration_v2alpha @@ -40,4 +40,4 @@ def sample_start_migration_workflow(): client.start_migration_workflow(request=request) -# [END bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_StartMigrationWorkflow_sync] +# [END bigquerymigration_v2alpha_generated_MigrationService_StartMigrationWorkflow_sync] diff --git a/samples/generated_samples/snippet_metadata_bigquery migration_v2alpha.json b/samples/generated_samples/snippet_metadata_bigquery migration_v2alpha.json index e6c33b0..17dae71 100644 --- a/samples/generated_samples/snippet_metadata_bigquery migration_v2alpha.json +++ b/samples/generated_samples/snippet_metadata_bigquery migration_v2alpha.json @@ -10,8 +10,8 @@ "shortName": "CreateMigrationWorkflow" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_async.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_CreateMigrationWorkflow_async", + "file": "bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_async.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_CreateMigrationWorkflow_async", "segments": [ { "end": 44, @@ -54,8 +54,8 @@ "shortName": "CreateMigrationWorkflow" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_create_migration_workflow_sync.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_CreateMigrationWorkflow_sync", + "file": "bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_sync.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_CreateMigrationWorkflow_sync", "segments": [ { "end": 44, @@ -99,8 +99,8 @@ "shortName": "DeleteMigrationWorkflow" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_async.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_DeleteMigrationWorkflow_async", + "file": "bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_async.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_DeleteMigrationWorkflow_async", "segments": [ { "end": 42, @@ -141,8 +141,8 @@ "shortName": "DeleteMigrationWorkflow" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_delete_migration_workflow_sync.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_DeleteMigrationWorkflow_sync", + "file": "bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_sync.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_DeleteMigrationWorkflow_sync", "segments": [ { "end": 42, @@ -184,8 +184,8 @@ "shortName": "GetMigrationSubtask" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_async.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationSubtask_async", + "file": "bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_async.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_GetMigrationSubtask_async", "segments": [ { "end": 44, @@ -228,8 +228,8 @@ "shortName": "GetMigrationSubtask" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_subtask_sync.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationSubtask_sync", + "file": "bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_sync.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_GetMigrationSubtask_sync", "segments": [ { "end": 44, @@ -273,8 +273,8 @@ "shortName": "GetMigrationWorkflow" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_async.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationWorkflow_async", + "file": "bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_async.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_GetMigrationWorkflow_async", "segments": [ { "end": 44, @@ -317,8 +317,8 @@ "shortName": "GetMigrationWorkflow" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_get_migration_workflow_sync.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_GetMigrationWorkflow_sync", + "file": "bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_sync.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_GetMigrationWorkflow_sync", "segments": [ { "end": 44, @@ -362,8 +362,8 @@ "shortName": "ListMigrationSubtasks" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_async.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationSubtasks_async", + "file": "bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_async.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_ListMigrationSubtasks_async", "segments": [ { "end": 45, @@ -406,8 +406,8 @@ "shortName": "ListMigrationSubtasks" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_subtasks_sync.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationSubtasks_sync", + "file": "bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_sync.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_ListMigrationSubtasks_sync", "segments": [ { "end": 45, @@ -451,8 +451,8 @@ "shortName": "ListMigrationWorkflows" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_async.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationWorkflows_async", + "file": "bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_async.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_ListMigrationWorkflows_async", "segments": [ { "end": 45, @@ -495,8 +495,8 @@ "shortName": "ListMigrationWorkflows" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_list_migration_workflows_sync.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_ListMigrationWorkflows_sync", + "file": "bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_sync.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_ListMigrationWorkflows_sync", "segments": [ { "end": 45, @@ -540,8 +540,8 @@ "shortName": "StartMigrationWorkflow" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_async.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_StartMigrationWorkflow_async", + "file": "bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_async.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_StartMigrationWorkflow_async", "segments": [ { "end": 42, @@ -582,8 +582,8 @@ "shortName": "StartMigrationWorkflow" } }, - "file": "bigquerymigration_generated_bigquery_migration_v2alpha_migration_service_start_migration_workflow_sync.py", - "regionTag": "bigquerymigration_generated_bigquery_migration_v2alpha_MigrationService_StartMigrationWorkflow_sync", + "file": "bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_sync.py", + "regionTag": "bigquerymigration_v2alpha_generated_MigrationService_StartMigrationWorkflow_sync", "segments": [ { "end": 42, diff --git a/setup.py b/setup.py index d3c37b6..4505b61 100644 --- a/setup.py +++ b/setup.py @@ -46,10 +46,12 @@ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Operating System :: OS Independent", + "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", ], From e24c89e1d6ccb7e86c2d90242556277b7a6c699c 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:39:23 -0500 Subject: [PATCH 2/7] chore: update copyright year to 2022 (#41) 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/bigquery_migration/__init__.py | 2 +- google/cloud/bigquery_migration_v2alpha/__init__.py | 2 +- google/cloud/bigquery_migration_v2alpha/services/__init__.py | 2 +- .../services/migration_service/__init__.py | 2 +- .../services/migration_service/async_client.py | 2 +- .../services/migration_service/client.py | 2 +- .../services/migration_service/pagers.py | 2 +- .../services/migration_service/transports/__init__.py | 2 +- .../services/migration_service/transports/base.py | 2 +- .../services/migration_service/transports/grpc.py | 2 +- .../services/migration_service/transports/grpc_asyncio.py | 2 +- google/cloud/bigquery_migration_v2alpha/types/__init__.py | 2 +- .../cloud/bigquery_migration_v2alpha/types/assessment_task.py | 2 +- .../bigquery_migration_v2alpha/types/migration_entities.py | 2 +- .../bigquery_migration_v2alpha/types/migration_error_details.py | 2 +- .../cloud/bigquery_migration_v2alpha/types/migration_metrics.py | 2 +- .../cloud/bigquery_migration_v2alpha/types/migration_service.py | 2 +- .../cloud/bigquery_migration_v2alpha/types/translation_task.py | 2 +- ...nerated_migration_service_create_migration_workflow_async.py | 2 +- ...enerated_migration_service_create_migration_workflow_sync.py | 2 +- ...nerated_migration_service_delete_migration_workflow_async.py | 2 +- ...enerated_migration_service_delete_migration_workflow_sync.py | 2 +- ...a_generated_migration_service_get_migration_subtask_async.py | 2 +- ...ha_generated_migration_service_get_migration_subtask_sync.py | 2 +- ..._generated_migration_service_get_migration_workflow_async.py | 2 +- ...a_generated_migration_service_get_migration_workflow_sync.py | 2 +- ...generated_migration_service_list_migration_subtasks_async.py | 2 +- ..._generated_migration_service_list_migration_subtasks_sync.py | 2 +- ...enerated_migration_service_list_migration_workflows_async.py | 2 +- ...generated_migration_service_list_migration_workflows_sync.py | 2 +- ...enerated_migration_service_start_migration_workflow_async.py | 2 +- ...generated_migration_service_start_migration_workflow_sync.py | 2 +- scripts/fixup_bigquery_migration_v2alpha_keywords.py | 2 +- tests/__init__.py | 2 +- tests/unit/__init__.py | 2 +- tests/unit/gapic/__init__.py | 2 +- tests/unit/gapic/bigquery_migration_v2alpha/__init__.py | 2 +- .../gapic/bigquery_migration_v2alpha/test_migration_service.py | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/google/cloud/bigquery_migration/__init__.py b/google/cloud/bigquery_migration/__init__.py index a7d2621..2bdf2d7 100644 --- a/google/cloud/bigquery_migration/__init__.py +++ b/google/cloud/bigquery_migration/__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/bigquery_migration_v2alpha/__init__.py b/google/cloud/bigquery_migration_v2alpha/__init__.py index d99fd78..0680af1 100644 --- a/google/cloud/bigquery_migration_v2alpha/__init__.py +++ b/google/cloud/bigquery_migration_v2alpha/__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/bigquery_migration_v2alpha/services/__init__.py b/google/cloud/bigquery_migration_v2alpha/services/__init__.py index 4de6597..e8e1c38 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/__init__.py +++ b/google/cloud/bigquery_migration_v2alpha/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/bigquery_migration_v2alpha/services/migration_service/__init__.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/__init__.py index 5af6b09..36329bb 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/__init__.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_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/bigquery_migration_v2alpha/services/migration_service/async_client.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/async_client.py index 356ce10..652a0ce 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/async_client.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_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/bigquery_migration_v2alpha/services/migration_service/client.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/client.py index 5fdad50..9487d62 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/client.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_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/bigquery_migration_v2alpha/services/migration_service/pagers.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/pagers.py index 2904fad..86f159b 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/pagers.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_service/pagers.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/bigquery_migration_v2alpha/services/migration_service/transports/__init__.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/transports/__init__.py index 565048f..10ee142 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/transports/__init__.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_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/bigquery_migration_v2alpha/services/migration_service/transports/base.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/transports/base.py index 5b01d1b..6a7452c 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/transports/base.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_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/bigquery_migration_v2alpha/services/migration_service/transports/grpc.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/transports/grpc.py index 2e80842..7e437af 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/transports/grpc.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_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/bigquery_migration_v2alpha/services/migration_service/transports/grpc_asyncio.py b/google/cloud/bigquery_migration_v2alpha/services/migration_service/transports/grpc_asyncio.py index c06da35..59f2c0c 100644 --- a/google/cloud/bigquery_migration_v2alpha/services/migration_service/transports/grpc_asyncio.py +++ b/google/cloud/bigquery_migration_v2alpha/services/migration_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/bigquery_migration_v2alpha/types/__init__.py b/google/cloud/bigquery_migration_v2alpha/types/__init__.py index 8763134..214cfbb 100644 --- a/google/cloud/bigquery_migration_v2alpha/types/__init__.py +++ b/google/cloud/bigquery_migration_v2alpha/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/bigquery_migration_v2alpha/types/assessment_task.py b/google/cloud/bigquery_migration_v2alpha/types/assessment_task.py index 719f44d..9c2a70c 100644 --- a/google/cloud/bigquery_migration_v2alpha/types/assessment_task.py +++ b/google/cloud/bigquery_migration_v2alpha/types/assessment_task.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/bigquery_migration_v2alpha/types/migration_entities.py b/google/cloud/bigquery_migration_v2alpha/types/migration_entities.py index 0254518..fdaf062 100644 --- a/google/cloud/bigquery_migration_v2alpha/types/migration_entities.py +++ b/google/cloud/bigquery_migration_v2alpha/types/migration_entities.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/bigquery_migration_v2alpha/types/migration_error_details.py b/google/cloud/bigquery_migration_v2alpha/types/migration_error_details.py index c9df602..f78750d 100644 --- a/google/cloud/bigquery_migration_v2alpha/types/migration_error_details.py +++ b/google/cloud/bigquery_migration_v2alpha/types/migration_error_details.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/bigquery_migration_v2alpha/types/migration_metrics.py b/google/cloud/bigquery_migration_v2alpha/types/migration_metrics.py index 89cd2e9..9d68cd8 100644 --- a/google/cloud/bigquery_migration_v2alpha/types/migration_metrics.py +++ b/google/cloud/bigquery_migration_v2alpha/types/migration_metrics.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/bigquery_migration_v2alpha/types/migration_service.py b/google/cloud/bigquery_migration_v2alpha/types/migration_service.py index 51cfa8b..0e7c48a 100644 --- a/google/cloud/bigquery_migration_v2alpha/types/migration_service.py +++ b/google/cloud/bigquery_migration_v2alpha/types/migration_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. diff --git a/google/cloud/bigquery_migration_v2alpha/types/translation_task.py b/google/cloud/bigquery_migration_v2alpha/types/translation_task.py index e2be946..7c3a8ba 100644 --- a/google/cloud/bigquery_migration_v2alpha/types/translation_task.py +++ b/google/cloud/bigquery_migration_v2alpha/types/translation_task.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/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_async.py index cf8d479..5fa45d2 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_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/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_sync.py index 61fe99c..e669e6e 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_create_migration_workflow_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/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_async.py index 8076511..9754d02 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_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/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_sync.py index ed3e76f..cf7a9ac 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_delete_migration_workflow_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/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_async.py index 707b73b..238c7c4 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_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/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_sync.py index 2a5ca17..eb7b23c 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_subtask_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/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_async.py index 396b816..45a6473 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_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/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_sync.py index 32803b9..fad8d73 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_get_migration_workflow_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/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_async.py index be8ecd0..dc4cda1 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_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/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_sync.py index e3ac9c9..f3f4bd0 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_subtasks_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/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_async.py index 94b2170..868a82f 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_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/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_sync.py index 92e69d1..c48711f 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_list_migration_workflows_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/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_async.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_async.py index 8ef3677..670e67a 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_async.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_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/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_sync.py b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_sync.py index fb65ca4..6f8ad6b 100644 --- a/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_sync.py +++ b/samples/generated_samples/bigquerymigration_v2alpha_generated_migration_service_start_migration_workflow_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_bigquery_migration_v2alpha_keywords.py b/scripts/fixup_bigquery_migration_v2alpha_keywords.py index 629a81e..18f588a 100644 --- a/scripts/fixup_bigquery_migration_v2alpha_keywords.py +++ b/scripts/fixup_bigquery_migration_v2alpha_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/bigquery_migration_v2alpha/__init__.py b/tests/unit/gapic/bigquery_migration_v2alpha/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/unit/gapic/bigquery_migration_v2alpha/__init__.py +++ b/tests/unit/gapic/bigquery_migration_v2alpha/__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/bigquery_migration_v2alpha/test_migration_service.py b/tests/unit/gapic/bigquery_migration_v2alpha/test_migration_service.py index 323f238..75788b3 100644 --- a/tests/unit/gapic/bigquery_migration_v2alpha/test_migration_service.py +++ b/tests/unit/gapic/bigquery_migration_v2alpha/test_migration_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 0a9767929da12b2790dd72602dc1f772baef4ac3 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:54:17 +0000 Subject: [PATCH 3/7] chore(deps): update actions/setup-python action to v3 (#43) 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 9d5ee5cc33bfc57ae6d46978d8077c430e64ef8f Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 00:46:25 +0000 Subject: [PATCH 4/7] chore(deps): update actions/checkout action to v3 (#45) Source-Link: https://github.com/googleapis/synthtool/commit/ca879097772aeec2cbb971c3cea8ecc81522b68a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392 --- .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 2d8b0b5845573d2784b6bfa925285c6ddac5c1e7 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 4 Mar 2022 11:07:58 -0500 Subject: [PATCH 5/7] fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#48) --- 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 4505b61..fcaa30f 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ platforms="Posix; MacOS X; Windows", include_package_data=True, install_requires=( - "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", ), python_requires=">=3.6", diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 6f1ac18..9f829f6 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -5,6 +5,6 @@ # # 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 libcst==0.2.5 From 8e68296d0638ff737f22be209922219c17872169 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:38:16 +0000 Subject: [PATCH 6/7] chore(deps): update actions/download-artifact action to v3 (#50) 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 1040922c121241c175a775346e9b00b262f52d32 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 10:45:37 -0500 Subject: [PATCH 7/7] chore(main): release 0.3.1 (#49) 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 25bd5b2..2d25bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.3.1](https://github.com/googleapis/python-bigquery-migration/compare/v0.3.0...v0.3.1) (2022-03-05) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#48](https://github.com/googleapis/python-bigquery-migration/issues/48)) ([2d8b0b5](https://github.com/googleapis/python-bigquery-migration/commit/2d8b0b5845573d2784b6bfa925285c6ddac5c1e7)) + ## [0.3.0](https://github.com/googleapis/python-bigquery-migration/compare/v0.2.1...v0.3.0) (2022-02-14) diff --git a/setup.py b/setup.py index fcaa30f..7d88026 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import os import setuptools # type: ignore -version = "0.3.0" +version = "0.3.1" package_root = os.path.abspath(os.path.dirname(__file__))