diff --git a/google/cloud/clouddms_v1/services/data_migration_service/async_client.py b/google/cloud/clouddms_v1/services/data_migration_service/async_client.py index 42c7eeb..e1c5918 100644 --- a/google/cloud/clouddms_v1/services/data_migration_service/async_client.py +++ b/google/cloud/clouddms_v1/services/data_migration_service/async_client.py @@ -233,6 +233,13 @@ async def list_migration_jobs( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_list_migration_jobs(): @@ -341,6 +348,13 @@ async def get_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_get_migration_job(): @@ -439,6 +453,13 @@ async def create_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_create_migration_job(): @@ -580,6 +601,13 @@ async def update_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_update_migration_job(): @@ -711,6 +739,13 @@ async def delete_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_delete_migration_job(): @@ -827,6 +862,13 @@ async def start_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_start_migration_job(): @@ -915,6 +957,13 @@ async def stop_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_stop_migration_job(): @@ -1004,6 +1053,13 @@ async def resume_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_resume_migration_job(): @@ -1094,6 +1150,13 @@ async def promote_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_promote_migration_job(): @@ -1184,6 +1247,13 @@ async def verify_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_verify_migration_job(): @@ -1274,6 +1344,13 @@ async def restart_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_restart_migration_job(): @@ -1363,6 +1440,13 @@ async def generate_ssh_script( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_generate_ssh_script(): @@ -1444,6 +1528,13 @@ async def list_connection_profiles( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_list_connection_profiles(): @@ -1552,6 +1643,13 @@ async def get_connection_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_get_connection_profile(): @@ -1648,6 +1746,13 @@ async def create_connection_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_create_connection_profile(): @@ -1786,6 +1891,13 @@ async def update_connection_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_update_connection_profile(): @@ -1918,6 +2030,13 @@ async def delete_connection_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 async def sample_delete_connection_profile(): diff --git a/google/cloud/clouddms_v1/services/data_migration_service/client.py b/google/cloud/clouddms_v1/services/data_migration_service/client.py index 5236b66..8ea197d 100644 --- a/google/cloud/clouddms_v1/services/data_migration_service/client.py +++ b/google/cloud/clouddms_v1/services/data_migration_service/client.py @@ -471,6 +471,13 @@ def list_migration_jobs( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_list_migration_jobs(): @@ -579,6 +586,13 @@ def get_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_get_migration_job(): @@ -677,6 +691,13 @@ def create_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_create_migration_job(): @@ -818,6 +839,13 @@ def update_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_update_migration_job(): @@ -949,6 +977,13 @@ def delete_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_delete_migration_job(): @@ -1065,6 +1100,13 @@ def start_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_start_migration_job(): @@ -1154,6 +1196,13 @@ def stop_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_stop_migration_job(): @@ -1244,6 +1293,13 @@ def resume_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_resume_migration_job(): @@ -1335,6 +1391,13 @@ def promote_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_promote_migration_job(): @@ -1426,6 +1489,13 @@ def verify_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_verify_migration_job(): @@ -1517,6 +1587,13 @@ def restart_migration_job( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_restart_migration_job(): @@ -1607,6 +1684,13 @@ def generate_ssh_script( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_generate_ssh_script(): @@ -1689,6 +1773,13 @@ def list_connection_profiles( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_list_connection_profiles(): @@ -1797,6 +1888,13 @@ def get_connection_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_get_connection_profile(): @@ -1893,6 +1991,13 @@ def create_connection_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_create_connection_profile(): @@ -2033,6 +2138,13 @@ def update_connection_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_update_connection_profile(): @@ -2167,6 +2279,13 @@ def delete_connection_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 def sample_delete_connection_profile(): diff --git a/mypy.ini b/mypy.ini index 4505b48..574c5ae 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,3 +1,3 @@ [mypy] -python_version = 3.6 +python_version = 3.7 namespace_packages = True diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_connection_profile_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_connection_profile_async.py index 4477f66..60fdde8 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_connection_profile_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_connection_profile_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_CreateConnectionProfile_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_connection_profile_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_connection_profile_sync.py index 3677aaf..bf8cd78 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_connection_profile_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_connection_profile_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_CreateConnectionProfile_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_migration_job_async.py index e3da71e..374a5e4 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_CreateMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_migration_job_sync.py index 327a007..a7a40ba 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_create_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_CreateMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_connection_profile_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_connection_profile_async.py index 04748df..5e86612 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_connection_profile_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_connection_profile_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_DeleteConnectionProfile_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_connection_profile_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_connection_profile_sync.py index 068c999..4c05c38 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_connection_profile_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_connection_profile_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_DeleteConnectionProfile_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_migration_job_async.py index 9c3dde8..86171f8 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_DeleteMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_migration_job_sync.py index da23e63..f00b4de 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_delete_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_DeleteMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_generate_ssh_script_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_generate_ssh_script_async.py index f1ab44e..8195933 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_generate_ssh_script_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_generate_ssh_script_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_GenerateSshScript_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_generate_ssh_script_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_generate_ssh_script_sync.py index 5c0754b..4ddf07a 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_generate_ssh_script_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_generate_ssh_script_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_GenerateSshScript_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_connection_profile_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_connection_profile_async.py index ea0b2d5..8204812 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_connection_profile_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_connection_profile_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_GetConnectionProfile_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_connection_profile_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_connection_profile_sync.py index 54ce7f5..abc1e54 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_connection_profile_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_connection_profile_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_GetConnectionProfile_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_migration_job_async.py index 6f8214f..e9513b0 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_GetMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_migration_job_sync.py index 7c6b2d4..f9c5c2f 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_get_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_GetMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_connection_profiles_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_connection_profiles_async.py index d6f03f3..48cde5c 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_connection_profiles_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_connection_profiles_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_ListConnectionProfiles_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_connection_profiles_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_connection_profiles_sync.py index fbfa423..e2439ba 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_connection_profiles_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_connection_profiles_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_ListConnectionProfiles_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_migration_jobs_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_migration_jobs_async.py index 37b93b3..35d5950 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_migration_jobs_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_migration_jobs_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_ListMigrationJobs_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_migration_jobs_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_migration_jobs_sync.py index 5653b0f..de9611f 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_migration_jobs_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_list_migration_jobs_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_ListMigrationJobs_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_promote_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_promote_migration_job_async.py index 15dd705..3b8de30 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_promote_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_promote_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_PromoteMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_promote_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_promote_migration_job_sync.py index 900fcd4..1972401 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_promote_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_promote_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_PromoteMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_restart_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_restart_migration_job_async.py index cf2ffc8..5337f3a 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_restart_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_restart_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_RestartMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_restart_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_restart_migration_job_sync.py index 319ad37..5f8ab15 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_restart_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_restart_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_RestartMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_resume_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_resume_migration_job_async.py index 4b5e6d1..1c7d431 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_resume_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_resume_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_ResumeMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_resume_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_resume_migration_job_sync.py index 744308f..75d40af 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_resume_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_resume_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_ResumeMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_start_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_start_migration_job_async.py index 0561ac2..d4145f9 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_start_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_start_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_StartMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_start_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_start_migration_job_sync.py index 13de874..b73ede5 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_start_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_start_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_StartMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_stop_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_stop_migration_job_async.py index ddb84a6..e1adba9 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_stop_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_stop_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_StopMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_stop_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_stop_migration_job_sync.py index 412e1e1..9c6fdc4 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_stop_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_stop_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_StopMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_connection_profile_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_connection_profile_async.py index d3a4a66..c4c0163 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_connection_profile_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_connection_profile_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_UpdateConnectionProfile_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_connection_profile_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_connection_profile_sync.py index 6c263f4..68cae51 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_connection_profile_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_connection_profile_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_UpdateConnectionProfile_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_migration_job_async.py index ee882e7..194c3a3 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_UpdateMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_migration_job_sync.py index 612e444..35eee8d 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_update_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_UpdateMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_verify_migration_job_async.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_verify_migration_job_async.py index 6e64579..14e8c45 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_verify_migration_job_async.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_verify_migration_job_async.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_VerifyMigrationJob_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/datamigration_v1_generated_data_migration_service_verify_migration_job_sync.py b/samples/generated_samples/datamigration_v1_generated_data_migration_service_verify_migration_job_sync.py index 73abd3c..901a5f7 100644 --- a/samples/generated_samples/datamigration_v1_generated_data_migration_service_verify_migration_job_sync.py +++ b/samples/generated_samples/datamigration_v1_generated_data_migration_service_verify_migration_job_sync.py @@ -24,6 +24,13 @@ # [START datamigration_v1_generated_DataMigrationService_VerifyMigrationJob_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import clouddms_v1 diff --git a/samples/generated_samples/snippet_metadata_clouddms_v1.json b/samples/generated_samples/snippet_metadata_clouddms_v1.json index 3fae209..d6d9611 100644 --- a/samples/generated_samples/snippet_metadata_clouddms_v1.json +++ b/samples/generated_samples/snippet_metadata_clouddms_v1.json @@ -67,33 +67,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_CreateConnectionProfile_async", "segments": [ { - "end": 56, + "end": 63, "start": 27, "type": "FULL" }, { - "end": 56, + "end": 63, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 46, - "start": 34, + "end": 53, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 53, - "start": 47, + "end": 60, + "start": 54, "type": "REQUEST_EXECUTION" }, { - "end": 57, - "start": 54, + "end": 64, + "start": 61, "type": "RESPONSE_HANDLING" } ], @@ -155,33 +155,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_CreateConnectionProfile_sync", "segments": [ { - "end": 56, + "end": 63, "start": 27, "type": "FULL" }, { - "end": 56, + "end": 63, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 46, - "start": 34, + "end": 53, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 53, - "start": 47, + "end": 60, + "start": 54, "type": "REQUEST_EXECUTION" }, { - "end": 57, - "start": 54, + "end": 64, + "start": 61, "type": "RESPONSE_HANDLING" } ], @@ -244,33 +244,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_CreateMigrationJob_async", "segments": [ { - "end": 57, + "end": 64, "start": 27, "type": "FULL" }, { - "end": 57, + "end": 64, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 47, - "start": 34, + "end": 54, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 54, - "start": 48, + "end": 61, + "start": 55, "type": "REQUEST_EXECUTION" }, { - "end": 58, - "start": 55, + "end": 65, + "start": 62, "type": "RESPONSE_HANDLING" } ], @@ -332,33 +332,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_CreateMigrationJob_sync", "segments": [ { - "end": 57, + "end": 64, "start": 27, "type": "FULL" }, { - "end": 57, + "end": 64, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 47, - "start": 34, + "end": 54, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 54, - "start": 48, + "end": 61, + "start": 55, "type": "REQUEST_EXECUTION" }, { - "end": 58, - "start": 55, + "end": 65, + "start": 62, "type": "RESPONSE_HANDLING" } ], @@ -413,33 +413,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_DeleteConnectionProfile_async", "segments": [ { - "end": 48, + "end": 55, "start": 27, "type": "FULL" }, { - "end": 48, + "end": 55, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 45, - "start": 39, + "end": 52, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 49, - "start": 46, + "end": 56, + "start": 53, "type": "RESPONSE_HANDLING" } ], @@ -493,33 +493,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_DeleteConnectionProfile_sync", "segments": [ { - "end": 48, + "end": 55, "start": 27, "type": "FULL" }, { - "end": 48, + "end": 55, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 45, - "start": 39, + "end": 52, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 49, - "start": 46, + "end": 56, + "start": 53, "type": "RESPONSE_HANDLING" } ], @@ -574,33 +574,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_DeleteMigrationJob_async", "segments": [ { - "end": 48, + "end": 55, "start": 27, "type": "FULL" }, { - "end": 48, + "end": 55, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 45, - "start": 39, + "end": 52, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 49, - "start": 46, + "end": 56, + "start": 53, "type": "RESPONSE_HANDLING" } ], @@ -654,33 +654,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_DeleteMigrationJob_sync", "segments": [ { - "end": 48, + "end": 55, "start": 27, "type": "FULL" }, { - "end": 48, + "end": 55, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 45, - "start": 39, + "end": 52, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 49, - "start": 46, + "end": 56, + "start": 53, "type": "RESPONSE_HANDLING" } ], @@ -731,33 +731,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_GenerateSshScript_async", "segments": [ { - "end": 48, + "end": 55, "start": 27, "type": "FULL" }, { - "end": 48, + "end": 55, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 42, - "start": 34, + "end": 49, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 45, - "start": 43, + "end": 52, + "start": 50, "type": "REQUEST_EXECUTION" }, { - "end": 49, - "start": 46, + "end": 56, + "start": 53, "type": "RESPONSE_HANDLING" } ], @@ -807,33 +807,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_GenerateSshScript_sync", "segments": [ { - "end": 48, + "end": 55, "start": 27, "type": "FULL" }, { - "end": 48, + "end": 55, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 42, - "start": 34, + "end": 49, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 45, - "start": 43, + "end": 52, + "start": 50, "type": "REQUEST_EXECUTION" }, { - "end": 49, - "start": 46, + "end": 56, + "start": 53, "type": "RESPONSE_HANDLING" } ], @@ -888,33 +888,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_GetConnectionProfile_async", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -968,33 +968,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_GetConnectionProfile_sync", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -1049,33 +1049,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_GetMigrationJob_async", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -1129,33 +1129,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_GetMigrationJob_sync", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -1210,33 +1210,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_ListConnectionProfiles_async", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 42, + "end": 53, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -1290,33 +1290,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_ListConnectionProfiles_sync", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 42, + "end": 53, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -1371,33 +1371,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_ListMigrationJobs_async", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 42, + "end": 53, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -1451,33 +1451,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_ListMigrationJobs_sync", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 42, + "end": 53, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -1528,33 +1528,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_PromoteMigrationJob_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1604,33 +1604,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_PromoteMigrationJob_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1681,33 +1681,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_RestartMigrationJob_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1757,33 +1757,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_RestartMigrationJob_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1834,33 +1834,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_ResumeMigrationJob_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1910,33 +1910,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_ResumeMigrationJob_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1987,33 +1987,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_StartMigrationJob_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -2063,33 +2063,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_StartMigrationJob_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -2140,33 +2140,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_StopMigrationJob_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -2216,33 +2216,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_StopMigrationJob_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -2301,33 +2301,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_UpdateConnectionProfile_async", "segments": [ { - "end": 54, + "end": 61, "start": 27, "type": "FULL" }, { - "end": 54, + "end": 61, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 51, - "start": 45, + "end": 58, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 55, - "start": 52, + "end": 62, + "start": 59, "type": "RESPONSE_HANDLING" } ], @@ -2385,33 +2385,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_UpdateConnectionProfile_sync", "segments": [ { - "end": 54, + "end": 61, "start": 27, "type": "FULL" }, { - "end": 54, + "end": 61, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 51, - "start": 45, + "end": 58, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 55, - "start": 52, + "end": 62, + "start": 59, "type": "RESPONSE_HANDLING" } ], @@ -2470,33 +2470,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_UpdateMigrationJob_async", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -2554,33 +2554,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_UpdateMigrationJob_sync", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -2631,33 +2631,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_VerifyMigrationJob_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -2707,33 +2707,33 @@ "regionTag": "datamigration_v1_generated_DataMigrationService_VerifyMigrationJob_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 38, + "end": 51, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ],