Skip to content

Commit 8990162

Browse files
author
Ace Nassri
authored
chore(functions/hello-gcs): clarify comments (GoogleCloudPlatform#6938)
1 parent 5757bac commit 8990162

File tree

1 file changed

+4
-0
lines changed
  • functions/helloworld/hello-gcs/src/main/java/functions

1 file changed

+4
-0
lines changed

functions/helloworld/hello-gcs/src/main/java/functions/HelloGcs.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
import functions.eventpojos.GcsEvent;
2323
import java.util.logging.Logger;
2424

25+
/**
26+
* Example Cloud Storage-triggered function.
27+
* This function can process any event from Cloud Storage.
28+
*/
2529
public class HelloGcs implements BackgroundFunction<GcsEvent> {
2630
private static final Logger logger = Logger.getLogger(HelloGcs.class.getName());
2731

0 commit comments

Comments
 (0)