diff --git a/google/cloud/talent_v4/services/company_service/async_client.py b/google/cloud/talent_v4/services/company_service/async_client.py index a33ed454..79a15383 100644 --- a/google/cloud/talent_v4/services/company_service/async_client.py +++ b/google/cloud/talent_v4/services/company_service/async_client.py @@ -226,6 +226,13 @@ async def create_company( .. 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 talent_v4 async def sample_create_company(): @@ -341,6 +348,13 @@ async def get_company( .. 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 talent_v4 async def sample_get_company(): @@ -456,6 +470,13 @@ async def update_company( .. 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 talent_v4 async def sample_update_company(): @@ -582,6 +603,13 @@ async def delete_company( .. 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 talent_v4 async def sample_delete_company(): @@ -678,6 +706,13 @@ async def list_companies( .. 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 talent_v4 async def sample_list_companies(): diff --git a/google/cloud/talent_v4/services/company_service/client.py b/google/cloud/talent_v4/services/company_service/client.py index 21cfa1f7..30f251f9 100644 --- a/google/cloud/talent_v4/services/company_service/client.py +++ b/google/cloud/talent_v4/services/company_service/client.py @@ -466,6 +466,13 @@ def create_company( .. 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 talent_v4 def sample_create_company(): @@ -581,6 +588,13 @@ def get_company( .. 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 talent_v4 def sample_get_company(): @@ -686,6 +700,13 @@ def update_company( .. 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 talent_v4 def sample_update_company(): @@ -812,6 +833,13 @@ def delete_company( .. 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 talent_v4 def sample_delete_company(): @@ -898,6 +926,13 @@ def list_companies( .. 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 talent_v4 def sample_list_companies(): diff --git a/google/cloud/talent_v4/services/completion/async_client.py b/google/cloud/talent_v4/services/completion/async_client.py index 1ae67f96..025e803e 100644 --- a/google/cloud/talent_v4/services/completion/async_client.py +++ b/google/cloud/talent_v4/services/completion/async_client.py @@ -212,6 +212,13 @@ async def complete_query( .. 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 talent_v4 async def sample_complete_query(): diff --git a/google/cloud/talent_v4/services/completion/client.py b/google/cloud/talent_v4/services/completion/client.py index 15a382d2..bf7b5886 100644 --- a/google/cloud/talent_v4/services/completion/client.py +++ b/google/cloud/talent_v4/services/completion/client.py @@ -456,6 +456,13 @@ def complete_query( .. 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 talent_v4 def sample_complete_query(): diff --git a/google/cloud/talent_v4/services/event_service/async_client.py b/google/cloud/talent_v4/services/event_service/async_client.py index bc74ed49..071bab49 100644 --- a/google/cloud/talent_v4/services/event_service/async_client.py +++ b/google/cloud/talent_v4/services/event_service/async_client.py @@ -220,6 +220,13 @@ async def create_client_event( .. 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 talent_v4 async def sample_create_client_event(): @@ -229,7 +236,7 @@ async def sample_create_client_event(): # Initialize request argument(s) client_event = talent_v4.ClientEvent() client_event.job_event.type_ = "INTERVIEW_GRANTED" - client_event.job_event.jobs = ['jobs_value_1', 'jobs_value_2'] + client_event.job_event.jobs = ['jobs_value1', 'jobs_value2'] client_event.event_id = "event_id_value" request = talent_v4.CreateClientEventRequest( diff --git a/google/cloud/talent_v4/services/event_service/client.py b/google/cloud/talent_v4/services/event_service/client.py index 834d5df3..720f3772 100644 --- a/google/cloud/talent_v4/services/event_service/client.py +++ b/google/cloud/talent_v4/services/event_service/client.py @@ -442,6 +442,13 @@ def create_client_event( .. 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 talent_v4 def sample_create_client_event(): @@ -451,7 +458,7 @@ def sample_create_client_event(): # Initialize request argument(s) client_event = talent_v4.ClientEvent() client_event.job_event.type_ = "INTERVIEW_GRANTED" - client_event.job_event.jobs = ['jobs_value_1', 'jobs_value_2'] + client_event.job_event.jobs = ['jobs_value1', 'jobs_value2'] client_event.event_id = "event_id_value" request = talent_v4.CreateClientEventRequest( diff --git a/google/cloud/talent_v4/services/job_service/async_client.py b/google/cloud/talent_v4/services/job_service/async_client.py index 5ee005b6..30b5dd8d 100644 --- a/google/cloud/talent_v4/services/job_service/async_client.py +++ b/google/cloud/talent_v4/services/job_service/async_client.py @@ -227,6 +227,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 talent_v4 async def sample_create_job(): @@ -342,6 +349,13 @@ async def batch_create_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 talent_v4 async def sample_batch_create_jobs(): @@ -474,6 +488,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 talent_v4 async def sample_get_job(): @@ -587,6 +608,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 talent_v4 async def sample_update_job(): @@ -706,6 +734,13 @@ async def batch_update_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 talent_v4 async def sample_batch_update_jobs(): @@ -839,6 +874,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 talent_v4 async def sample_delete_job(): @@ -935,6 +977,13 @@ async def batch_delete_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 talent_v4 async def sample_batch_delete_jobs(): @@ -1067,6 +1116,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 talent_v4 async def sample_list_jobs(): @@ -1227,6 +1283,13 @@ async def search_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 talent_v4 async def sample_search_jobs(): @@ -1310,6 +1373,13 @@ async def search_jobs_for_alert( .. 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 talent_v4 async def sample_search_jobs_for_alert(): diff --git a/google/cloud/talent_v4/services/job_service/client.py b/google/cloud/talent_v4/services/job_service/client.py index 07e78755..1f50aa2c 100644 --- a/google/cloud/talent_v4/services/job_service/client.py +++ b/google/cloud/talent_v4/services/job_service/client.py @@ -491,6 +491,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 talent_v4 def sample_create_job(): @@ -606,6 +613,13 @@ def batch_create_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 talent_v4 def sample_batch_create_jobs(): @@ -738,6 +752,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 talent_v4 def sample_get_job(): @@ -841,6 +862,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 talent_v4 def sample_update_job(): @@ -960,6 +988,13 @@ def batch_update_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 talent_v4 def sample_batch_update_jobs(): @@ -1093,6 +1128,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 talent_v4 def sample_delete_job(): @@ -1179,6 +1221,13 @@ def batch_delete_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 talent_v4 def sample_batch_delete_jobs(): @@ -1311,6 +1360,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 talent_v4 def sample_list_jobs(): @@ -1461,6 +1517,13 @@ def search_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 talent_v4 def sample_search_jobs(): @@ -1545,6 +1608,13 @@ def search_jobs_for_alert( .. 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 talent_v4 def sample_search_jobs_for_alert(): diff --git a/google/cloud/talent_v4/services/tenant_service/async_client.py b/google/cloud/talent_v4/services/tenant_service/async_client.py index b127f7d3..a10115b8 100644 --- a/google/cloud/talent_v4/services/tenant_service/async_client.py +++ b/google/cloud/talent_v4/services/tenant_service/async_client.py @@ -223,6 +223,13 @@ async def create_tenant( .. 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 talent_v4 async def sample_create_tenant(): @@ -337,6 +344,13 @@ async def get_tenant( .. 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 talent_v4 async def sample_get_tenant(): @@ -452,6 +466,13 @@ async def update_tenant( .. 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 talent_v4 async def sample_update_tenant(): @@ -576,6 +597,13 @@ async def delete_tenant( .. 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 talent_v4 async def sample_delete_tenant(): @@ -671,6 +699,13 @@ async def list_tenants( .. 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 talent_v4 async def sample_list_tenants(): diff --git a/google/cloud/talent_v4/services/tenant_service/client.py b/google/cloud/talent_v4/services/tenant_service/client.py index 432fa236..3f184867 100644 --- a/google/cloud/talent_v4/services/tenant_service/client.py +++ b/google/cloud/talent_v4/services/tenant_service/client.py @@ -441,6 +441,13 @@ def create_tenant( .. 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 talent_v4 def sample_create_tenant(): @@ -555,6 +562,13 @@ def get_tenant( .. 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 talent_v4 def sample_get_tenant(): @@ -660,6 +674,13 @@ def update_tenant( .. 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 talent_v4 def sample_update_tenant(): @@ -784,6 +805,13 @@ def delete_tenant( .. 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 talent_v4 def sample_delete_tenant(): @@ -869,6 +897,13 @@ def list_tenants( .. 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 talent_v4 def sample_list_tenants(): diff --git a/google/cloud/talent_v4beta1/services/company_service/async_client.py b/google/cloud/talent_v4beta1/services/company_service/async_client.py index e82f7dc3..50bc8e1f 100644 --- a/google/cloud/talent_v4beta1/services/company_service/async_client.py +++ b/google/cloud/talent_v4beta1/services/company_service/async_client.py @@ -224,6 +224,13 @@ async def create_company( .. 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 talent_v4beta1 async def sample_create_company(): @@ -341,6 +348,13 @@ async def get_company( .. 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 talent_v4beta1 async def sample_get_company(): @@ -458,6 +472,13 @@ async def update_company( .. 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 talent_v4beta1 async def sample_update_company(): @@ -566,6 +587,13 @@ async def delete_company( .. 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 talent_v4beta1 async def sample_delete_company(): @@ -665,6 +693,13 @@ async def list_companies( .. 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 talent_v4beta1 async def sample_list_companies(): diff --git a/google/cloud/talent_v4beta1/services/company_service/client.py b/google/cloud/talent_v4beta1/services/company_service/client.py index d085647e..00aacd40 100644 --- a/google/cloud/talent_v4beta1/services/company_service/client.py +++ b/google/cloud/talent_v4beta1/services/company_service/client.py @@ -449,6 +449,13 @@ def create_company( .. 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 talent_v4beta1 def sample_create_company(): @@ -566,6 +573,13 @@ def get_company( .. 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 talent_v4beta1 def sample_get_company(): @@ -673,6 +687,13 @@ def update_company( .. 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 talent_v4beta1 def sample_update_company(): @@ -781,6 +802,13 @@ def delete_company( .. 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 talent_v4beta1 def sample_delete_company(): @@ -870,6 +898,13 @@ def list_companies( .. 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 talent_v4beta1 def sample_list_companies(): diff --git a/google/cloud/talent_v4beta1/services/completion/async_client.py b/google/cloud/talent_v4beta1/services/completion/async_client.py index c8c6c1c5..3214971a 100644 --- a/google/cloud/talent_v4beta1/services/completion/async_client.py +++ b/google/cloud/talent_v4beta1/services/completion/async_client.py @@ -212,6 +212,13 @@ async def complete_query( .. 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 talent_v4beta1 async def sample_complete_query(): diff --git a/google/cloud/talent_v4beta1/services/completion/client.py b/google/cloud/talent_v4beta1/services/completion/client.py index 190bda85..e47f291a 100644 --- a/google/cloud/talent_v4beta1/services/completion/client.py +++ b/google/cloud/talent_v4beta1/services/completion/client.py @@ -441,6 +441,13 @@ def complete_query( .. 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 talent_v4beta1 def sample_complete_query(): diff --git a/google/cloud/talent_v4beta1/services/event_service/async_client.py b/google/cloud/talent_v4beta1/services/event_service/async_client.py index 1dd41df2..263215bb 100644 --- a/google/cloud/talent_v4beta1/services/event_service/async_client.py +++ b/google/cloud/talent_v4beta1/services/event_service/async_client.py @@ -221,6 +221,13 @@ async def create_client_event( .. 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 talent_v4beta1 async def sample_create_client_event(): @@ -230,7 +237,7 @@ async def sample_create_client_event(): # Initialize request argument(s) client_event = talent_v4beta1.ClientEvent() client_event.job_event.type_ = "INTERVIEW_GRANTED" - client_event.job_event.jobs = ['jobs_value_1', 'jobs_value_2'] + client_event.job_event.jobs = ['jobs_value1', 'jobs_value2'] client_event.event_id = "event_id_value" request = talent_v4beta1.CreateClientEventRequest( diff --git a/google/cloud/talent_v4beta1/services/event_service/client.py b/google/cloud/talent_v4beta1/services/event_service/client.py index a9f42e74..88c96b8f 100644 --- a/google/cloud/talent_v4beta1/services/event_service/client.py +++ b/google/cloud/talent_v4beta1/services/event_service/client.py @@ -448,6 +448,13 @@ def create_client_event( .. 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 talent_v4beta1 def sample_create_client_event(): @@ -457,7 +464,7 @@ def sample_create_client_event(): # Initialize request argument(s) client_event = talent_v4beta1.ClientEvent() client_event.job_event.type_ = "INTERVIEW_GRANTED" - client_event.job_event.jobs = ['jobs_value_1', 'jobs_value_2'] + client_event.job_event.jobs = ['jobs_value1', 'jobs_value2'] client_event.event_id = "event_id_value" request = talent_v4beta1.CreateClientEventRequest( diff --git a/google/cloud/talent_v4beta1/services/job_service/async_client.py b/google/cloud/talent_v4beta1/services/job_service/async_client.py index 48a59d43..7031d3a8 100644 --- a/google/cloud/talent_v4beta1/services/job_service/async_client.py +++ b/google/cloud/talent_v4beta1/services/job_service/async_client.py @@ -225,6 +225,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 talent_v4beta1 async def sample_create_job(): @@ -342,6 +349,13 @@ async def batch_create_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 talent_v4beta1 async def sample_batch_create_jobs(): @@ -474,6 +488,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 talent_v4beta1 async def sample_get_job(): @@ -589,6 +610,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 talent_v4beta1 async def sample_update_job(): @@ -690,6 +718,13 @@ async def batch_update_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 talent_v4beta1 async def sample_batch_update_jobs(): @@ -823,6 +858,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 talent_v4beta1 async def sample_delete_job(): @@ -923,6 +965,13 @@ async def batch_delete_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 talent_v4beta1 async def sample_batch_delete_jobs(): @@ -1032,6 +1081,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 talent_v4beta1 async def sample_list_jobs(): @@ -1194,6 +1250,13 @@ async def search_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 talent_v4beta1 async def sample_search_jobs(): @@ -1291,6 +1354,13 @@ async def search_jobs_for_alert( .. 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 talent_v4beta1 async def sample_search_jobs_for_alert(): diff --git a/google/cloud/talent_v4beta1/services/job_service/client.py b/google/cloud/talent_v4beta1/services/job_service/client.py index cb861532..6decd233 100644 --- a/google/cloud/talent_v4beta1/services/job_service/client.py +++ b/google/cloud/talent_v4beta1/services/job_service/client.py @@ -474,6 +474,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 talent_v4beta1 def sample_create_job(): @@ -591,6 +598,13 @@ def batch_create_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 talent_v4beta1 def sample_batch_create_jobs(): @@ -723,6 +737,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 talent_v4beta1 def sample_get_job(): @@ -828,6 +849,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 talent_v4beta1 def sample_update_job(): @@ -929,6 +957,13 @@ def batch_update_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 talent_v4beta1 def sample_batch_update_jobs(): @@ -1062,6 +1097,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 talent_v4beta1 def sample_delete_job(): @@ -1152,6 +1194,13 @@ def batch_delete_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 talent_v4beta1 def sample_batch_delete_jobs(): @@ -1261,6 +1310,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 talent_v4beta1 def sample_list_jobs(): @@ -1413,6 +1469,13 @@ def search_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 talent_v4beta1 def sample_search_jobs(): @@ -1511,6 +1574,13 @@ def search_jobs_for_alert( .. 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 talent_v4beta1 def sample_search_jobs_for_alert(): diff --git a/google/cloud/talent_v4beta1/services/tenant_service/async_client.py b/google/cloud/talent_v4beta1/services/tenant_service/async_client.py index 2aa180ba..ae552a49 100644 --- a/google/cloud/talent_v4beta1/services/tenant_service/async_client.py +++ b/google/cloud/talent_v4beta1/services/tenant_service/async_client.py @@ -223,6 +223,13 @@ async def create_tenant( .. 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 talent_v4beta1 async def sample_create_tenant(): @@ -337,6 +344,13 @@ async def get_tenant( .. 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 talent_v4beta1 async def sample_get_tenant(): @@ -451,6 +465,13 @@ async def update_tenant( .. 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 talent_v4beta1 async def sample_update_tenant(): @@ -557,6 +578,13 @@ async def delete_tenant( .. 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 talent_v4beta1 async def sample_delete_tenant(): @@ -652,6 +680,13 @@ async def list_tenants( .. 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 talent_v4beta1 async def sample_list_tenants(): diff --git a/google/cloud/talent_v4beta1/services/tenant_service/client.py b/google/cloud/talent_v4beta1/services/tenant_service/client.py index 5880415c..1d11f27e 100644 --- a/google/cloud/talent_v4beta1/services/tenant_service/client.py +++ b/google/cloud/talent_v4beta1/services/tenant_service/client.py @@ -441,6 +441,13 @@ def create_tenant( .. 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 talent_v4beta1 def sample_create_tenant(): @@ -555,6 +562,13 @@ def get_tenant( .. 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 talent_v4beta1 def sample_get_tenant(): @@ -659,6 +673,13 @@ def update_tenant( .. 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 talent_v4beta1 def sample_update_tenant(): @@ -765,6 +786,13 @@ def delete_tenant( .. 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 talent_v4beta1 def sample_delete_tenant(): @@ -850,6 +878,13 @@ def list_tenants( .. 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 talent_v4beta1 def sample_list_tenants(): diff --git a/mypy.ini b/mypy.ini index 4505b485..574c5aed 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,3 +1,3 @@ [mypy] -python_version = 3.6 +python_version = 3.7 namespace_packages = True diff --git a/samples/generated_samples/jobs_v4_generated_company_service_create_company_async.py b/samples/generated_samples/jobs_v4_generated_company_service_create_company_async.py index 6b77867e..3d8f0347 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_create_company_async.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_create_company_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_CreateCompany_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_company_service_create_company_sync.py b/samples/generated_samples/jobs_v4_generated_company_service_create_company_sync.py index 1cd0488a..27af7ae7 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_create_company_sync.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_create_company_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_CreateCompany_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_company_service_delete_company_async.py b/samples/generated_samples/jobs_v4_generated_company_service_delete_company_async.py index fa80c908..caa9c658 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_delete_company_async.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_delete_company_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_DeleteCompany_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_company_service_delete_company_sync.py b/samples/generated_samples/jobs_v4_generated_company_service_delete_company_sync.py index 9cfaef34..b2340952 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_delete_company_sync.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_delete_company_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_DeleteCompany_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_company_service_get_company_async.py b/samples/generated_samples/jobs_v4_generated_company_service_get_company_async.py index 870311e2..413260e0 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_get_company_async.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_get_company_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_GetCompany_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_company_service_get_company_sync.py b/samples/generated_samples/jobs_v4_generated_company_service_get_company_sync.py index fe138109..d7a20735 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_get_company_sync.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_get_company_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_GetCompany_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_company_service_list_companies_async.py b/samples/generated_samples/jobs_v4_generated_company_service_list_companies_async.py index abe4949f..acfa5f8c 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_list_companies_async.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_list_companies_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_ListCompanies_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_company_service_list_companies_sync.py b/samples/generated_samples/jobs_v4_generated_company_service_list_companies_sync.py index 92b50945..8fc4f9a4 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_list_companies_sync.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_list_companies_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_ListCompanies_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_company_service_update_company_async.py b/samples/generated_samples/jobs_v4_generated_company_service_update_company_async.py index 91c251ce..15895bf7 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_update_company_async.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_update_company_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_UpdateCompany_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_company_service_update_company_sync.py b/samples/generated_samples/jobs_v4_generated_company_service_update_company_sync.py index c2403d25..f382f1d7 100644 --- a/samples/generated_samples/jobs_v4_generated_company_service_update_company_sync.py +++ b/samples/generated_samples/jobs_v4_generated_company_service_update_company_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_CompanyService_UpdateCompany_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_completion_complete_query_async.py b/samples/generated_samples/jobs_v4_generated_completion_complete_query_async.py index e897e85e..9e06a6b2 100644 --- a/samples/generated_samples/jobs_v4_generated_completion_complete_query_async.py +++ b/samples/generated_samples/jobs_v4_generated_completion_complete_query_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_Completion_CompleteQuery_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_completion_complete_query_sync.py b/samples/generated_samples/jobs_v4_generated_completion_complete_query_sync.py index e5b421ee..8859bc96 100644 --- a/samples/generated_samples/jobs_v4_generated_completion_complete_query_sync.py +++ b/samples/generated_samples/jobs_v4_generated_completion_complete_query_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_Completion_CompleteQuery_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_event_service_create_client_event_async.py b/samples/generated_samples/jobs_v4_generated_event_service_create_client_event_async.py index 8ff8edc8..cbb8a812 100644 --- a/samples/generated_samples/jobs_v4_generated_event_service_create_client_event_async.py +++ b/samples/generated_samples/jobs_v4_generated_event_service_create_client_event_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_EventService_CreateClientEvent_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 talent_v4 @@ -34,7 +41,7 @@ async def sample_create_client_event(): # Initialize request argument(s) client_event = talent_v4.ClientEvent() client_event.job_event.type_ = "INTERVIEW_GRANTED" - client_event.job_event.jobs = ['jobs_value_1', 'jobs_value_2'] + client_event.job_event.jobs = ['jobs_value1', 'jobs_value2'] client_event.event_id = "event_id_value" request = talent_v4.CreateClientEventRequest( diff --git a/samples/generated_samples/jobs_v4_generated_event_service_create_client_event_sync.py b/samples/generated_samples/jobs_v4_generated_event_service_create_client_event_sync.py index debd6f4a..21337ce6 100644 --- a/samples/generated_samples/jobs_v4_generated_event_service_create_client_event_sync.py +++ b/samples/generated_samples/jobs_v4_generated_event_service_create_client_event_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_EventService_CreateClientEvent_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 talent_v4 @@ -34,7 +41,7 @@ def sample_create_client_event(): # Initialize request argument(s) client_event = talent_v4.ClientEvent() client_event.job_event.type_ = "INTERVIEW_GRANTED" - client_event.job_event.jobs = ['jobs_value_1', 'jobs_value_2'] + client_event.job_event.jobs = ['jobs_value1', 'jobs_value2'] client_event.event_id = "event_id_value" request = talent_v4.CreateClientEventRequest( diff --git a/samples/generated_samples/jobs_v4_generated_job_service_batch_create_jobs_async.py b/samples/generated_samples/jobs_v4_generated_job_service_batch_create_jobs_async.py index 2f2f0e2a..489582dd 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_batch_create_jobs_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_batch_create_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_BatchCreateJobs_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_batch_create_jobs_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_batch_create_jobs_sync.py index c39497d8..b6d2524a 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_batch_create_jobs_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_batch_create_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_BatchCreateJobs_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_batch_delete_jobs_async.py b/samples/generated_samples/jobs_v4_generated_job_service_batch_delete_jobs_async.py index ed59b217..3fc26c7d 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_batch_delete_jobs_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_batch_delete_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_BatchDeleteJobs_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_batch_delete_jobs_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_batch_delete_jobs_sync.py index b6cc7857..d9be665a 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_batch_delete_jobs_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_batch_delete_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_BatchDeleteJobs_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_batch_update_jobs_async.py b/samples/generated_samples/jobs_v4_generated_job_service_batch_update_jobs_async.py index 911ed83c..780f7ddd 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_batch_update_jobs_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_batch_update_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_BatchUpdateJobs_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_batch_update_jobs_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_batch_update_jobs_sync.py index 825d8108..952a835e 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_batch_update_jobs_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_batch_update_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_BatchUpdateJobs_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_create_job_async.py b/samples/generated_samples/jobs_v4_generated_job_service_create_job_async.py index ed1a99c9..d5c1f62e 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_create_job_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_create_job_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_create_job_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_create_job_sync.py index beef27d9..b9a794a1 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_create_job_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_create_job_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_delete_job_async.py b/samples/generated_samples/jobs_v4_generated_job_service_delete_job_async.py index 71a50b70..9bf6acb8 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_delete_job_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_delete_job_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_delete_job_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_delete_job_sync.py index 14a7c4b8..88bd9f96 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_delete_job_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_delete_job_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_get_job_async.py b/samples/generated_samples/jobs_v4_generated_job_service_get_job_async.py index b3eaec7b..d69b7c04 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_get_job_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_get_job_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_get_job_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_get_job_sync.py index cf459e61..f757ceea 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_get_job_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_get_job_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_list_jobs_async.py b/samples/generated_samples/jobs_v4_generated_job_service_list_jobs_async.py index cb902393..2bf1f6cd 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_list_jobs_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_list_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_list_jobs_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_list_jobs_sync.py index 9c25febc..5537f71f 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_list_jobs_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_list_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_async.py b/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_async.py index 9bc34626..76fb33fd 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_SearchJobs_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_for_alert_async.py b/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_for_alert_async.py index d44a032a..fb28ec78 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_for_alert_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_for_alert_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_SearchJobsForAlert_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_for_alert_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_for_alert_sync.py index d13e114d..65151219 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_for_alert_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_for_alert_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_SearchJobsForAlert_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_sync.py index 7d871908..b629c86d 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_search_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_SearchJobs_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_update_job_async.py b/samples/generated_samples/jobs_v4_generated_job_service_update_job_async.py index 836482a7..295e6fde 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_update_job_async.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_update_job_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_job_service_update_job_sync.py b/samples/generated_samples/jobs_v4_generated_job_service_update_job_sync.py index a462877a..b0488902 100644 --- a/samples/generated_samples/jobs_v4_generated_job_service_update_job_sync.py +++ b/samples/generated_samples/jobs_v4_generated_job_service_update_job_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_JobService_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_create_tenant_async.py b/samples/generated_samples/jobs_v4_generated_tenant_service_create_tenant_async.py index 5b04c6da..6dc93795 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_create_tenant_async.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_create_tenant_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_CreateTenant_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_create_tenant_sync.py b/samples/generated_samples/jobs_v4_generated_tenant_service_create_tenant_sync.py index faaf0ab0..350b7d5b 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_create_tenant_sync.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_create_tenant_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_CreateTenant_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_delete_tenant_async.py b/samples/generated_samples/jobs_v4_generated_tenant_service_delete_tenant_async.py index b21a1c5a..4938c7d5 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_delete_tenant_async.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_delete_tenant_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_DeleteTenant_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_delete_tenant_sync.py b/samples/generated_samples/jobs_v4_generated_tenant_service_delete_tenant_sync.py index 39079d8b..948fb992 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_delete_tenant_sync.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_delete_tenant_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_DeleteTenant_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_get_tenant_async.py b/samples/generated_samples/jobs_v4_generated_tenant_service_get_tenant_async.py index 59beafb0..329d4493 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_get_tenant_async.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_get_tenant_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_GetTenant_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_get_tenant_sync.py b/samples/generated_samples/jobs_v4_generated_tenant_service_get_tenant_sync.py index 37f3687e..d6b4a785 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_get_tenant_sync.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_get_tenant_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_GetTenant_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_list_tenants_async.py b/samples/generated_samples/jobs_v4_generated_tenant_service_list_tenants_async.py index 8e71153d..1be0cc08 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_list_tenants_async.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_list_tenants_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_ListTenants_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_list_tenants_sync.py b/samples/generated_samples/jobs_v4_generated_tenant_service_list_tenants_sync.py index 884fd2ec..df7fa906 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_list_tenants_sync.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_list_tenants_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_ListTenants_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_update_tenant_async.py b/samples/generated_samples/jobs_v4_generated_tenant_service_update_tenant_async.py index 931f1e2d..4098de41 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_update_tenant_async.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_update_tenant_async.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_UpdateTenant_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4_generated_tenant_service_update_tenant_sync.py b/samples/generated_samples/jobs_v4_generated_tenant_service_update_tenant_sync.py index e2e3e8ec..d70a2de6 100644 --- a/samples/generated_samples/jobs_v4_generated_tenant_service_update_tenant_sync.py +++ b/samples/generated_samples/jobs_v4_generated_tenant_service_update_tenant_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4_generated_TenantService_UpdateTenant_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 talent_v4 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_create_company_async.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_create_company_async.py index 2f35ec16..beb39636 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_create_company_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_create_company_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_CreateCompany_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_create_company_sync.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_create_company_sync.py index b1c2d446..3c09bc1f 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_create_company_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_create_company_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_CreateCompany_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_delete_company_async.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_delete_company_async.py index 981d3c06..3afbe7d5 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_delete_company_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_delete_company_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_DeleteCompany_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_delete_company_sync.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_delete_company_sync.py index c88c0f43..efaed012 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_delete_company_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_delete_company_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_DeleteCompany_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_get_company_async.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_get_company_async.py index 7db11f1b..f3c4a42a 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_get_company_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_get_company_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_GetCompany_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_get_company_sync.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_get_company_sync.py index 0dba2921..e8d8e57d 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_get_company_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_get_company_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_GetCompany_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_list_companies_async.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_list_companies_async.py index a64d3181..4b45b106 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_list_companies_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_list_companies_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_ListCompanies_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_list_companies_sync.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_list_companies_sync.py index df20efd1..77f31bc4 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_list_companies_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_list_companies_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_ListCompanies_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_update_company_async.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_update_company_async.py index 7581fcd3..cf6bd525 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_update_company_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_update_company_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_UpdateCompany_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_company_service_update_company_sync.py b/samples/generated_samples/jobs_v4beta1_generated_company_service_update_company_sync.py index c7a53840..091111cf 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_company_service_update_company_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_company_service_update_company_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_CompanyService_UpdateCompany_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_completion_complete_query_async.py b/samples/generated_samples/jobs_v4beta1_generated_completion_complete_query_async.py index 0a40267d..79699ead 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_completion_complete_query_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_completion_complete_query_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_Completion_CompleteQuery_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_completion_complete_query_sync.py b/samples/generated_samples/jobs_v4beta1_generated_completion_complete_query_sync.py index 8745d731..9d46cef2 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_completion_complete_query_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_completion_complete_query_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_Completion_CompleteQuery_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_event_service_create_client_event_async.py b/samples/generated_samples/jobs_v4beta1_generated_event_service_create_client_event_async.py index adabee37..d6a45c89 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_event_service_create_client_event_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_event_service_create_client_event_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_EventService_CreateClientEvent_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 talent_v4beta1 @@ -34,7 +41,7 @@ async def sample_create_client_event(): # Initialize request argument(s) client_event = talent_v4beta1.ClientEvent() client_event.job_event.type_ = "INTERVIEW_GRANTED" - client_event.job_event.jobs = ['jobs_value_1', 'jobs_value_2'] + client_event.job_event.jobs = ['jobs_value1', 'jobs_value2'] client_event.event_id = "event_id_value" request = talent_v4beta1.CreateClientEventRequest( diff --git a/samples/generated_samples/jobs_v4beta1_generated_event_service_create_client_event_sync.py b/samples/generated_samples/jobs_v4beta1_generated_event_service_create_client_event_sync.py index c7d9bd2e..15421a47 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_event_service_create_client_event_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_event_service_create_client_event_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_EventService_CreateClientEvent_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 talent_v4beta1 @@ -34,7 +41,7 @@ def sample_create_client_event(): # Initialize request argument(s) client_event = talent_v4beta1.ClientEvent() client_event.job_event.type_ = "INTERVIEW_GRANTED" - client_event.job_event.jobs = ['jobs_value_1', 'jobs_value_2'] + client_event.job_event.jobs = ['jobs_value1', 'jobs_value2'] client_event.event_id = "event_id_value" request = talent_v4beta1.CreateClientEventRequest( diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_create_jobs_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_create_jobs_async.py index 0c9a5136..6a13b56b 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_create_jobs_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_create_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_BatchCreateJobs_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_create_jobs_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_create_jobs_sync.py index d0617387..0bd3f5ed 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_create_jobs_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_create_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_BatchCreateJobs_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_delete_jobs_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_delete_jobs_async.py index 9b3a77fe..43bcb71e 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_delete_jobs_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_delete_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_BatchDeleteJobs_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_delete_jobs_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_delete_jobs_sync.py index 17e1868c..953ac105 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_delete_jobs_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_delete_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_BatchDeleteJobs_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_update_jobs_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_update_jobs_async.py index 2cd69d62..698e644d 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_update_jobs_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_update_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_BatchUpdateJobs_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_update_jobs_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_update_jobs_sync.py index 37f986a8..e80971da 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_update_jobs_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_batch_update_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_BatchUpdateJobs_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_create_job_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_create_job_async.py index 8e518101..7e36a95f 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_create_job_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_create_job_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_create_job_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_create_job_sync.py index b8ccda7e..600d8be9 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_create_job_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_create_job_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_delete_job_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_delete_job_async.py index 7df0a80f..ad8224b5 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_delete_job_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_delete_job_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_delete_job_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_delete_job_sync.py index a8cef04e..1ef01e19 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_delete_job_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_delete_job_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_get_job_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_get_job_async.py index de278670..d9a57ad5 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_get_job_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_get_job_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_get_job_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_get_job_sync.py index 7053e3be..4a9bc662 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_get_job_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_get_job_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_list_jobs_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_list_jobs_async.py index 0d626d02..5ec12499 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_list_jobs_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_list_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_list_jobs_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_list_jobs_sync.py index 5e2ad80f..793a4653 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_list_jobs_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_list_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_async.py index 38e54bc0..9f5a1335 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_SearchJobs_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_for_alert_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_for_alert_async.py index d14b134b..eeffc48d 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_for_alert_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_for_alert_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_SearchJobsForAlert_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_for_alert_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_for_alert_sync.py index 26de437b..93c7cd15 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_for_alert_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_for_alert_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_SearchJobsForAlert_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_sync.py index 212e5310..0df23612 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_search_jobs_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_SearchJobs_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_update_job_async.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_update_job_async.py index 3595198f..60555fa8 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_update_job_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_update_job_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_job_service_update_job_sync.py b/samples/generated_samples/jobs_v4beta1_generated_job_service_update_job_sync.py index eb1495a5..8170b2d5 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_job_service_update_job_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_job_service_update_job_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_JobService_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_create_tenant_async.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_create_tenant_async.py index 7baf97f7..239e5dbd 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_create_tenant_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_create_tenant_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_CreateTenant_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_create_tenant_sync.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_create_tenant_sync.py index d4c3c679..a8673253 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_create_tenant_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_create_tenant_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_CreateTenant_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_delete_tenant_async.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_delete_tenant_async.py index 2dcbea55..3425f2e7 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_delete_tenant_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_delete_tenant_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_DeleteTenant_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_delete_tenant_sync.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_delete_tenant_sync.py index cb6d6f36..756cb030 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_delete_tenant_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_delete_tenant_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_DeleteTenant_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_get_tenant_async.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_get_tenant_async.py index 52972845..492c8e7d 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_get_tenant_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_get_tenant_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_GetTenant_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_get_tenant_sync.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_get_tenant_sync.py index f52ea235..1bfdfab9 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_get_tenant_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_get_tenant_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_GetTenant_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_list_tenants_async.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_list_tenants_async.py index bf4c8a35..fc99a810 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_list_tenants_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_list_tenants_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_ListTenants_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_list_tenants_sync.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_list_tenants_sync.py index 122cf002..08f8a75c 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_list_tenants_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_list_tenants_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_ListTenants_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_update_tenant_async.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_update_tenant_async.py index 9ebb9cfe..7f60e81e 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_update_tenant_async.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_update_tenant_async.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_UpdateTenant_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 talent_v4beta1 diff --git a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_update_tenant_sync.py b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_update_tenant_sync.py index b08a442f..60849278 100644 --- a/samples/generated_samples/jobs_v4beta1_generated_tenant_service_update_tenant_sync.py +++ b/samples/generated_samples/jobs_v4beta1_generated_tenant_service_update_tenant_sync.py @@ -24,6 +24,13 @@ # [START jobs_v4beta1_generated_TenantService_UpdateTenant_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 talent_v4beta1 diff --git a/samples/generated_samples/snippet_metadata_talent_v4.json b/samples/generated_samples/snippet_metadata_talent_v4.json index b705b9f3..abf91447 100644 --- a/samples/generated_samples/snippet_metadata_talent_v4.json +++ b/samples/generated_samples/snippet_metadata_talent_v4.json @@ -63,33 +63,33 @@ "regionTag": "jobs_v4_generated_CompanyService_CreateCompany_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" } ], @@ -147,33 +147,33 @@ "regionTag": "jobs_v4_generated_CompanyService_CreateCompany_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" } ], @@ -227,31 +227,31 @@ "regionTag": "jobs_v4_generated_CompanyService_DeleteCompany_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": "jobs_v4_generated_CompanyService_DeleteCompany_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": "jobs_v4_generated_CompanyService_GetCompany_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": "jobs_v4_generated_CompanyService_GetCompany_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": "jobs_v4_generated_CompanyService_ListCompanies_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": "jobs_v4_generated_CompanyService_ListCompanies_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" } ], @@ -709,33 +709,33 @@ "regionTag": "jobs_v4_generated_CompanyService_UpdateCompany_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" } ], @@ -793,33 +793,33 @@ "regionTag": "jobs_v4_generated_CompanyService_UpdateCompany_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" } ], @@ -870,33 +870,33 @@ "regionTag": "jobs_v4_generated_Completion_CompleteQuery_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -946,33 +946,33 @@ "regionTag": "jobs_v4_generated_Completion_CompleteQuery_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -1031,33 +1031,33 @@ "regionTag": "jobs_v4_generated_EventService_CreateClientEvent_async", "segments": [ { - "end": 50, + "end": 57, "start": 27, "type": "FULL" }, { - "end": 50, + "end": 57, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 47, - "start": 45, + "end": 54, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 51, - "start": 48, + "end": 58, + "start": 55, "type": "RESPONSE_HANDLING" } ], @@ -1115,33 +1115,33 @@ "regionTag": "jobs_v4_generated_EventService_CreateClientEvent_sync", "segments": [ { - "end": 50, + "end": 57, "start": 27, "type": "FULL" }, { - "end": 50, + "end": 57, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 47, - "start": 45, + "end": 54, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 51, - "start": 48, + "end": 58, + "start": 55, "type": "RESPONSE_HANDLING" } ], @@ -1200,33 +1200,33 @@ "regionTag": "jobs_v4_generated_JobService_BatchCreateJobs_async", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -1284,33 +1284,33 @@ "regionTag": "jobs_v4_generated_JobService_BatchCreateJobs_sync", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -1369,33 +1369,33 @@ "regionTag": "jobs_v4_generated_JobService_BatchDeleteJobs_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" } ], @@ -1453,33 +1453,33 @@ "regionTag": "jobs_v4_generated_JobService_BatchDeleteJobs_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" } ], @@ -1538,33 +1538,33 @@ "regionTag": "jobs_v4_generated_JobService_BatchUpdateJobs_async", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -1622,33 +1622,33 @@ "regionTag": "jobs_v4_generated_JobService_BatchUpdateJobs_sync", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -1707,33 +1707,33 @@ "regionTag": "jobs_v4_generated_JobService_CreateJob_async", "segments": [ { - "end": 51, + "end": 58, "start": 27, "type": "FULL" }, { - "end": 51, + "end": 58, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 48, - "start": 46, + "end": 55, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 52, - "start": 49, + "end": 59, + "start": 56, "type": "RESPONSE_HANDLING" } ], @@ -1791,33 +1791,33 @@ "regionTag": "jobs_v4_generated_JobService_CreateJob_sync", "segments": [ { - "end": 51, + "end": 58, "start": 27, "type": "FULL" }, { - "end": 51, + "end": 58, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 48, - "start": 46, + "end": 55, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 52, - "start": 49, + "end": 59, + "start": 56, "type": "RESPONSE_HANDLING" } ], @@ -1871,31 +1871,31 @@ "regionTag": "jobs_v4_generated_JobService_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" } ], @@ -1948,31 +1948,31 @@ "regionTag": "jobs_v4_generated_JobService_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" } ], @@ -2027,33 +2027,33 @@ "regionTag": "jobs_v4_generated_JobService_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" } ], @@ -2107,33 +2107,33 @@ "regionTag": "jobs_v4_generated_JobService_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" } ], @@ -2192,33 +2192,33 @@ "regionTag": "jobs_v4_generated_JobService_ListJobs_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "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": 47, - "start": 43, + "end": 54, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2276,33 +2276,33 @@ "regionTag": "jobs_v4_generated_JobService_ListJobs_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "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": 47, - "start": 43, + "end": 54, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2353,33 +2353,33 @@ "regionTag": "jobs_v4_generated_JobService_SearchJobsForAlert_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" } ], @@ -2429,33 +2429,33 @@ "regionTag": "jobs_v4_generated_JobService_SearchJobsForAlert_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" } ], @@ -2506,33 +2506,33 @@ "regionTag": "jobs_v4_generated_JobService_SearchJobs_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" } ], @@ -2582,33 +2582,33 @@ "regionTag": "jobs_v4_generated_JobService_SearchJobs_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" } ], @@ -2667,33 +2667,33 @@ "regionTag": "jobs_v4_generated_JobService_UpdateJob_async", "segments": [ { - "end": 50, + "end": 57, "start": 27, "type": "FULL" }, { - "end": 50, + "end": 57, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 47, - "start": 45, + "end": 54, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 51, - "start": 48, + "end": 58, + "start": 55, "type": "RESPONSE_HANDLING" } ], @@ -2751,33 +2751,33 @@ "regionTag": "jobs_v4_generated_JobService_UpdateJob_sync", "segments": [ { - "end": 50, + "end": 57, "start": 27, "type": "FULL" }, { - "end": 50, + "end": 57, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 47, - "start": 45, + "end": 54, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 51, - "start": 48, + "end": 58, + "start": 55, "type": "RESPONSE_HANDLING" } ], @@ -2836,33 +2836,33 @@ "regionTag": "jobs_v4_generated_TenantService_CreateTenant_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" } ], @@ -2920,33 +2920,33 @@ "regionTag": "jobs_v4_generated_TenantService_CreateTenant_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" } ], @@ -3000,31 +3000,31 @@ "regionTag": "jobs_v4_generated_TenantService_DeleteTenant_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" } ], @@ -3077,31 +3077,31 @@ "regionTag": "jobs_v4_generated_TenantService_DeleteTenant_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" } ], @@ -3156,33 +3156,33 @@ "regionTag": "jobs_v4_generated_TenantService_GetTenant_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" } ], @@ -3236,33 +3236,33 @@ "regionTag": "jobs_v4_generated_TenantService_GetTenant_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" } ], @@ -3317,33 +3317,33 @@ "regionTag": "jobs_v4_generated_TenantService_ListTenants_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" } ], @@ -3397,33 +3397,33 @@ "regionTag": "jobs_v4_generated_TenantService_ListTenants_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" } ], @@ -3482,33 +3482,33 @@ "regionTag": "jobs_v4_generated_TenantService_UpdateTenant_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": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3566,33 +3566,33 @@ "regionTag": "jobs_v4_generated_TenantService_UpdateTenant_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": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], diff --git a/samples/generated_samples/snippet_metadata_talent_v4beta1.json b/samples/generated_samples/snippet_metadata_talent_v4beta1.json index 7d67e977..5b2bf382 100644 --- a/samples/generated_samples/snippet_metadata_talent_v4beta1.json +++ b/samples/generated_samples/snippet_metadata_talent_v4beta1.json @@ -63,33 +63,33 @@ "regionTag": "jobs_v4beta1_generated_CompanyService_CreateCompany_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" } ], @@ -147,33 +147,33 @@ "regionTag": "jobs_v4beta1_generated_CompanyService_CreateCompany_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" } ], @@ -227,31 +227,31 @@ "regionTag": "jobs_v4beta1_generated_CompanyService_DeleteCompany_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": "jobs_v4beta1_generated_CompanyService_DeleteCompany_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": "jobs_v4beta1_generated_CompanyService_GetCompany_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": "jobs_v4beta1_generated_CompanyService_GetCompany_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": "jobs_v4beta1_generated_CompanyService_ListCompanies_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": "jobs_v4beta1_generated_CompanyService_ListCompanies_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": "jobs_v4beta1_generated_CompanyService_UpdateCompany_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" } ], @@ -785,33 +785,33 @@ "regionTag": "jobs_v4beta1_generated_CompanyService_UpdateCompany_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" } ], @@ -862,33 +862,33 @@ "regionTag": "jobs_v4beta1_generated_Completion_CompleteQuery_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -938,33 +938,33 @@ "regionTag": "jobs_v4beta1_generated_Completion_CompleteQuery_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -1023,33 +1023,33 @@ "regionTag": "jobs_v4beta1_generated_EventService_CreateClientEvent_async", "segments": [ { - "end": 50, + "end": 57, "start": 27, "type": "FULL" }, { - "end": 50, + "end": 57, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 47, - "start": 45, + "end": 54, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 51, - "start": 48, + "end": 58, + "start": 55, "type": "RESPONSE_HANDLING" } ], @@ -1107,33 +1107,33 @@ "regionTag": "jobs_v4beta1_generated_EventService_CreateClientEvent_sync", "segments": [ { - "end": 50, + "end": 57, "start": 27, "type": "FULL" }, { - "end": 50, + "end": 57, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 47, - "start": 45, + "end": 54, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 51, - "start": 48, + "end": 58, + "start": 55, "type": "RESPONSE_HANDLING" } ], @@ -1192,33 +1192,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_BatchCreateJobs_async", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -1276,33 +1276,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_BatchCreateJobs_sync", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -1360,31 +1360,31 @@ "regionTag": "jobs_v4beta1_generated_JobService_BatchDeleteJobs_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" } ], @@ -1441,31 +1441,31 @@ "regionTag": "jobs_v4beta1_generated_JobService_BatchDeleteJobs_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" } ], @@ -1524,33 +1524,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_BatchUpdateJobs_async", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -1608,33 +1608,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_BatchUpdateJobs_sync", "segments": [ { - "end": 55, + "end": 62, "start": 27, "type": "FULL" }, { - "end": 55, + "end": 62, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 52, - "start": 46, + "end": 59, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 56, - "start": 53, + "end": 63, + "start": 60, "type": "RESPONSE_HANDLING" } ], @@ -1693,33 +1693,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_CreateJob_async", "segments": [ { - "end": 51, + "end": 58, "start": 27, "type": "FULL" }, { - "end": 51, + "end": 58, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 48, - "start": 46, + "end": 55, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 52, - "start": 49, + "end": 59, + "start": 56, "type": "RESPONSE_HANDLING" } ], @@ -1777,33 +1777,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_CreateJob_sync", "segments": [ { - "end": 51, + "end": 58, "start": 27, "type": "FULL" }, { - "end": 51, + "end": 58, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 45, - "start": 34, + "end": 52, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 48, - "start": 46, + "end": 55, + "start": 53, "type": "REQUEST_EXECUTION" }, { - "end": 52, - "start": 49, + "end": 59, + "start": 56, "type": "RESPONSE_HANDLING" } ], @@ -1857,31 +1857,31 @@ "regionTag": "jobs_v4beta1_generated_JobService_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" } ], @@ -1934,31 +1934,31 @@ "regionTag": "jobs_v4beta1_generated_JobService_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" } ], @@ -2013,33 +2013,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_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" } ], @@ -2093,33 +2093,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_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" } ], @@ -2178,33 +2178,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_ListJobs_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "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": 47, - "start": 43, + "end": 54, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2262,33 +2262,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_ListJobs_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "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": 47, - "start": 43, + "end": 54, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2339,33 +2339,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_SearchJobsForAlert_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" } ], @@ -2415,33 +2415,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_SearchJobsForAlert_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" } ], @@ -2492,33 +2492,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_SearchJobs_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" } ], @@ -2568,33 +2568,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_SearchJobs_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" } ], @@ -2649,33 +2649,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_UpdateJob_async", "segments": [ { - "end": 50, + "end": 57, "start": 27, "type": "FULL" }, { - "end": 50, + "end": 57, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 47, - "start": 45, + "end": 54, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 51, - "start": 48, + "end": 58, + "start": 55, "type": "RESPONSE_HANDLING" } ], @@ -2729,33 +2729,33 @@ "regionTag": "jobs_v4beta1_generated_JobService_UpdateJob_sync", "segments": [ { - "end": 50, + "end": 57, "start": 27, "type": "FULL" }, { - "end": 50, + "end": 57, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 44, - "start": 34, + "end": 51, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 47, - "start": 45, + "end": 54, + "start": 52, "type": "REQUEST_EXECUTION" }, { - "end": 51, - "start": 48, + "end": 58, + "start": 55, "type": "RESPONSE_HANDLING" } ], @@ -2814,33 +2814,33 @@ "regionTag": "jobs_v4beta1_generated_TenantService_CreateTenant_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" } ], @@ -2898,33 +2898,33 @@ "regionTag": "jobs_v4beta1_generated_TenantService_CreateTenant_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" } ], @@ -2978,31 +2978,31 @@ "regionTag": "jobs_v4beta1_generated_TenantService_DeleteTenant_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" } ], @@ -3055,31 +3055,31 @@ "regionTag": "jobs_v4beta1_generated_TenantService_DeleteTenant_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" } ], @@ -3134,33 +3134,33 @@ "regionTag": "jobs_v4beta1_generated_TenantService_GetTenant_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" } ], @@ -3214,33 +3214,33 @@ "regionTag": "jobs_v4beta1_generated_TenantService_GetTenant_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" } ], @@ -3295,33 +3295,33 @@ "regionTag": "jobs_v4beta1_generated_TenantService_ListTenants_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" } ], @@ -3375,33 +3375,33 @@ "regionTag": "jobs_v4beta1_generated_TenantService_ListTenants_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" } ], @@ -3456,33 +3456,33 @@ "regionTag": "jobs_v4beta1_generated_TenantService_UpdateTenant_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": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3536,33 +3536,33 @@ "regionTag": "jobs_v4beta1_generated_TenantService_UpdateTenant_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": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ],