File tree Expand file tree Collapse file tree
imagemagick/src/main/java/functions/eventpojos
ocr/ocr-process-image/src/main/java/functions/eventpojos Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919import java .util .Date ;
2020
21- // [START functions_helloworld_gcs_event]
2221public class GcsEvent {
2322 // Cloud Functions uses GSON to populate this object.
2423 // Field types/names are specified by Cloud Functions
@@ -69,4 +68,3 @@ public void setUpdated(Date updated) {
6968 this .updated = updated ;
7069 }
7170}
72- // [END functions_helloworld_gcs_event]
Original file line number Diff line number Diff line change 1818
1919import java .util .Date ;
2020
21- // [START functions_helloworld_gcs_event]
2221public class GcsEvent {
2322 // Cloud Functions uses GSON to populate this object.
2423 // Field types/names are specified by Cloud Functions
@@ -69,4 +68,3 @@ public void setUpdated(Date updated) {
6968 this .updated = updated ;
7069 }
7170}
72- // [END functions_helloworld_gcs_event]
You can’t perform that action at this time.
0 commit comments