diff --git a/packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/services/cloud_build/async_client.py b/packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/services/cloud_build/async_client.py index cac2cf5fc11a..914c57c9671e 100644 --- a/packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/services/cloud_build/async_client.py +++ b/packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/services/cloud_build/async_client.py @@ -246,6 +246,13 @@ async def create_build( .. 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.devtools import cloudbuild_v1 async def sample_create_build(): @@ -389,6 +396,13 @@ async def get_build( .. 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.devtools import cloudbuild_v1 async def sample_get_build(): @@ -528,6 +542,13 @@ async def list_builds( .. 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.devtools import cloudbuild_v1 async def sample_list_builds(): @@ -654,6 +675,13 @@ async def cancel_build( .. 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.devtools import cloudbuild_v1 async def sample_cancel_build(): @@ -810,6 +838,13 @@ async def retry_build( .. 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.devtools import cloudbuild_v1 async def sample_retry_build(): @@ -959,6 +994,13 @@ async def approve_build( .. 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.devtools import cloudbuild_v1 async def sample_approve_build(): @@ -1101,6 +1143,13 @@ async def create_build_trigger( .. 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.devtools import cloudbuild_v1 async def sample_create_build_trigger(): @@ -1213,6 +1262,13 @@ async def get_build_trigger( .. 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.devtools import cloudbuild_v1 async def sample_get_build_trigger(): @@ -1336,6 +1392,13 @@ async def list_build_triggers( .. 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.devtools import cloudbuild_v1 async def sample_list_build_triggers(): @@ -1458,6 +1521,13 @@ async def delete_build_trigger( .. 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.devtools import cloudbuild_v1 async def sample_delete_build_trigger(): @@ -1567,6 +1637,13 @@ async def update_build_trigger( .. 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.devtools import cloudbuild_v1 async def sample_update_build_trigger(): @@ -1689,6 +1766,13 @@ async def run_build_trigger( .. 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.devtools import cloudbuild_v1 async def sample_run_build_trigger(): @@ -1839,6 +1923,13 @@ async def receive_trigger_webhook( .. 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.devtools import cloudbuild_v1 async def sample_receive_trigger_webhook(): @@ -1920,6 +2011,13 @@ async def create_worker_pool( .. 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.devtools import cloudbuild_v1 async def sample_create_worker_pool(): @@ -2066,6 +2164,13 @@ async def get_worker_pool( .. 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.devtools import cloudbuild_v1 async def sample_get_worker_pool(): @@ -2185,6 +2290,13 @@ async def delete_worker_pool( .. 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.devtools import cloudbuild_v1 async def sample_delete_worker_pool(): @@ -2303,6 +2415,13 @@ async def update_worker_pool( .. 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.devtools import cloudbuild_v1 async def sample_update_worker_pool(): @@ -2439,6 +2558,13 @@ async def list_worker_pools( .. 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.devtools import cloudbuild_v1 async def sample_list_worker_pools(): diff --git a/packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/services/cloud_build/client.py b/packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/services/cloud_build/client.py index ce99787dfe81..4182d6d89fb4 100644 --- a/packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/services/cloud_build/client.py +++ b/packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/services/cloud_build/client.py @@ -614,6 +614,13 @@ def create_build( .. 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.devtools import cloudbuild_v1 def sample_create_build(): @@ -757,6 +764,13 @@ def get_build( .. 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.devtools import cloudbuild_v1 def sample_get_build(): @@ -886,6 +900,13 @@ def list_builds( .. 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.devtools import cloudbuild_v1 def sample_list_builds(): @@ -1002,6 +1023,13 @@ def cancel_build( .. 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.devtools import cloudbuild_v1 def sample_cancel_build(): @@ -1158,6 +1186,13 @@ def retry_build( .. 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.devtools import cloudbuild_v1 def sample_retry_build(): @@ -1307,6 +1342,13 @@ def approve_build( .. 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.devtools import cloudbuild_v1 def sample_approve_build(): @@ -1449,6 +1491,13 @@ def create_build_trigger( .. 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.devtools import cloudbuild_v1 def sample_create_build_trigger(): @@ -1561,6 +1610,13 @@ def get_build_trigger( .. 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.devtools import cloudbuild_v1 def sample_get_build_trigger(): @@ -1674,6 +1730,13 @@ def list_build_triggers( .. 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.devtools import cloudbuild_v1 def sample_list_build_triggers(): @@ -1786,6 +1849,13 @@ def delete_build_trigger( .. 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.devtools import cloudbuild_v1 def sample_delete_build_trigger(): @@ -1885,6 +1955,13 @@ def update_build_trigger( .. 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.devtools import cloudbuild_v1 def sample_update_build_trigger(): @@ -2007,6 +2084,13 @@ def run_build_trigger( .. 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.devtools import cloudbuild_v1 def sample_run_build_trigger(): @@ -2157,6 +2241,13 @@ def receive_trigger_webhook( .. 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.devtools import cloudbuild_v1 def sample_receive_trigger_webhook(): @@ -2239,6 +2330,13 @@ def create_worker_pool( .. 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.devtools import cloudbuild_v1 def sample_create_worker_pool(): @@ -2385,6 +2483,13 @@ def get_worker_pool( .. 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.devtools import cloudbuild_v1 def sample_get_worker_pool(): @@ -2494,6 +2599,13 @@ def delete_worker_pool( .. 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.devtools import cloudbuild_v1 def sample_delete_worker_pool(): @@ -2612,6 +2724,13 @@ def update_worker_pool( .. 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.devtools import cloudbuild_v1 def sample_update_worker_pool(): @@ -2748,6 +2867,13 @@ def list_worker_pools( .. 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.devtools import cloudbuild_v1 def sample_list_worker_pools(): diff --git a/packages/google-cloud-build/mypy.ini b/packages/google-cloud-build/mypy.ini index 4505b485436b..574c5aed394b 100644 --- a/packages/google-cloud-build/mypy.ini +++ b/packages/google-cloud-build/mypy.ini @@ -1,3 +1,3 @@ [mypy] -python_version = 3.6 +python_version = 3.7 namespace_packages = True diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_approve_build_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_approve_build_async.py index b19195968d47..4e3c2242e7de 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_approve_build_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_approve_build_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ApproveBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_approve_build_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_approve_build_sync.py index 74f34bed2cbc..9b1b6ed2be93 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_approve_build_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_approve_build_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ApproveBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_cancel_build_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_cancel_build_async.py index 6cd9aa013e16..cae2c312aa96 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_cancel_build_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_cancel_build_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_CancelBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_cancel_build_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_cancel_build_sync.py index 90463e5dffbc..8d08d5dcd11c 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_cancel_build_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_cancel_build_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_CancelBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_async.py index ce7d3a68be4e..4883230fe01f 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_CreateBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_sync.py index 5513f92800d2..6aeba505d463 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_CreateBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_trigger_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_trigger_async.py index 8d1f6799deea..69ac94269f18 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_trigger_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_trigger_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_CreateBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_trigger_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_trigger_sync.py index cc6be5c86793..c5c47324dd4b 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_trigger_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_build_trigger_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_CreateBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_worker_pool_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_worker_pool_async.py index 3cbbef3978bf..c39b5afafaf8 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_worker_pool_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_worker_pool_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_CreateWorkerPool_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_worker_pool_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_worker_pool_sync.py index bab61535c4b9..ae02e01a0c6e 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_worker_pool_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_create_worker_pool_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_CreateWorkerPool_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_build_trigger_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_build_trigger_async.py index e347c7ce7bbe..750f28cbdb98 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_build_trigger_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_build_trigger_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_DeleteBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_build_trigger_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_build_trigger_sync.py index 41672d319186..f184b255ce80 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_build_trigger_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_build_trigger_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_DeleteBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_worker_pool_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_worker_pool_async.py index 09d6d2b43959..033ee88b8e84 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_worker_pool_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_worker_pool_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_DeleteWorkerPool_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_worker_pool_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_worker_pool_sync.py index 2c2ad670da84..c680cdd76dad 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_worker_pool_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_delete_worker_pool_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_DeleteWorkerPool_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_async.py index ba746a0cc591..56e40b76576c 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_GetBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_sync.py index cf13a3fac37b..97c54bc5eead 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_GetBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_trigger_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_trigger_async.py index 77a1f5be3dc8..06a0a66af4bc 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_trigger_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_trigger_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_GetBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_trigger_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_trigger_sync.py index a0dd24e33cf3..5c816ffa7bcf 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_trigger_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_build_trigger_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_GetBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_worker_pool_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_worker_pool_async.py index 1d8f813eb2d1..e79e46d95384 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_worker_pool_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_worker_pool_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_GetWorkerPool_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_worker_pool_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_worker_pool_sync.py index 5338c5e7135e..419b0377b954 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_worker_pool_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_get_worker_pool_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_GetWorkerPool_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_build_triggers_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_build_triggers_async.py index 13fd712ea48d..b747e617de27 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_build_triggers_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_build_triggers_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ListBuildTriggers_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_build_triggers_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_build_triggers_sync.py index 65605eaaca1e..d0dad5ea9bca 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_build_triggers_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_build_triggers_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ListBuildTriggers_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_builds_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_builds_async.py index 3b3dbab6bdc7..b6365709e9ae 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_builds_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_builds_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ListBuilds_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_builds_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_builds_sync.py index 6d391f970959..3d524afe7c0f 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_builds_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_builds_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ListBuilds_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_worker_pools_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_worker_pools_async.py index 4bbd05fd128e..deaec90dd8ba 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_worker_pools_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_worker_pools_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ListWorkerPools_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_worker_pools_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_worker_pools_sync.py index d4a5d0c93ecc..db00ba971a17 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_worker_pools_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_list_worker_pools_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ListWorkerPools_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_receive_trigger_webhook_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_receive_trigger_webhook_async.py index 71e4ba9396cd..2614e612d1ef 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_receive_trigger_webhook_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_receive_trigger_webhook_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ReceiveTriggerWebhook_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_receive_trigger_webhook_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_receive_trigger_webhook_sync.py index ae68847b451b..ff6d75eac12b 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_receive_trigger_webhook_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_receive_trigger_webhook_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_ReceiveTriggerWebhook_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_retry_build_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_retry_build_async.py index 9f72bdaf0015..26c0e5fe09c5 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_retry_build_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_retry_build_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_RetryBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_retry_build_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_retry_build_sync.py index a41ea1cb50f3..a429afaf87cd 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_retry_build_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_retry_build_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_RetryBuild_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_run_build_trigger_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_run_build_trigger_async.py index 70ea12c8e2a3..be3938c74df2 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_run_build_trigger_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_run_build_trigger_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_RunBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_run_build_trigger_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_run_build_trigger_sync.py index 6d19706390fa..4dfe5a79ee65 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_run_build_trigger_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_run_build_trigger_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_RunBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_build_trigger_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_build_trigger_async.py index 9d718e018efa..e2a0b44151d8 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_build_trigger_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_build_trigger_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_UpdateBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_build_trigger_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_build_trigger_sync.py index dc4f5f08355a..262cc9b19136 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_build_trigger_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_build_trigger_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_UpdateBuildTrigger_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_worker_pool_async.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_worker_pool_async.py index b108e91e079f..0aaca557cbc7 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_worker_pool_async.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_worker_pool_async.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_UpdateWorkerPool_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_worker_pool_sync.py b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_worker_pool_sync.py index dc9f097a79d6..4e11f29a62ec 100644 --- a/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_worker_pool_sync.py +++ b/packages/google-cloud-build/samples/generated_samples/cloudbuild_v1_generated_cloud_build_update_worker_pool_sync.py @@ -24,6 +24,13 @@ # [START cloudbuild_v1_generated_CloudBuild_UpdateWorkerPool_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.devtools import cloudbuild_v1 diff --git a/packages/google-cloud-build/samples/generated_samples/snippet_metadata_cloudbuild_v1.json b/packages/google-cloud-build/samples/generated_samples/snippet_metadata_cloudbuild_v1.json index 7234c2810670..8129b9b025b4 100644 --- a/packages/google-cloud-build/samples/generated_samples/snippet_metadata_cloudbuild_v1.json +++ b/packages/google-cloud-build/samples/generated_samples/snippet_metadata_cloudbuild_v1.json @@ -63,33 +63,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ApproveBuild_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" } ], @@ -147,33 +147,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ApproveBuild_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" } ], @@ -232,33 +232,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_CancelBuild_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": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -316,33 +316,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_CancelBuild_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": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -401,33 +401,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_CreateBuildTrigger_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" } ], @@ -485,33 +485,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_CreateBuildTrigger_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" } ], @@ -570,33 +570,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_CreateBuild_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": "cloudbuild_v1_generated_CloudBuild_CreateBuild_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" } ], @@ -743,33 +743,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_CreateWorkerPool_async", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 40, + "end": 53, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ], @@ -831,33 +831,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_CreateWorkerPool_sync", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 40, + "end": 53, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ], @@ -915,31 +915,31 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_DeleteBuildTrigger_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": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 40, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 44, + "end": 51, "type": "RESPONSE_HANDLING" } ], @@ -996,31 +996,31 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_DeleteBuildTrigger_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": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 40, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 44, + "end": 51, "type": "RESPONSE_HANDLING" } ], @@ -1075,33 +1075,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_DeleteWorkerPool_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" } ], @@ -1155,33 +1155,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_DeleteWorkerPool_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" } ], @@ -1240,33 +1240,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_GetBuildTrigger_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": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -1324,33 +1324,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_GetBuildTrigger_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": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -1409,33 +1409,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_GetBuild_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": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -1493,33 +1493,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_GetBuild_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": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -1574,33 +1574,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_GetWorkerPool_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" } ], @@ -1654,33 +1654,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_GetWorkerPool_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" } ], @@ -1735,33 +1735,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ListBuildTriggers_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" } ], @@ -1815,33 +1815,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ListBuildTriggers_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" } ], @@ -1900,33 +1900,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ListBuilds_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" } ], @@ -1984,33 +1984,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ListBuilds_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" } ], @@ -2065,33 +2065,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ListWorkerPools_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" } ], @@ -2145,33 +2145,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ListWorkerPools_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" } ], @@ -2222,33 +2222,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ReceiveTriggerWebhook_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" } ], @@ -2298,33 +2298,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_ReceiveTriggerWebhook_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" } ], @@ -2383,33 +2383,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_RetryBuild_async", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 40, + "end": 53, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ], @@ -2467,33 +2467,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_RetryBuild_sync", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 40, + "end": 53, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ], @@ -2556,33 +2556,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_RunBuildTrigger_async", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 40, + "end": 53, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ], @@ -2644,33 +2644,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_RunBuildTrigger_sync", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 40, + "end": 53, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ], @@ -2733,33 +2733,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_UpdateBuildTrigger_async", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 43, - "start": 34, + "end": 50, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 44, + "end": 53, + "start": 51, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ], @@ -2821,33 +2821,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_UpdateBuildTrigger_sync", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 43, - "start": 34, + "end": 50, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 44, + "end": 53, + "start": 51, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ], @@ -2906,33 +2906,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_UpdateWorkerPool_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" } ], @@ -2990,33 +2990,33 @@ "regionTag": "cloudbuild_v1_generated_CloudBuild_UpdateWorkerPool_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" } ],