Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 936362d

Browse files
authored
docs(tasks): service_account_email parameter example [(#4183)](GoogleCloudPlatform/python-docs-samples#4183)
* docs(tasks): serviceAccountEmail parameter example * docs(tasks): parameter name camel => snake case * docs(tasks): comment order = function param order
1 parent 1c5088c commit 936362d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/snippets/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 = 'service-account@my-project-id.iam.gserviceaccount.com';
4243
# payload = 'hello'
4344

4445
# Construct the fully qualified queue name.

0 commit comments

Comments
 (0)