From d0bde7ef376ad4ea913ea267274994d0a07df13d Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:14:39 +0000 Subject: [PATCH] chore: Bump gapic-generator-python version to 1.3.0 (#440) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 472561635 Source-Link: https://github.com/googleapis/googleapis/commit/332ecf599f8e747d8d1213b77ae7db26eff12814 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4313d682880fd9d7247291164d4e9d3d5bd9f177 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9 --- .../services/dlp_service/async_client.py | 238 +++ .../dlp_v2/services/dlp_service/client.py | 238 +++ packages/google-cloud-dlp/mypy.ini | 2 +- ..._dlp_service_activate_job_trigger_async.py | 7 + ...d_dlp_service_activate_job_trigger_sync.py | 7 + ...erated_dlp_service_cancel_dlp_job_async.py | 7 + ...nerated_dlp_service_cancel_dlp_job_sync.py | 7 + ...ervice_create_deidentify_template_async.py | 7 + ...service_create_deidentify_template_sync.py | 7 + ...erated_dlp_service_create_dlp_job_async.py | 7 + ...nerated_dlp_service_create_dlp_job_sync.py | 7 + ...p_service_create_inspect_template_async.py | 7 + ...lp_service_create_inspect_template_sync.py | 7 + ...ed_dlp_service_create_job_trigger_async.py | 7 + ...ted_dlp_service_create_job_trigger_sync.py | 7 + ...p_service_create_stored_info_type_async.py | 7 + ...lp_service_create_stored_info_type_sync.py | 7 + ...ed_dlp_service_deidentify_content_async.py | 7 + ...ted_dlp_service_deidentify_content_sync.py | 7 + ...ervice_delete_deidentify_template_async.py | 7 + ...service_delete_deidentify_template_sync.py | 7 + ...erated_dlp_service_delete_dlp_job_async.py | 7 + ...nerated_dlp_service_delete_dlp_job_sync.py | 7 + ...p_service_delete_inspect_template_async.py | 7 + ...lp_service_delete_inspect_template_sync.py | 7 + ...ed_dlp_service_delete_job_trigger_async.py | 7 + ...ted_dlp_service_delete_job_trigger_sync.py | 7 + ...p_service_delete_stored_info_type_async.py | 7 + ...lp_service_delete_stored_info_type_sync.py | 7 + ...erated_dlp_service_finish_dlp_job_async.py | 7 + ...nerated_dlp_service_finish_dlp_job_sync.py | 7 + ...p_service_get_deidentify_template_async.py | 7 + ...lp_service_get_deidentify_template_sync.py | 7 + ...generated_dlp_service_get_dlp_job_async.py | 7 + ..._generated_dlp_service_get_dlp_job_sync.py | 7 + ..._dlp_service_get_inspect_template_async.py | 7 + ...d_dlp_service_get_inspect_template_sync.py | 7 + ...rated_dlp_service_get_job_trigger_async.py | 7 + ...erated_dlp_service_get_job_trigger_sync.py | 7 + ..._dlp_service_get_stored_info_type_async.py | 7 + ...d_dlp_service_get_stored_info_type_sync.py | 7 + ...lp_service_hybrid_inspect_dlp_job_async.py | 7 + ...dlp_service_hybrid_inspect_dlp_job_sync.py | 7 + ...ervice_hybrid_inspect_job_trigger_async.py | 7 + ...service_hybrid_inspect_job_trigger_sync.py | 7 + ...rated_dlp_service_inspect_content_async.py | 7 + ...erated_dlp_service_inspect_content_sync.py | 7 + ...service_list_deidentify_templates_async.py | 7 + ..._service_list_deidentify_templates_sync.py | 7 + ...nerated_dlp_service_list_dlp_jobs_async.py | 7 + ...enerated_dlp_service_list_dlp_jobs_sync.py | 7 + ...rated_dlp_service_list_info_types_async.py | 7 + ...erated_dlp_service_list_info_types_sync.py | 7 + ...lp_service_list_inspect_templates_async.py | 7 + ...dlp_service_list_inspect_templates_sync.py | 7 + ...ted_dlp_service_list_job_triggers_async.py | 7 + ...ated_dlp_service_list_job_triggers_sync.py | 7 + ...lp_service_list_stored_info_types_async.py | 7 + ...dlp_service_list_stored_info_types_sync.py | 7 + ...enerated_dlp_service_redact_image_async.py | 7 + ...generated_dlp_service_redact_image_sync.py | 7 + ...ed_dlp_service_reidentify_content_async.py | 7 + ...ted_dlp_service_reidentify_content_sync.py | 7 + ...ervice_update_deidentify_template_async.py | 7 + ...service_update_deidentify_template_sync.py | 7 + ...p_service_update_inspect_template_async.py | 7 + ...lp_service_update_inspect_template_sync.py | 7 + ...ed_dlp_service_update_job_trigger_async.py | 7 + ...ted_dlp_service_update_job_trigger_sync.py | 7 + ...p_service_update_stored_info_type_async.py | 7 + ...lp_service_update_stored_info_type_sync.py | 7 + .../snippet_metadata_dlp_v2.json | 1306 ++++++++--------- 72 files changed, 1606 insertions(+), 654 deletions(-) diff --git a/packages/google-cloud-dlp/google/cloud/dlp_v2/services/dlp_service/async_client.py b/packages/google-cloud-dlp/google/cloud/dlp_v2/services/dlp_service/async_client.py index 985967ffcfd0..530215bab7f9 100644 --- a/packages/google-cloud-dlp/google/cloud/dlp_v2/services/dlp_service/async_client.py +++ b/packages/google-cloud-dlp/google/cloud/dlp_v2/services/dlp_service/async_client.py @@ -249,6 +249,13 @@ async def inspect_content( .. 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 dlp_v2 async def sample_inspect_content(): @@ -338,6 +345,13 @@ async def redact_image( .. 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 dlp_v2 async def sample_redact_image(): @@ -428,6 +442,13 @@ async def deidentify_content( .. 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 dlp_v2 async def sample_deidentify_content(): @@ -512,6 +533,13 @@ async def reidentify_content( .. 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 dlp_v2 async def sample_reidentify_content(): @@ -596,6 +624,13 @@ async def list_info_types( .. 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 dlp_v2 async def sample_list_info_types(): @@ -703,6 +738,13 @@ async def create_inspect_template( .. 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 dlp_v2 async def sample_create_inspect_template(): @@ -838,6 +880,13 @@ async def update_inspect_template( .. 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 dlp_v2 async def sample_update_inspect_template(): @@ -958,6 +1007,13 @@ async def get_inspect_template( .. 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 dlp_v2 async def sample_get_inspect_template(): @@ -1072,6 +1128,13 @@ async def list_inspect_templates( .. 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 dlp_v2 async def sample_list_inspect_templates(): @@ -1214,6 +1277,13 @@ async def delete_inspect_template( .. 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 dlp_v2 async def sample_delete_inspect_template(): @@ -1314,6 +1384,13 @@ async def create_deidentify_template( .. 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 dlp_v2 async def sample_create_deidentify_template(): @@ -1448,6 +1525,13 @@ async def update_deidentify_template( .. 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 dlp_v2 async def sample_update_deidentify_template(): @@ -1567,6 +1651,13 @@ async def get_deidentify_template( .. 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 dlp_v2 async def sample_get_deidentify_template(): @@ -1680,6 +1771,13 @@ async def list_deidentify_templates( .. 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 dlp_v2 async def sample_list_deidentify_templates(): @@ -1823,6 +1921,13 @@ async def delete_deidentify_template( .. 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 dlp_v2 async def sample_delete_deidentify_template(): @@ -1923,6 +2028,13 @@ async def create_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 async def sample_create_job_trigger(): @@ -2053,6 +2165,13 @@ async def update_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 async def sample_update_job_trigger(): @@ -2170,6 +2289,13 @@ async def hybrid_inspect_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 async def sample_hybrid_inspect_job_trigger(): @@ -2269,6 +2395,13 @@ async def get_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 async def sample_get_job_trigger(): @@ -2379,6 +2512,13 @@ async def list_job_triggers( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 async def sample_list_job_triggers(): @@ -2515,6 +2655,13 @@ async def delete_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 async def sample_delete_job_trigger(): @@ -2610,6 +2757,13 @@ async def activate_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 async def sample_activate_job_trigger(): @@ -2694,6 +2848,13 @@ async def create_dlp_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 dlp_v2 async def sample_create_dlp_job(): @@ -2831,6 +2992,13 @@ async def list_dlp_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 dlp_v2 async def sample_list_dlp_jobs(): @@ -2970,6 +3138,13 @@ async def get_dlp_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 dlp_v2 async def sample_get_dlp_job(): @@ -3081,6 +3256,13 @@ async def delete_dlp_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 dlp_v2 async def sample_delete_dlp_job(): @@ -3179,6 +3361,13 @@ async def cancel_dlp_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 dlp_v2 async def sample_cancel_dlp_job(): @@ -3245,6 +3434,13 @@ async def create_stored_info_type( .. 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 dlp_v2 async def sample_create_stored_info_type(): @@ -3378,6 +3574,13 @@ async def update_stored_info_type( .. 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 dlp_v2 async def sample_update_stored_info_type(): @@ -3499,6 +3702,13 @@ async def get_stored_info_type( .. 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 dlp_v2 async def sample_get_stored_info_type(): @@ -3610,6 +3820,13 @@ async def list_stored_info_types( .. 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 dlp_v2 async def sample_list_stored_info_types(): @@ -3749,6 +3966,13 @@ async def delete_stored_info_type( .. 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 dlp_v2 async def sample_delete_stored_info_type(): @@ -3846,6 +4070,13 @@ async def hybrid_inspect_dlp_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 dlp_v2 async def sample_hybrid_inspect_dlp_job(): @@ -3943,6 +4174,13 @@ async def finish_dlp_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 dlp_v2 async def sample_finish_dlp_job(): diff --git a/packages/google-cloud-dlp/google/cloud/dlp_v2/services/dlp_service/client.py b/packages/google-cloud-dlp/google/cloud/dlp_v2/services/dlp_service/client.py index b5dbf4143352..11d5ef3812c9 100644 --- a/packages/google-cloud-dlp/google/cloud/dlp_v2/services/dlp_service/client.py +++ b/packages/google-cloud-dlp/google/cloud/dlp_v2/services/dlp_service/client.py @@ -573,6 +573,13 @@ def inspect_content( .. 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 dlp_v2 def sample_inspect_content(): @@ -653,6 +660,13 @@ def redact_image( .. 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 dlp_v2 def sample_redact_image(): @@ -734,6 +748,13 @@ def deidentify_content( .. 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 dlp_v2 def sample_deidentify_content(): @@ -809,6 +830,13 @@ def reidentify_content( .. 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 dlp_v2 def sample_reidentify_content(): @@ -884,6 +912,13 @@ def list_info_types( .. 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 dlp_v2 def sample_list_info_types(): @@ -981,6 +1016,13 @@ def create_inspect_template( .. 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 dlp_v2 def sample_create_inspect_template(): @@ -1116,6 +1158,13 @@ def update_inspect_template( .. 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 dlp_v2 def sample_update_inspect_template(): @@ -1236,6 +1285,13 @@ def get_inspect_template( .. 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 dlp_v2 def sample_get_inspect_template(): @@ -1340,6 +1396,13 @@ def list_inspect_templates( .. 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 dlp_v2 def sample_list_inspect_templates(): @@ -1472,6 +1535,13 @@ def delete_inspect_template( .. 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 dlp_v2 def sample_delete_inspect_template(): @@ -1562,6 +1632,13 @@ def create_deidentify_template( .. 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 dlp_v2 def sample_create_deidentify_template(): @@ -1698,6 +1775,13 @@ def update_deidentify_template( .. 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 dlp_v2 def sample_update_deidentify_template(): @@ -1819,6 +1903,13 @@ def get_deidentify_template( .. 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 dlp_v2 def sample_get_deidentify_template(): @@ -1922,6 +2013,13 @@ def list_deidentify_templates( .. 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 dlp_v2 def sample_list_deidentify_templates(): @@ -2057,6 +2155,13 @@ def delete_deidentify_template( .. 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 dlp_v2 def sample_delete_deidentify_template(): @@ -2149,6 +2254,13 @@ def create_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 def sample_create_job_trigger(): @@ -2279,6 +2391,13 @@ def update_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 def sample_update_job_trigger(): @@ -2396,6 +2515,13 @@ def hybrid_inspect_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 def sample_hybrid_inspect_job_trigger(): @@ -2497,6 +2623,13 @@ def get_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 def sample_get_job_trigger(): @@ -2597,6 +2730,13 @@ def list_job_triggers( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 def sample_list_job_triggers(): @@ -2723,6 +2863,13 @@ def delete_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 def sample_delete_job_trigger(): @@ -2808,6 +2955,13 @@ def activate_job_trigger( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import dlp_v2 def sample_activate_job_trigger(): @@ -2893,6 +3047,13 @@ def create_dlp_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 dlp_v2 def sample_create_dlp_job(): @@ -3030,6 +3191,13 @@ def list_dlp_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 dlp_v2 def sample_list_dlp_jobs(): @@ -3159,6 +3327,13 @@ def get_dlp_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 dlp_v2 def sample_get_dlp_job(): @@ -3260,6 +3435,13 @@ def delete_dlp_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 dlp_v2 def sample_delete_dlp_job(): @@ -3348,6 +3530,13 @@ def cancel_dlp_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 dlp_v2 def sample_cancel_dlp_job(): @@ -3415,6 +3604,13 @@ def create_stored_info_type( .. 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 dlp_v2 def sample_create_stored_info_type(): @@ -3548,6 +3744,13 @@ def update_stored_info_type( .. 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 dlp_v2 def sample_update_stored_info_type(): @@ -3669,6 +3872,13 @@ def get_stored_info_type( .. 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 dlp_v2 def sample_get_stored_info_type(): @@ -3770,6 +3980,13 @@ def list_stored_info_types( .. 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 dlp_v2 def sample_list_stored_info_types(): @@ -3899,6 +4116,13 @@ def delete_stored_info_type( .. 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 dlp_v2 def sample_delete_stored_info_type(): @@ -3986,6 +4210,13 @@ def hybrid_inspect_dlp_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 dlp_v2 def sample_hybrid_inspect_dlp_job(): @@ -4083,6 +4314,13 @@ def finish_dlp_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 dlp_v2 def sample_finish_dlp_job(): diff --git a/packages/google-cloud-dlp/mypy.ini b/packages/google-cloud-dlp/mypy.ini index 4505b485436b..574c5aed394b 100644 --- a/packages/google-cloud-dlp/mypy.ini +++ b/packages/google-cloud-dlp/mypy.ini @@ -1,3 +1,3 @@ [mypy] -python_version = 3.6 +python_version = 3.7 namespace_packages = True diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_activate_job_trigger_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_activate_job_trigger_async.py index 7a65838e6f7b..e4371abf2e99 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_activate_job_trigger_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_activate_job_trigger_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ActivateJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_activate_job_trigger_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_activate_job_trigger_sync.py index fd761930c654..c0b4fac17c32 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_activate_job_trigger_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_activate_job_trigger_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ActivateJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_cancel_dlp_job_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_cancel_dlp_job_async.py index ddc4867ade9a..d819029971f1 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_cancel_dlp_job_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_cancel_dlp_job_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CancelDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_cancel_dlp_job_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_cancel_dlp_job_sync.py index 8e8b7525c533..7475d6fac756 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_cancel_dlp_job_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_cancel_dlp_job_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CancelDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_deidentify_template_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_deidentify_template_async.py index 092ddb6b76eb..81ad25199ad7 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_deidentify_template_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_deidentify_template_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateDeidentifyTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_deidentify_template_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_deidentify_template_sync.py index 5475b117c06e..b394f6345d6d 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_deidentify_template_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_deidentify_template_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateDeidentifyTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_dlp_job_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_dlp_job_async.py index 3832a9d48f9b..287707174133 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_dlp_job_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_dlp_job_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_dlp_job_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_dlp_job_sync.py index cbb8cbf2f806..779754f6e747 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_dlp_job_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_dlp_job_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_inspect_template_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_inspect_template_async.py index e3761b051427..aeb40676943c 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_inspect_template_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_inspect_template_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateInspectTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_inspect_template_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_inspect_template_sync.py index f6b5ef72d2a7..0e344b364dbb 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_inspect_template_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_inspect_template_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateInspectTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_job_trigger_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_job_trigger_async.py index 875822b96282..3e82b8f36553 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_job_trigger_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_job_trigger_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_job_trigger_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_job_trigger_sync.py index 4bc93828a5e9..ebb74284500a 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_job_trigger_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_job_trigger_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_stored_info_type_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_stored_info_type_async.py index 74b108695fc5..cae6db893a81 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_stored_info_type_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_stored_info_type_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateStoredInfoType_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_stored_info_type_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_stored_info_type_sync.py index 563678e0bf60..d59a301d3bd2 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_stored_info_type_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_create_stored_info_type_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_CreateStoredInfoType_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_deidentify_content_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_deidentify_content_async.py index 65ed67207fd6..4903b0325cd2 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_deidentify_content_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_deidentify_content_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeidentifyContent_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_deidentify_content_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_deidentify_content_sync.py index a3b9c38c6d36..2422616ceffe 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_deidentify_content_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_deidentify_content_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeidentifyContent_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_deidentify_template_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_deidentify_template_async.py index 49d90cef663a..f544f12d881c 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_deidentify_template_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_deidentify_template_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteDeidentifyTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_deidentify_template_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_deidentify_template_sync.py index 6d3469069be2..a33f3b26355f 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_deidentify_template_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_deidentify_template_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteDeidentifyTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_dlp_job_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_dlp_job_async.py index ffe86d2ba29b..8737125bd35b 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_dlp_job_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_dlp_job_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_dlp_job_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_dlp_job_sync.py index fb63ca198aa6..bb0ce9df9ccb 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_dlp_job_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_dlp_job_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_inspect_template_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_inspect_template_async.py index 195abe04daee..f0aec8eb1ad0 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_inspect_template_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_inspect_template_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteInspectTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_inspect_template_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_inspect_template_sync.py index 768706a536ec..c908d867a400 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_inspect_template_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_inspect_template_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteInspectTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_job_trigger_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_job_trigger_async.py index 1f209da210a0..3784ee3e570f 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_job_trigger_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_job_trigger_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_job_trigger_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_job_trigger_sync.py index 81f384adabcd..9f4405dad918 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_job_trigger_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_job_trigger_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_stored_info_type_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_stored_info_type_async.py index e18c7536752a..652d88fff6cc 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_stored_info_type_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_stored_info_type_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteStoredInfoType_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_stored_info_type_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_stored_info_type_sync.py index bad885392393..7e37ce363ee4 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_stored_info_type_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_delete_stored_info_type_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_DeleteStoredInfoType_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_finish_dlp_job_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_finish_dlp_job_async.py index 1d038b044892..869504da5c12 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_finish_dlp_job_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_finish_dlp_job_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_FinishDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_finish_dlp_job_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_finish_dlp_job_sync.py index 262f585345b4..1b694f90a1ef 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_finish_dlp_job_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_finish_dlp_job_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_FinishDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_deidentify_template_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_deidentify_template_async.py index c7866de524a9..fc1570d30c74 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_deidentify_template_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_deidentify_template_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetDeidentifyTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_deidentify_template_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_deidentify_template_sync.py index 737c65aed13f..bb1e19860380 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_deidentify_template_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_deidentify_template_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetDeidentifyTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_dlp_job_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_dlp_job_async.py index d8966d7db625..2065aa85e6be 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_dlp_job_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_dlp_job_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_dlp_job_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_dlp_job_sync.py index ea5297bef4c7..13959bdeccef 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_dlp_job_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_dlp_job_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_inspect_template_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_inspect_template_async.py index 855cfc90e631..1a9c9649d437 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_inspect_template_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_inspect_template_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetInspectTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_inspect_template_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_inspect_template_sync.py index 3d8c2d6abce3..112e3d83da98 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_inspect_template_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_inspect_template_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetInspectTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_job_trigger_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_job_trigger_async.py index 331017d0f50e..248184c7826c 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_job_trigger_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_job_trigger_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_job_trigger_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_job_trigger_sync.py index b1aa54f8755d..9c6cdb3a1fdf 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_job_trigger_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_job_trigger_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_stored_info_type_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_stored_info_type_async.py index a99bf9f9ecdf..a7820fe25e1e 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_stored_info_type_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_stored_info_type_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetStoredInfoType_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_stored_info_type_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_stored_info_type_sync.py index 771e551c3bc0..d0b0a44ceac0 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_stored_info_type_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_get_stored_info_type_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_GetStoredInfoType_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_dlp_job_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_dlp_job_async.py index ac0e9cf11e96..e9f9be5ad58f 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_dlp_job_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_dlp_job_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_HybridInspectDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_dlp_job_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_dlp_job_sync.py index 73ca48670420..2bfd7fe18175 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_dlp_job_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_dlp_job_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_HybridInspectDlpJob_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_job_trigger_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_job_trigger_async.py index 4c55f95245c2..dbdd91c26215 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_job_trigger_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_job_trigger_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_HybridInspectJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_job_trigger_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_job_trigger_sync.py index 6ba845255c32..a9c4c85ef616 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_job_trigger_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_hybrid_inspect_job_trigger_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_HybridInspectJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_inspect_content_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_inspect_content_async.py index 3d3ad87d9c6d..3f24588bc7ed 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_inspect_content_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_inspect_content_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_InspectContent_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_inspect_content_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_inspect_content_sync.py index ae636ca05afe..4b5a10f3caf7 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_inspect_content_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_inspect_content_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_InspectContent_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_deidentify_templates_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_deidentify_templates_async.py index 32b0fa7eb536..d1a40dc01bfa 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_deidentify_templates_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_deidentify_templates_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListDeidentifyTemplates_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_deidentify_templates_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_deidentify_templates_sync.py index d32665ef0d60..6a01f0fb34c5 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_deidentify_templates_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_deidentify_templates_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListDeidentifyTemplates_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_dlp_jobs_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_dlp_jobs_async.py index 7cd9eb6d7931..57c790d8b5de 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_dlp_jobs_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_dlp_jobs_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListDlpJobs_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_dlp_jobs_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_dlp_jobs_sync.py index cc2a8f83d35e..7d06c2372b27 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_dlp_jobs_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_dlp_jobs_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListDlpJobs_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_info_types_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_info_types_async.py index bf843ff738de..16b871f8b761 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_info_types_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_info_types_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListInfoTypes_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_info_types_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_info_types_sync.py index 3ae4f05a8ccc..9e3ca167af8a 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_info_types_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_info_types_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListInfoTypes_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_inspect_templates_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_inspect_templates_async.py index e12b2bf262e6..6e405a4fd8e6 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_inspect_templates_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_inspect_templates_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListInspectTemplates_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_inspect_templates_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_inspect_templates_sync.py index d8c366bf7221..71673677d9f7 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_inspect_templates_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_inspect_templates_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListInspectTemplates_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_job_triggers_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_job_triggers_async.py index cf15632b006b..e8c0281f57b4 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_job_triggers_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_job_triggers_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListJobTriggers_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_job_triggers_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_job_triggers_sync.py index dff060270318..0f9141c0622b 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_job_triggers_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_job_triggers_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListJobTriggers_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_stored_info_types_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_stored_info_types_async.py index b44ed6ac6e39..460c99c4c0e3 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_stored_info_types_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_stored_info_types_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListStoredInfoTypes_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_stored_info_types_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_stored_info_types_sync.py index 2580aaef1742..1ad1796ea3c8 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_stored_info_types_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_list_stored_info_types_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ListStoredInfoTypes_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_redact_image_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_redact_image_async.py index c1bf3f957304..a7a0d502faac 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_redact_image_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_redact_image_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_RedactImage_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_redact_image_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_redact_image_sync.py index 2323322fa268..272bdb80fdd3 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_redact_image_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_redact_image_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_RedactImage_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_reidentify_content_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_reidentify_content_async.py index 8f9012ae08d0..401f62df099d 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_reidentify_content_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_reidentify_content_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ReidentifyContent_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_reidentify_content_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_reidentify_content_sync.py index 6d5fed36d273..9e654be973e3 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_reidentify_content_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_reidentify_content_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_ReidentifyContent_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_deidentify_template_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_deidentify_template_async.py index d7ebe195f9b2..8b32186c9522 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_deidentify_template_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_deidentify_template_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_UpdateDeidentifyTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_deidentify_template_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_deidentify_template_sync.py index 9db21fad07f6..e3296531a319 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_deidentify_template_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_deidentify_template_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_UpdateDeidentifyTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_inspect_template_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_inspect_template_async.py index 76eb2c90c2db..8e0621164a6e 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_inspect_template_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_inspect_template_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_UpdateInspectTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_inspect_template_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_inspect_template_sync.py index 96a48fea03e9..332c5de63763 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_inspect_template_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_inspect_template_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_UpdateInspectTemplate_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_job_trigger_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_job_trigger_async.py index aea078d894b6..58baaeebeb45 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_job_trigger_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_job_trigger_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_UpdateJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_job_trigger_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_job_trigger_sync.py index e15d7b5de3bd..3694b5ff1825 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_job_trigger_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_job_trigger_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_UpdateJobTrigger_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_stored_info_type_async.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_stored_info_type_async.py index 3887ec051232..d5658d324e74 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_stored_info_type_async.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_stored_info_type_async.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_UpdateStoredInfoType_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_stored_info_type_sync.py b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_stored_info_type_sync.py index 08781e5fb97e..9471180b2b68 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_stored_info_type_sync.py +++ b/packages/google-cloud-dlp/samples/generated_samples/dlp_v2_generated_dlp_service_update_stored_info_type_sync.py @@ -24,6 +24,13 @@ # [START dlp_v2_generated_DlpService_UpdateStoredInfoType_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 dlp_v2 diff --git a/packages/google-cloud-dlp/samples/generated_samples/snippet_metadata_dlp_v2.json b/packages/google-cloud-dlp/samples/generated_samples/snippet_metadata_dlp_v2.json index 473e448bb17a..dbb50aa56704 100644 --- a/packages/google-cloud-dlp/samples/generated_samples/snippet_metadata_dlp_v2.json +++ b/packages/google-cloud-dlp/samples/generated_samples/snippet_metadata_dlp_v2.json @@ -55,33 +55,33 @@ "regionTag": "dlp_v2_generated_DlpService_ActivateJobTrigger_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" } ], @@ -131,33 +131,33 @@ "regionTag": "dlp_v2_generated_DlpService_ActivateJobTrigger_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" } ], @@ -207,31 +207,31 @@ "regionTag": "dlp_v2_generated_DlpService_CancelDlpJob_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" } ], @@ -280,31 +280,31 @@ "regionTag": "dlp_v2_generated_DlpService_CancelDlpJob_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" } ], @@ -363,33 +363,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateDeidentifyTemplate_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" } ], @@ -447,33 +447,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateDeidentifyTemplate_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" } ], @@ -536,33 +536,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateDlpJob_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" } ], @@ -624,33 +624,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateDlpJob_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" } ], @@ -709,33 +709,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateInspectTemplate_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" } ], @@ -793,33 +793,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateInspectTemplate_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" } ], @@ -878,33 +878,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateJobTrigger_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" } ], @@ -962,33 +962,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateJobTrigger_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" } ], @@ -1047,33 +1047,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateStoredInfoType_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" } ], @@ -1131,33 +1131,33 @@ "regionTag": "dlp_v2_generated_DlpService_CreateStoredInfoType_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" } ], @@ -1208,33 +1208,33 @@ "regionTag": "dlp_v2_generated_DlpService_DeidentifyContent_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1284,33 +1284,33 @@ "regionTag": "dlp_v2_generated_DlpService_DeidentifyContent_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1364,31 +1364,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteDeidentifyTemplate_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" } ], @@ -1441,31 +1441,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteDeidentifyTemplate_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" } ], @@ -1519,31 +1519,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteDlpJob_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" } ], @@ -1596,31 +1596,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteDlpJob_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" } ], @@ -1674,31 +1674,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteInspectTemplate_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" } ], @@ -1751,31 +1751,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteInspectTemplate_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" } ], @@ -1829,31 +1829,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteJobTrigger_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" } ], @@ -1906,31 +1906,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteJobTrigger_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" } ], @@ -1984,31 +1984,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteStoredInfoType_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" } ], @@ -2061,31 +2061,31 @@ "regionTag": "dlp_v2_generated_DlpService_DeleteStoredInfoType_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" } ], @@ -2135,31 +2135,31 @@ "regionTag": "dlp_v2_generated_DlpService_FinishDlpJob_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" } ], @@ -2208,31 +2208,31 @@ "regionTag": "dlp_v2_generated_DlpService_FinishDlpJob_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" } ], @@ -2287,33 +2287,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetDeidentifyTemplate_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" } ], @@ -2367,33 +2367,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetDeidentifyTemplate_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" } ], @@ -2448,33 +2448,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetDlpJob_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" } ], @@ -2528,33 +2528,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetDlpJob_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, - "type": "REQUEST_EXECUTION" + "end": 48, + "start": 46, + "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -2609,33 +2609,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetInspectTemplate_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" } ], @@ -2689,33 +2689,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetInspectTemplate_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" } ], @@ -2770,33 +2770,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetJobTrigger_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" } ], @@ -2850,33 +2850,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetJobTrigger_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" } ], @@ -2931,33 +2931,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetStoredInfoType_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" } ], @@ -3011,33 +3011,33 @@ "regionTag": "dlp_v2_generated_DlpService_GetStoredInfoType_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" } ], @@ -3092,33 +3092,33 @@ "regionTag": "dlp_v2_generated_DlpService_HybridInspectDlpJob_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" } ], @@ -3172,33 +3172,33 @@ "regionTag": "dlp_v2_generated_DlpService_HybridInspectDlpJob_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" } ], @@ -3253,33 +3253,33 @@ "regionTag": "dlp_v2_generated_DlpService_HybridInspectJobTrigger_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" } ], @@ -3333,33 +3333,33 @@ "regionTag": "dlp_v2_generated_DlpService_HybridInspectJobTrigger_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" } ], @@ -3410,33 +3410,33 @@ "regionTag": "dlp_v2_generated_DlpService_InspectContent_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -3486,33 +3486,33 @@ "regionTag": "dlp_v2_generated_DlpService_InspectContent_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -3567,33 +3567,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListDeidentifyTemplates_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" } ], @@ -3647,33 +3647,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListDeidentifyTemplates_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" } ], @@ -3728,33 +3728,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListDlpJobs_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" } ], @@ -3808,33 +3808,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListDlpJobs_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" } ], @@ -3889,33 +3889,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListInfoTypes_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -3969,33 +3969,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListInfoTypes_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -4050,33 +4050,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListInspectTemplates_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" } ], @@ -4130,33 +4130,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListInspectTemplates_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" } ], @@ -4211,33 +4211,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListJobTriggers_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" } ], @@ -4291,33 +4291,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListJobTriggers_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" } ], @@ -4372,33 +4372,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListStoredInfoTypes_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" } ], @@ -4452,33 +4452,33 @@ "regionTag": "dlp_v2_generated_DlpService_ListStoredInfoTypes_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" } ], @@ -4529,33 +4529,33 @@ "regionTag": "dlp_v2_generated_DlpService_RedactImage_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -4605,33 +4605,33 @@ "regionTag": "dlp_v2_generated_DlpService_RedactImage_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -4682,33 +4682,33 @@ "regionTag": "dlp_v2_generated_DlpService_ReidentifyContent_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" } ], @@ -4758,33 +4758,33 @@ "regionTag": "dlp_v2_generated_DlpService_ReidentifyContent_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" } ], @@ -4847,33 +4847,33 @@ "regionTag": "dlp_v2_generated_DlpService_UpdateDeidentifyTemplate_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" } ], @@ -4935,33 +4935,33 @@ "regionTag": "dlp_v2_generated_DlpService_UpdateDeidentifyTemplate_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" } ], @@ -5024,33 +5024,33 @@ "regionTag": "dlp_v2_generated_DlpService_UpdateInspectTemplate_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" } ], @@ -5112,33 +5112,33 @@ "regionTag": "dlp_v2_generated_DlpService_UpdateInspectTemplate_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" } ], @@ -5201,33 +5201,33 @@ "regionTag": "dlp_v2_generated_DlpService_UpdateJobTrigger_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" } ], @@ -5289,33 +5289,33 @@ "regionTag": "dlp_v2_generated_DlpService_UpdateJobTrigger_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" } ], @@ -5378,33 +5378,33 @@ "regionTag": "dlp_v2_generated_DlpService_UpdateStoredInfoType_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" } ], @@ -5466,33 +5466,33 @@ "regionTag": "dlp_v2_generated_DlpService_UpdateStoredInfoType_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" } ],