We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c2af5 commit e6b5745Copy full SHA for e6b5745
1 file changed
functions/helloworld/hello-gcs/src/main/java/functions/eventpojos/GcsEvent.java
@@ -18,7 +18,6 @@
18
19
import java.util.Date;
20
21
-// [START functions_helloworld_gcs_event]
22
public class GcsEvent {
23
// Cloud Functions uses GSON to populate this object.
24
// Field types/names are specified by Cloud Functions
@@ -69,4 +68,3 @@ public void setUpdated(Date updated) {
69
68
this.updated = updated;
70
}
71
72
-// [END functions_helloworld_gcs_event]
0 commit comments