{ "uuid": "5594577a-8343-4516-a787-186f773cc887", "lastMigration": 29, "name": "Cloud Tasks API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7f37162c-4918-4a02-98ff-415025a61d1c", "documentation": "Deletes a task. A task can be deleted if it is scheduled or dispatched. A task cannot be deleted if it has executed successfully or permanently failed.", "method": "delete", "endpoint": "v2beta3/:name", "responses": [ { "uuid": "4ace0f94-1b00-4af5-b8be-af501b848791", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8875006-50b6-48f7-99af-253a51f0478f", "documentation": "Gets a task.", "method": "get", "endpoint": "v2beta3/:name", "responses": [ { "uuid": "336d70b6-5d48-455b-b079-575dd6d140d2", "body": "{\n \"appEngineHttpRequest\": {\n \"appEngineRouting\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n },\n \"body\": \"\",\n \"headers\": {},\n \"httpMethod\": \"{{oneOf (array 'HTTP_METHOD_UNSPECIFIED' 'POST' 'GET' 'HEAD' 'PUT' 'DELETE' 'PATCH' 'OPTIONS')}}\",\n \"relativeUri\": \"\"\n },\n \"createTime\": \"\",\n \"dispatchCount\": {{faker 'number.int' max=99999}},\n \"dispatchDeadline\": \"\",\n \"firstAttempt\": {\n \"dispatchTime\": \"\",\n \"responseStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"responseTime\": \"\",\n \"scheduleTime\": \"\"\n },\n \"httpRequest\": {\n \"body\": \"\",\n \"headers\": {},\n \"httpMethod\": \"{{oneOf (array 'HTTP_METHOD_UNSPECIFIED' 'POST' 'GET' 'HEAD' 'PUT' 'DELETE' 'PATCH' 'OPTIONS')}}\",\n \"oauthToken\": {\n \"scope\": \"\",\n \"serviceAccountEmail\": \"\"\n },\n \"oidcToken\": {\n \"audience\": \"\",\n \"serviceAccountEmail\": \"\"\n },\n \"url\": \"\"\n },\n \"lastAttempt\": {\n \"dispatchTime\": \"\",\n \"responseStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"responseTime\": \"\",\n \"scheduleTime\": \"\"\n },\n \"name\": \"\",\n \"pullMessage\": {\n \"payload\": \"\",\n \"tag\": \"\"\n },\n \"responseCount\": {{faker 'number.int' max=99999}},\n \"scheduleTime\": \"\",\n \"view\": \"{{oneOf (array 'VIEW_UNSPECIFIED' 'BASIC' 'FULL')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9878fb8d-1594-4ddb-8b8f-2ca4d92e13a6", "documentation": "Updates a queue. This method creates the queue if it does not exist and updates the queue if it does exist. Queues created with this method allow tasks to live for a maximum of 31 days. After a task is 31 days old, the task will be deleted regardless of whether it was dispatched or not. WARNING: Using this method may have unintended side effects if you are using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. Read [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this method.", "method": "patch", "endpoint": "v2beta3/:name", "responses": [ { "uuid": "18883d9b-007a-442a-93bb-93e461652953", "body": "{\n \"appEngineHttpQueue\": {\n \"appEngineRoutingOverride\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n }\n },\n \"name\": \"\",\n \"purgeTime\": \"\",\n \"rateLimits\": {\n \"maxBurstSize\": {{faker 'number.int' max=99999}},\n \"maxConcurrentDispatches\": {{faker 'number.int' max=99999}},\n \"maxDispatchesPerSecond\": {{faker 'number.float'}}\n },\n \"retryConfig\": {\n \"maxAttempts\": {{faker 'number.int' max=99999}},\n \"maxBackoff\": \"\",\n \"maxDoublings\": {{faker 'number.int' max=99999}},\n \"maxRetryDuration\": \"\",\n \"minBackoff\": \"\"\n },\n \"stackdriverLoggingConfig\": {\n \"samplingRatio\": {{faker 'number.float'}}\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'RUNNING' 'PAUSED' 'DISABLED')}}\",\n \"stats\": {\n \"concurrentDispatchesCount\": \"\",\n \"effectiveExecutionRate\": {{faker 'number.float'}},\n \"executedLastMinuteCount\": \"\",\n \"oldestEstimatedArrivalTime\": \"\",\n \"tasksCount\": \"\"\n },\n \"taskTtl\": \"\",\n \"tombstoneTtl\": \"\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'PULL' 'PUSH')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4822cb8c-f937-4b46-aa4c-2ae68069d230", "documentation": "Lists information about the supported locations for this service.", "method": "get", "endpoint": "v2beta3/:name/locations", "responses": [ { "uuid": "64b88dd9-4374-4ed7-b3f6-7ce7acdd4687", "body": "{\n \"locations\": [\n {\n \"displayName\": \"\",\n \"labels\": {},\n \"locationId\": \"\",\n \"metadata\": {},\n \"name\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d39f40f9-4656-46d5-87d0-79a25aec5a03", "documentation": "Pauses the queue. If a queue is paused then the system will stop dispatching tasks until the queue is resumed via ResumeQueue. Tasks can still be added when the queue is paused. A queue is paused if its state is PAUSED.", "method": "post", "endpoint": "v2beta3/:name:pause", "responses": [ { "uuid": "f5b18e67-aa5c-465e-ad24-9da490819c39", "body": "{\n \"appEngineHttpQueue\": {\n \"appEngineRoutingOverride\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n }\n },\n \"name\": \"\",\n \"purgeTime\": \"\",\n \"rateLimits\": {\n \"maxBurstSize\": {{faker 'number.int' max=99999}},\n \"maxConcurrentDispatches\": {{faker 'number.int' max=99999}},\n \"maxDispatchesPerSecond\": {{faker 'number.float'}}\n },\n \"retryConfig\": {\n \"maxAttempts\": {{faker 'number.int' max=99999}},\n \"maxBackoff\": \"\",\n \"maxDoublings\": {{faker 'number.int' max=99999}},\n \"maxRetryDuration\": \"\",\n \"minBackoff\": \"\"\n },\n \"stackdriverLoggingConfig\": {\n \"samplingRatio\": {{faker 'number.float'}}\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'RUNNING' 'PAUSED' 'DISABLED')}}\",\n \"stats\": {\n \"concurrentDispatchesCount\": \"\",\n \"effectiveExecutionRate\": {{faker 'number.float'}},\n \"executedLastMinuteCount\": \"\",\n \"oldestEstimatedArrivalTime\": \"\",\n \"tasksCount\": \"\"\n },\n \"taskTtl\": \"\",\n \"tombstoneTtl\": \"\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'PULL' 'PUSH')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0764287b-9c5e-428d-9095-e9c21d5fadf0", "documentation": "Purges a queue by deleting all of its tasks. All tasks created before this method is called are permanently deleted. Purge operations can take up to one minute to take effect. Tasks might be dispatched before the purge takes effect. A purge is irreversible.", "method": "post", "endpoint": "v2beta3/:name:purge", "responses": [ { "uuid": "9f9f319f-7bfc-4dad-9461-e4950d338872", "body": "{\n \"appEngineHttpQueue\": {\n \"appEngineRoutingOverride\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n }\n },\n \"name\": \"\",\n \"purgeTime\": \"\",\n \"rateLimits\": {\n \"maxBurstSize\": {{faker 'number.int' max=99999}},\n \"maxConcurrentDispatches\": {{faker 'number.int' max=99999}},\n \"maxDispatchesPerSecond\": {{faker 'number.float'}}\n },\n \"retryConfig\": {\n \"maxAttempts\": {{faker 'number.int' max=99999}},\n \"maxBackoff\": \"\",\n \"maxDoublings\": {{faker 'number.int' max=99999}},\n \"maxRetryDuration\": \"\",\n \"minBackoff\": \"\"\n },\n \"stackdriverLoggingConfig\": {\n \"samplingRatio\": {{faker 'number.float'}}\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'RUNNING' 'PAUSED' 'DISABLED')}}\",\n \"stats\": {\n \"concurrentDispatchesCount\": \"\",\n \"effectiveExecutionRate\": {{faker 'number.float'}},\n \"executedLastMinuteCount\": \"\",\n \"oldestEstimatedArrivalTime\": \"\",\n \"tasksCount\": \"\"\n },\n \"taskTtl\": \"\",\n \"tombstoneTtl\": \"\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'PULL' 'PUSH')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "795ad773-df2f-4a16-91e2-fc4b5f09426e", "documentation": "Resume a queue. This method resumes a queue after it has been PAUSED or DISABLED. The state of a queue is stored in the queue's state; after calling this method it will be set to RUNNING. WARNING: Resuming many high-QPS queues at the same time can lead to target overloading. If you are resuming high-QPS queues, follow the 500/50/5 pattern described in [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).", "method": "post", "endpoint": "v2beta3/:name:resume", "responses": [ { "uuid": "c15aa4f2-f373-437f-8549-31b61fc42dd8", "body": "{\n \"appEngineHttpQueue\": {\n \"appEngineRoutingOverride\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n }\n },\n \"name\": \"\",\n \"purgeTime\": \"\",\n \"rateLimits\": {\n \"maxBurstSize\": {{faker 'number.int' max=99999}},\n \"maxConcurrentDispatches\": {{faker 'number.int' max=99999}},\n \"maxDispatchesPerSecond\": {{faker 'number.float'}}\n },\n \"retryConfig\": {\n \"maxAttempts\": {{faker 'number.int' max=99999}},\n \"maxBackoff\": \"\",\n \"maxDoublings\": {{faker 'number.int' max=99999}},\n \"maxRetryDuration\": \"\",\n \"minBackoff\": \"\"\n },\n \"stackdriverLoggingConfig\": {\n \"samplingRatio\": {{faker 'number.float'}}\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'RUNNING' 'PAUSED' 'DISABLED')}}\",\n \"stats\": {\n \"concurrentDispatchesCount\": \"\",\n \"effectiveExecutionRate\": {{faker 'number.float'}},\n \"executedLastMinuteCount\": \"\",\n \"oldestEstimatedArrivalTime\": \"\",\n \"tasksCount\": \"\"\n },\n \"taskTtl\": \"\",\n \"tombstoneTtl\": \"\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'PULL' 'PUSH')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "22f61430-48ff-470f-92cb-790b539417fc", "documentation": "Forces a task to run now. When this method is called, Cloud Tasks will dispatch the task, even if the task is already running, the queue has reached its RateLimits or is PAUSED. This command is meant to be used for manual debugging. For example, RunTask can be used to retry a failed task after a fix has been made or to manually force a task to be dispatched now. The dispatched task is returned. That is, the task that is returned contains the status after the task is dispatched but before the task is received by its target. If Cloud Tasks receives a successful response from the task's target, then the task will be deleted; otherwise the task's schedule_time will be reset to the time that RunTask was called plus the retry delay specified in the queue's RetryConfig. RunTask returns NOT_FOUND when it is called on a task that has already succeeded or permanently failed.", "method": "post", "endpoint": "v2beta3/:name:run", "responses": [ { "uuid": "04b12c1e-4f6b-4c4a-b353-2e9cd1891d61", "body": "{\n \"appEngineHttpRequest\": {\n \"appEngineRouting\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n },\n \"body\": \"\",\n \"headers\": {},\n \"httpMethod\": \"{{oneOf (array 'HTTP_METHOD_UNSPECIFIED' 'POST' 'GET' 'HEAD' 'PUT' 'DELETE' 'PATCH' 'OPTIONS')}}\",\n \"relativeUri\": \"\"\n },\n \"createTime\": \"\",\n \"dispatchCount\": {{faker 'number.int' max=99999}},\n \"dispatchDeadline\": \"\",\n \"firstAttempt\": {\n \"dispatchTime\": \"\",\n \"responseStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"responseTime\": \"\",\n \"scheduleTime\": \"\"\n },\n \"httpRequest\": {\n \"body\": \"\",\n \"headers\": {},\n \"httpMethod\": \"{{oneOf (array 'HTTP_METHOD_UNSPECIFIED' 'POST' 'GET' 'HEAD' 'PUT' 'DELETE' 'PATCH' 'OPTIONS')}}\",\n \"oauthToken\": {\n \"scope\": \"\",\n \"serviceAccountEmail\": \"\"\n },\n \"oidcToken\": {\n \"audience\": \"\",\n \"serviceAccountEmail\": \"\"\n },\n \"url\": \"\"\n },\n \"lastAttempt\": {\n \"dispatchTime\": \"\",\n \"responseStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"responseTime\": \"\",\n \"scheduleTime\": \"\"\n },\n \"name\": \"\",\n \"pullMessage\": {\n \"payload\": \"\",\n \"tag\": \"\"\n },\n \"responseCount\": {{faker 'number.int' max=99999}},\n \"scheduleTime\": \"\",\n \"view\": \"{{oneOf (array 'VIEW_UNSPECIFIED' 'BASIC' 'FULL')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "adb5a458-5e93-4467-8359-39dd18fe9eeb", "documentation": "Lists queues. Queues are returned in lexicographical order.", "method": "get", "endpoint": "v2beta3/:parent/queues", "responses": [ { "uuid": "ecb98931-47f0-40e9-91cd-871b5c9b451a", "body": "{\n \"nextPageToken\": \"\",\n \"queues\": [\n {\n \"appEngineHttpQueue\": {\n \"appEngineRoutingOverride\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n }\n },\n \"name\": \"\",\n \"purgeTime\": \"\",\n \"rateLimits\": {\n \"maxBurstSize\": {{faker 'number.int' max=99999}},\n \"maxConcurrentDispatches\": {{faker 'number.int' max=99999}},\n \"maxDispatchesPerSecond\": {{faker 'number.float'}}\n },\n \"retryConfig\": {\n \"maxAttempts\": {{faker 'number.int' max=99999}},\n \"maxBackoff\": \"\",\n \"maxDoublings\": {{faker 'number.int' max=99999}},\n \"maxRetryDuration\": \"\",\n \"minBackoff\": \"\"\n },\n \"stackdriverLoggingConfig\": {\n \"samplingRatio\": {{faker 'number.float'}}\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'RUNNING' 'PAUSED' 'DISABLED')}}\",\n \"stats\": {\n \"concurrentDispatchesCount\": \"\",\n \"effectiveExecutionRate\": {{faker 'number.float'}},\n \"executedLastMinuteCount\": \"\",\n \"oldestEstimatedArrivalTime\": \"\",\n \"tasksCount\": \"\"\n },\n \"taskTtl\": \"\",\n \"tombstoneTtl\": \"\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'PULL' 'PUSH')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "467a1ba0-703b-4701-9251-88166332fff0", "documentation": "Creates a queue. Queues created with this method allow tasks to live for a maximum of 31 days. After a task is 31 days old, the task will be deleted regardless of whether it was dispatched or not. WARNING: Using this method may have unintended side effects if you are using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. Read [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this method.", "method": "post", "endpoint": "v2beta3/:parent/queues", "responses": [ { "uuid": "3ba4c6f2-8683-453e-8dcd-5dd30d6199c8", "body": "{\n \"appEngineHttpQueue\": {\n \"appEngineRoutingOverride\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n }\n },\n \"name\": \"\",\n \"purgeTime\": \"\",\n \"rateLimits\": {\n \"maxBurstSize\": {{faker 'number.int' max=99999}},\n \"maxConcurrentDispatches\": {{faker 'number.int' max=99999}},\n \"maxDispatchesPerSecond\": {{faker 'number.float'}}\n },\n \"retryConfig\": {\n \"maxAttempts\": {{faker 'number.int' max=99999}},\n \"maxBackoff\": \"\",\n \"maxDoublings\": {{faker 'number.int' max=99999}},\n \"maxRetryDuration\": \"\",\n \"minBackoff\": \"\"\n },\n \"stackdriverLoggingConfig\": {\n \"samplingRatio\": {{faker 'number.float'}}\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'RUNNING' 'PAUSED' 'DISABLED')}}\",\n \"stats\": {\n \"concurrentDispatchesCount\": \"\",\n \"effectiveExecutionRate\": {{faker 'number.float'}},\n \"executedLastMinuteCount\": \"\",\n \"oldestEstimatedArrivalTime\": \"\",\n \"tasksCount\": \"\"\n },\n \"taskTtl\": \"\",\n \"tombstoneTtl\": \"\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'PULL' 'PUSH')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b32065ec-b3eb-49f6-8cab-a46d3beb7e2c", "documentation": "Lists the tasks in a queue. By default, only the BASIC view is retrieved due to performance considerations; response_view controls the subset of information which is returned. The tasks may be returned in any order. The ordering may change at any time.", "method": "get", "endpoint": "v2beta3/:parent/tasks", "responses": [ { "uuid": "c23c44ae-8e2d-41d6-8a53-e892d3732d96", "body": "{\n \"nextPageToken\": \"\",\n \"tasks\": [\n {\n \"appEngineHttpRequest\": {\n \"appEngineRouting\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n },\n \"body\": \"\",\n \"headers\": {},\n \"httpMethod\": \"{{oneOf (array 'HTTP_METHOD_UNSPECIFIED' 'POST' 'GET' 'HEAD' 'PUT' 'DELETE' 'PATCH' 'OPTIONS')}}\",\n \"relativeUri\": \"\"\n },\n \"createTime\": \"\",\n \"dispatchCount\": {{faker 'number.int' max=99999}},\n \"dispatchDeadline\": \"\",\n \"firstAttempt\": {\n \"dispatchTime\": \"\",\n \"responseStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"responseTime\": \"\",\n \"scheduleTime\": \"\"\n },\n \"httpRequest\": {\n \"body\": \"\",\n \"headers\": {},\n \"httpMethod\": \"{{oneOf (array 'HTTP_METHOD_UNSPECIFIED' 'POST' 'GET' 'HEAD' 'PUT' 'DELETE' 'PATCH' 'OPTIONS')}}\",\n \"oauthToken\": {\n \"scope\": \"\",\n \"serviceAccountEmail\": \"\"\n },\n \"oidcToken\": {\n \"audience\": \"\",\n \"serviceAccountEmail\": \"\"\n },\n \"url\": \"\"\n },\n \"lastAttempt\": {\n \"dispatchTime\": \"\",\n \"responseStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"responseTime\": \"\",\n \"scheduleTime\": \"\"\n },\n \"name\": \"\",\n \"pullMessage\": {\n \"payload\": \"\",\n \"tag\": \"\"\n },\n \"responseCount\": {{faker 'number.int' max=99999}},\n \"scheduleTime\": \"\",\n \"view\": \"{{oneOf (array 'VIEW_UNSPECIFIED' 'BASIC' 'FULL')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "099958a5-e17f-4b30-b0cd-63691eba5e51", "documentation": "Creates a task and adds it to a queue. Tasks cannot be updated after creation; there is no UpdateTask command. * The maximum task size is 100KB.", "method": "post", "endpoint": "v2beta3/:parent/tasks", "responses": [ { "uuid": "64791c59-61de-47ce-8e98-8db2e36fed71", "body": "{\n \"appEngineHttpRequest\": {\n \"appEngineRouting\": {\n \"host\": \"\",\n \"instance\": \"\",\n \"service\": \"\",\n \"version\": \"\"\n },\n \"body\": \"\",\n \"headers\": {},\n \"httpMethod\": \"{{oneOf (array 'HTTP_METHOD_UNSPECIFIED' 'POST' 'GET' 'HEAD' 'PUT' 'DELETE' 'PATCH' 'OPTIONS')}}\",\n \"relativeUri\": \"\"\n },\n \"createTime\": \"\",\n \"dispatchCount\": {{faker 'number.int' max=99999}},\n \"dispatchDeadline\": \"\",\n \"firstAttempt\": {\n \"dispatchTime\": \"\",\n \"responseStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"responseTime\": \"\",\n \"scheduleTime\": \"\"\n },\n \"httpRequest\": {\n \"body\": \"\",\n \"headers\": {},\n \"httpMethod\": \"{{oneOf (array 'HTTP_METHOD_UNSPECIFIED' 'POST' 'GET' 'HEAD' 'PUT' 'DELETE' 'PATCH' 'OPTIONS')}}\",\n \"oauthToken\": {\n \"scope\": \"\",\n \"serviceAccountEmail\": \"\"\n },\n \"oidcToken\": {\n \"audience\": \"\",\n \"serviceAccountEmail\": \"\"\n },\n \"url\": \"\"\n },\n \"lastAttempt\": {\n \"dispatchTime\": \"\",\n \"responseStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"responseTime\": \"\",\n \"scheduleTime\": \"\"\n },\n \"name\": \"\",\n \"pullMessage\": {\n \"payload\": \"\",\n \"tag\": \"\"\n },\n \"responseCount\": {{faker 'number.int' max=99999}},\n \"scheduleTime\": \"\",\n \"view\": \"{{oneOf (array 'VIEW_UNSPECIFIED' 'BASIC' 'FULL')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb36f4d2-0650-4f58-a2a8-12c8b3cb1803", "documentation": "Gets the access control policy for a Queue. Returns an empty policy if the resource exists and does not have a policy set. Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission on the specified resource parent: * `cloudtasks.queues.getIamPolicy`", "method": "post", "endpoint": "v2beta3/:resource:getIamPolicy", "responses": [ { "uuid": "5bc8badb-2804-4588-abbd-424d61be51f0", "body": "{\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6f1a95a4-00e6-48da-8fc9-107ed4d49829", "documentation": "Sets the access control policy for a Queue. Replaces any existing policy. Note: The Cloud Console does not check queue-level IAM permissions yet. Project-level permissions are required to use the Cloud Console. Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission on the specified resource parent: * `cloudtasks.queues.setIamPolicy`", "method": "post", "endpoint": "v2beta3/:resource:setIamPolicy", "responses": [ { "uuid": "78efae15-b0c7-4a9f-8feb-5683518cf618", "body": "{\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "96716ad4-066a-4670-abd3-0683c3ea445d", "documentation": "Returns permissions that a caller has on a Queue. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", "method": "post", "endpoint": "v2beta3/:resource:testIamPermissions", "responses": [ { "uuid": "9b18a58c-96d5-4454-b1d0-f1f0383e6263", "body": "{\n \"permissions\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "7f37162c-4918-4a02-98ff-415025a61d1c" }, { "type": "route", "uuid": "f8875006-50b6-48f7-99af-253a51f0478f" }, { "type": "route", "uuid": "9878fb8d-1594-4ddb-8b8f-2ca4d92e13a6" }, { "type": "route", "uuid": "4822cb8c-f937-4b46-aa4c-2ae68069d230" }, { "type": "route", "uuid": "d39f40f9-4656-46d5-87d0-79a25aec5a03" }, { "type": "route", "uuid": "0764287b-9c5e-428d-9095-e9c21d5fadf0" }, { "type": "route", "uuid": "795ad773-df2f-4a16-91e2-fc4b5f09426e" }, { "type": "route", "uuid": "22f61430-48ff-470f-92cb-790b539417fc" }, { "type": "route", "uuid": "adb5a458-5e93-4467-8359-39dd18fe9eeb" }, { "type": "route", "uuid": "467a1ba0-703b-4701-9251-88166332fff0" }, { "type": "route", "uuid": "b32065ec-b3eb-49f6-8cab-a46d3beb7e2c" }, { "type": "route", "uuid": "099958a5-e17f-4b30-b0cd-63691eba5e51" }, { "type": "route", "uuid": "eb36f4d2-0650-4f58-a2a8-12c8b3cb1803" }, { "type": "route", "uuid": "6f1a95a4-00e6-48da-8fc9-107ed4d49829" }, { "type": "route", "uuid": "96716ad4-066a-4670-abd3-0683c3ea445d" } ] }