From a9d8663f67ac03e3f13b18d0ff51884c35569dbd Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:16:27 +0000 Subject: [PATCH] chore: Bump gapic-generator-python version to 1.3.0 (#283) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 472561635 Source-Link: https://github.com/googleapis/googleapis/commit/332ecf599f8e747d8d1213b77ae7db26eff12814 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4313d682880fd9d7247291164d4e9d3d5bd9f177 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9 --- .../services/cloud_scheduler/async_client.py | 56 ++++ .../services/cloud_scheduler/client.py | 56 ++++ .../services/cloud_scheduler/async_client.py | 56 ++++ .../services/cloud_scheduler/client.py | 56 ++++ packages/google-cloud-scheduler/mypy.ini | 2 +- ...erated_cloud_scheduler_create_job_async.py | 7 + ...nerated_cloud_scheduler_create_job_sync.py | 7 + ...erated_cloud_scheduler_delete_job_async.py | 7 + ...nerated_cloud_scheduler_delete_job_sync.py | 7 + ...generated_cloud_scheduler_get_job_async.py | 7 + ..._generated_cloud_scheduler_get_job_sync.py | 7 + ...nerated_cloud_scheduler_list_jobs_async.py | 7 + ...enerated_cloud_scheduler_list_jobs_sync.py | 7 + ...nerated_cloud_scheduler_pause_job_async.py | 7 + ...enerated_cloud_scheduler_pause_job_sync.py | 7 + ...erated_cloud_scheduler_resume_job_async.py | 7 + ...nerated_cloud_scheduler_resume_job_sync.py | 7 + ...generated_cloud_scheduler_run_job_async.py | 7 + ..._generated_cloud_scheduler_run_job_sync.py | 7 + ...erated_cloud_scheduler_update_job_async.py | 7 + ...nerated_cloud_scheduler_update_job_sync.py | 7 + ...erated_cloud_scheduler_create_job_async.py | 7 + ...nerated_cloud_scheduler_create_job_sync.py | 7 + ...erated_cloud_scheduler_delete_job_async.py | 7 + ...nerated_cloud_scheduler_delete_job_sync.py | 7 + ...generated_cloud_scheduler_get_job_async.py | 7 + ..._generated_cloud_scheduler_get_job_sync.py | 7 + ...nerated_cloud_scheduler_list_jobs_async.py | 7 + ...enerated_cloud_scheduler_list_jobs_sync.py | 7 + ...nerated_cloud_scheduler_pause_job_async.py | 7 + ...enerated_cloud_scheduler_pause_job_sync.py | 7 + ...erated_cloud_scheduler_resume_job_async.py | 7 + ...nerated_cloud_scheduler_resume_job_sync.py | 7 + ...generated_cloud_scheduler_run_job_async.py | 7 + ..._generated_cloud_scheduler_run_job_sync.py | 7 + ...erated_cloud_scheduler_update_job_async.py | 7 + ...nerated_cloud_scheduler_update_job_sync.py | 7 + .../snippet_metadata_scheduler_v1.json | 312 +++++++++--------- .../snippet_metadata_scheduler_v1beta1.json | 312 +++++++++--------- 39 files changed, 761 insertions(+), 313 deletions(-) diff --git a/packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/async_client.py b/packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/async_client.py index ab588dd8e614..5f6db3603ede 100644 --- a/packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/async_client.py +++ b/packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/async_client.py @@ -228,6 +228,13 @@ async def list_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 scheduler_v1 async def sample_list_jobs(): @@ -347,6 +354,13 @@ async def get_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 scheduler_v1 async def sample_get_job(): @@ -454,6 +468,13 @@ async def create_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 scheduler_v1 async def sample_create_job(): @@ -577,6 +598,13 @@ async def update_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 scheduler_v1 async def sample_update_job(): @@ -686,6 +714,13 @@ async def delete_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 scheduler_v1 async def sample_delete_job(): @@ -791,6 +826,13 @@ async def pause_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 scheduler_v1 async def sample_pause_job(): @@ -897,6 +939,13 @@ async def resume_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 scheduler_v1 async def sample_resume_job(): @@ -995,6 +1044,13 @@ async def run_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 scheduler_v1 async def sample_run_job(): diff --git a/packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/client.py b/packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/client.py index 7cd57c09c777..f13ee2a52366 100644 --- a/packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/client.py +++ b/packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/client.py @@ -468,6 +468,13 @@ def list_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 scheduler_v1 def sample_list_jobs(): @@ -577,6 +584,13 @@ def get_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 scheduler_v1 def sample_get_job(): @@ -674,6 +688,13 @@ def create_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 scheduler_v1 def sample_create_job(): @@ -797,6 +818,13 @@ def update_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 scheduler_v1 def sample_update_job(): @@ -906,6 +934,13 @@ def delete_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 scheduler_v1 def sample_delete_job(): @@ -1001,6 +1036,13 @@ def pause_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 scheduler_v1 def sample_pause_job(): @@ -1107,6 +1149,13 @@ def resume_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 scheduler_v1 def sample_resume_job(): @@ -1205,6 +1254,13 @@ def run_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 scheduler_v1 def sample_run_job(): diff --git a/packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/async_client.py b/packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/async_client.py index 37536f5ea3f7..bf28010c2466 100644 --- a/packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/async_client.py +++ b/packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/async_client.py @@ -228,6 +228,13 @@ async def list_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 scheduler_v1beta1 async def sample_list_jobs(): @@ -347,6 +354,13 @@ async def get_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 scheduler_v1beta1 async def sample_get_job(): @@ -454,6 +468,13 @@ async def create_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 scheduler_v1beta1 async def sample_create_job(): @@ -578,6 +599,13 @@ async def update_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 scheduler_v1beta1 async def sample_update_job(): @@ -687,6 +715,13 @@ async def delete_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 scheduler_v1beta1 async def sample_delete_job(): @@ -792,6 +827,13 @@ async def pause_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 scheduler_v1beta1 async def sample_pause_job(): @@ -908,6 +950,13 @@ async def resume_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 scheduler_v1beta1 async def sample_resume_job(): @@ -1016,6 +1065,13 @@ async def run_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 scheduler_v1beta1 async def sample_run_job(): diff --git a/packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/client.py b/packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/client.py index 2612193afdd2..7a7398e9f163 100644 --- a/packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/client.py +++ b/packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/client.py @@ -468,6 +468,13 @@ def list_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 scheduler_v1beta1 def sample_list_jobs(): @@ -577,6 +584,13 @@ def get_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 scheduler_v1beta1 def sample_get_job(): @@ -674,6 +688,13 @@ def create_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 scheduler_v1beta1 def sample_create_job(): @@ -798,6 +819,13 @@ def update_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 scheduler_v1beta1 def sample_update_job(): @@ -907,6 +935,13 @@ def delete_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 scheduler_v1beta1 def sample_delete_job(): @@ -1002,6 +1037,13 @@ def pause_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 scheduler_v1beta1 def sample_pause_job(): @@ -1108,6 +1150,13 @@ def resume_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 scheduler_v1beta1 def sample_resume_job(): @@ -1206,6 +1255,13 @@ def run_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 scheduler_v1beta1 def sample_run_job(): diff --git a/packages/google-cloud-scheduler/mypy.ini b/packages/google-cloud-scheduler/mypy.ini index 4505b485436b..574c5aed394b 100644 --- a/packages/google-cloud-scheduler/mypy.ini +++ b/packages/google-cloud-scheduler/mypy.ini @@ -1,3 +1,3 @@ [mypy] -python_version = 3.6 +python_version = 3.7 namespace_packages = True diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_create_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_create_job_async.py index b26dc3f9678e..d595a375ce2f 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_create_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_create_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_CreateJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_create_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_create_job_sync.py index 399af1d92957..d8652cdfbe2b 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_create_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_create_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_CreateJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_delete_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_delete_job_async.py index 59e6731c64f9..1c71c61757c7 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_delete_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_delete_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_DeleteJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_delete_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_delete_job_sync.py index 093897784789..1760aecdef2c 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_delete_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_delete_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_DeleteJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_get_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_get_job_async.py index 76e203958ddd..a2aefbec05fd 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_get_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_get_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_GetJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_get_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_get_job_sync.py index fa04050b9bc2..60a2627de7c4 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_get_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_get_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_GetJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_list_jobs_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_list_jobs_async.py index bc4e423af9ef..d70ca3b3e930 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_list_jobs_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_list_jobs_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_ListJobs_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_list_jobs_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_list_jobs_sync.py index 39488c9c34ef..1516eccfe789 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_list_jobs_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_list_jobs_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_ListJobs_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_pause_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_pause_job_async.py index d8c91ae89d1e..6125ade4467a 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_pause_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_pause_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_PauseJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_pause_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_pause_job_sync.py index b400a420b806..7994982c8ce9 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_pause_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_pause_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_PauseJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_resume_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_resume_job_async.py index 162d3f35a243..45d815349d9d 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_resume_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_resume_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_ResumeJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_resume_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_resume_job_sync.py index 323c6cb201a7..59e12e28110f 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_resume_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_resume_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_ResumeJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_run_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_run_job_async.py index 95dae130e9c2..02e07803bc08 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_run_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_run_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_RunJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_run_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_run_job_sync.py index c3c2510a8171..b5077f49cec3 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_run_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_run_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_RunJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_update_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_update_job_async.py index 682fa44d306e..7eaf7b221292 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_update_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_update_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_UpdateJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_update_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_update_job_sync.py index 5df53b39b8ae..a5e0c27ff720 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_update_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1_generated_cloud_scheduler_update_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1_generated_CloudScheduler_UpdateJob_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 scheduler_v1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_create_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_create_job_async.py index 2481b4c4f111..2de225716659 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_create_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_create_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_CreateJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_create_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_create_job_sync.py index 180f17268450..1ac205eb5714 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_create_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_create_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_CreateJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_delete_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_delete_job_async.py index a5d0007a6dda..e34f82636ac8 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_delete_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_delete_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_DeleteJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_delete_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_delete_job_sync.py index 38d4c4e98257..d00ad42792e7 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_delete_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_delete_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_DeleteJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_get_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_get_job_async.py index 11414707e1f0..f9f85e344dea 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_get_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_get_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_GetJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_get_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_get_job_sync.py index c1ce375db9af..f1aa337801f8 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_get_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_get_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_GetJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_list_jobs_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_list_jobs_async.py index 515724944bd2..a4287c44d5b3 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_list_jobs_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_list_jobs_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_ListJobs_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_list_jobs_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_list_jobs_sync.py index 0c964e851720..bcabfee7e1d7 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_list_jobs_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_list_jobs_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_ListJobs_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_pause_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_pause_job_async.py index 71315d2d5a6e..b8ced5955f76 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_pause_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_pause_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_PauseJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_pause_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_pause_job_sync.py index 44daa31bf7db..24b4c6fc2033 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_pause_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_pause_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_PauseJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_resume_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_resume_job_async.py index ee66f9cd66dc..d5baac4ecf9c 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_resume_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_resume_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_ResumeJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_resume_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_resume_job_sync.py index c7cbf2380505..eca7a6db57d3 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_resume_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_resume_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_ResumeJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_run_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_run_job_async.py index 991ecf6f86f1..a8d8b46a73a2 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_run_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_run_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_RunJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_run_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_run_job_sync.py index 7e07cb5c1008..8a709dcf7e00 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_run_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_run_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_RunJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_update_job_async.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_update_job_async.py index f3a320d0d36d..73f161b20fd7 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_update_job_async.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_update_job_async.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_UpdateJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_update_job_sync.py b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_update_job_sync.py index 6a69146e8175..f48637cf372e 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_update_job_sync.py +++ b/packages/google-cloud-scheduler/samples/generated_samples/cloudscheduler_v1beta1_generated_cloud_scheduler_update_job_sync.py @@ -24,6 +24,13 @@ # [START cloudscheduler_v1beta1_generated_CloudScheduler_UpdateJob_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 scheduler_v1beta1 diff --git a/packages/google-cloud-scheduler/samples/generated_samples/snippet_metadata_scheduler_v1.json b/packages/google-cloud-scheduler/samples/generated_samples/snippet_metadata_scheduler_v1.json index f8c2f386e16b..5a9487f250f6 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/snippet_metadata_scheduler_v1.json +++ b/packages/google-cloud-scheduler/samples/generated_samples/snippet_metadata_scheduler_v1.json @@ -63,33 +63,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_CreateJob_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" } ], @@ -147,33 +147,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_CreateJob_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" } ], @@ -227,31 +227,31 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_DeleteJob_async", "segments": [ { - "end": 42, + "end": 49, "start": 27, "type": "FULL" }, { - "end": 42, + "end": 49, "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" }, { - "start": 39, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 43, + "end": 50, "type": "RESPONSE_HANDLING" } ], @@ -304,31 +304,31 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_DeleteJob_sync", "segments": [ { - "end": 42, + "end": 49, "start": 27, "type": "FULL" }, { - "end": 42, + "end": 49, "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" }, { - "start": 39, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 43, + "end": 50, "type": "RESPONSE_HANDLING" } ], @@ -383,33 +383,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_GetJob_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" } ], @@ -463,33 +463,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_GetJob_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" } ], @@ -544,33 +544,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_ListJobs_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" } ], @@ -624,33 +624,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_ListJobs_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" } ], @@ -705,33 +705,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_PauseJob_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" } ], @@ -785,33 +785,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_PauseJob_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" } ], @@ -866,33 +866,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_ResumeJob_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" } ], @@ -946,33 +946,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_ResumeJob_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" } ], @@ -1027,33 +1027,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_RunJob_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" } ], @@ -1107,33 +1107,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_RunJob_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" } ], @@ -1192,33 +1192,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_UpdateJob_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "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": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1276,33 +1276,33 @@ "regionTag": "cloudscheduler_v1_generated_CloudScheduler_UpdateJob_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "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": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], diff --git a/packages/google-cloud-scheduler/samples/generated_samples/snippet_metadata_scheduler_v1beta1.json b/packages/google-cloud-scheduler/samples/generated_samples/snippet_metadata_scheduler_v1beta1.json index cd4061cb04a8..703c05558df7 100644 --- a/packages/google-cloud-scheduler/samples/generated_samples/snippet_metadata_scheduler_v1beta1.json +++ b/packages/google-cloud-scheduler/samples/generated_samples/snippet_metadata_scheduler_v1beta1.json @@ -63,33 +63,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_CreateJob_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" } ], @@ -147,33 +147,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_CreateJob_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" } ], @@ -227,31 +227,31 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_DeleteJob_async", "segments": [ { - "end": 42, + "end": 49, "start": 27, "type": "FULL" }, { - "end": 42, + "end": 49, "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" }, { - "start": 39, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 43, + "end": 50, "type": "RESPONSE_HANDLING" } ], @@ -304,31 +304,31 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_DeleteJob_sync", "segments": [ { - "end": 42, + "end": 49, "start": 27, "type": "FULL" }, { - "end": 42, + "end": 49, "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" }, { - "start": 39, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 43, + "end": 50, "type": "RESPONSE_HANDLING" } ], @@ -383,33 +383,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_GetJob_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" } ], @@ -463,33 +463,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_GetJob_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" } ], @@ -544,33 +544,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_ListJobs_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" } ], @@ -624,33 +624,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_ListJobs_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" } ], @@ -705,33 +705,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_PauseJob_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" } ], @@ -785,33 +785,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_PauseJob_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" } ], @@ -866,33 +866,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_ResumeJob_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" } ], @@ -946,33 +946,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_ResumeJob_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" } ], @@ -1027,33 +1027,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_RunJob_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" } ], @@ -1107,33 +1107,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_RunJob_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" } ], @@ -1192,33 +1192,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_UpdateJob_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "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": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1276,33 +1276,33 @@ "regionTag": "cloudscheduler_v1beta1_generated_CloudScheduler_UpdateJob_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "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": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ],