Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 267a74d

Browse filesBrowse files
authored
Update region tag for Cloud Tasks snippets (GoogleCloudPlatform#2350)
1 parent e1d66d8 commit 267a74d
Copy full SHA for 267a74d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/flexible/tasks/snippets.py

Copy file name to clipboardExpand all lines: appengine/flexible/tasks/snippets.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,14 @@ def pause_queue(project, location, queue):
221221

222222

223223
def delete_queue(project, location, queue):
224+
# [START taskqueues_deleting_queues]
224225
client = tasks.CloudTasksClient()
225226

226227
# TODO(developer): Uncomment these lines and replace with your values.
227228
# project = 'my-project-id'
228229
# location = 'us- central1'
229230
# queue = 'queue1'
230231

231-
# [START taskqueues_deleting_queues]
232232
queue_path = client.queue_path(project, location, queue)
233233
response = client.delete_queue(queue_path)
234234
# [END taskqueues_deleting_queues]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.