From 39c2af59221b16e3d8e0ef0d3e88a7718e2c06d0 Mon Sep 17 00:00:00 2001 From: Kevin Gordillo Date: Tue, 2 Jun 2026 19:52:47 +0000 Subject: [PATCH] chore: remove redundant region tags from GcsEvent POJOs --- .../src/main/java/functions/eventpojos/GcsEvent.java | 2 -- .../src/main/java/functions/eventpojos/GcsEvent.java | 2 -- 2 files changed, 4 deletions(-) diff --git a/functions/imagemagick/src/main/java/functions/eventpojos/GcsEvent.java b/functions/imagemagick/src/main/java/functions/eventpojos/GcsEvent.java index cba9d584246..537a7d23ba3 100644 --- a/functions/imagemagick/src/main/java/functions/eventpojos/GcsEvent.java +++ b/functions/imagemagick/src/main/java/functions/eventpojos/GcsEvent.java @@ -18,7 +18,6 @@ import java.util.Date; -// [START functions_helloworld_gcs_event] public class GcsEvent { // Cloud Functions uses GSON to populate this object. // Field types/names are specified by Cloud Functions @@ -69,4 +68,3 @@ public void setUpdated(Date updated) { this.updated = updated; } } -// [END functions_helloworld_gcs_event] diff --git a/functions/ocr/ocr-process-image/src/main/java/functions/eventpojos/GcsEvent.java b/functions/ocr/ocr-process-image/src/main/java/functions/eventpojos/GcsEvent.java index cba9d584246..537a7d23ba3 100644 --- a/functions/ocr/ocr-process-image/src/main/java/functions/eventpojos/GcsEvent.java +++ b/functions/ocr/ocr-process-image/src/main/java/functions/eventpojos/GcsEvent.java @@ -18,7 +18,6 @@ import java.util.Date; -// [START functions_helloworld_gcs_event] public class GcsEvent { // Cloud Functions uses GSON to populate this object. // Field types/names are specified by Cloud Functions @@ -69,4 +68,3 @@ public void setUpdated(Date updated) { this.updated = updated; } } -// [END functions_helloworld_gcs_event]