From 1bb15b5c93104b912655c88e768ad426417f34db Mon Sep 17 00:00:00 2001 From: Ben Yan <87666186+y4nben@users.noreply.github.com> Date: Tue, 20 May 2025 16:57:06 -0700 Subject: [PATCH] chore(fix): fix region tag replace incorrect region tag in the sample code. --- ...g_v2_generated_logging_service_v2_tail_log_entries_sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/generated_samples/logging_v2_generated_logging_service_v2_tail_log_entries_sync.py b/samples/generated_samples/logging_v2_generated_logging_service_v2_tail_log_entries_sync.py index 5d91ceb7..405e49e8 100644 --- a/samples/generated_samples/logging_v2_generated_logging_service_v2_tail_log_entries_sync.py +++ b/samples/generated_samples/logging_v2_generated_logging_service_v2_tail_log_entries_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-logging -# [START logging_v2_generated_LoggingServiceV2_TailLogEntries_sync] +# [START logging_tail_log_entries] # This snippet has been automatically generated and should be regarded as a # code template only. # It will require modifications to work: @@ -60,4 +60,4 @@ def request_generator(): for response in stream: print(response) -# [END logging_v2_generated_LoggingServiceV2_TailLogEntries_sync] +# [END logging_tail_log_entries]