Skip to content

Commit 189616f

Browse files
authored
docs(tasks): service_account_email parameter example (#4183)
* docs(tasks): serviceAccountEmail parameter example * docs(tasks): parameter name camel => snake case * docs(tasks): comment order = function param order
1 parent d66f96a commit 189616f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/create_http_task_with_token.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def create_http_task(project,
3939
# queue = 'my-queue'
4040
# location = 'us-central1'
4141
# url = 'https://example.com/task_handler'
42+
# service_account_email = '[email protected]';
4243
# payload = 'hello'
4344

4445
# Construct the fully qualified queue name.

0 commit comments

Comments
 (0)