File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def hello_get(request):
34
34
def hello_background (data , context ):
35
35
"""Background Cloud Function.
36
36
Args:
37
- event (dict): The dictionary with data specific to the given event.
37
+ data (dict): The dictionary with data specific to the given event.
38
38
context (google.cloud.functions.Context): The Cloud Functions event
39
39
context.
40
40
"""
@@ -70,7 +70,7 @@ def hello_http(request):
70
70
def hello_pubsub (data , context ):
71
71
"""Background Cloud Function to be triggered by Pub/Sub.
72
72
Args:
73
- event (dict): The dictionary with data specific to this type of event.
73
+ data (dict): The dictionary with data specific to this type of event.
74
74
context (google.cloud.functions.Context): The Cloud Functions event
75
75
context.
76
76
"""
You can’t perform that action at this time.
0 commit comments