Skip to content

Commit

Permalink
chore(tasks): Restore timeout settings for v2beta2 and v2beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and quartzmo committed Jan 14, 2020
1 parent 9e29c62 commit e03fd7f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,97 +26,97 @@
"retry_params_name": "default"
},
"GetQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"CreateQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"UpdateQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"DeleteQueue": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"PurgeQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"PauseQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"ResumeQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"GetIamPolicy": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"SetIamPolicy": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"TestIamPermissions": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"ListTasks": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"GetTask": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"CreateTask": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"DeleteTask": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"LeaseTasks": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"AcknowledgeTask": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"RenewLease": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"CancelLease": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"RunTask": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,77 +26,77 @@
"retry_params_name": "default"
},
"GetQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"CreateQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"UpdateQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"DeleteQueue": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"PurgeQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"PauseQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"ResumeQueue": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"GetIamPolicy": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"SetIamPolicy": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"TestIamPermissions": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"ListTasks": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"GetTask": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"CreateTask": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"DeleteTask": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"RunTask": {
"timeout_millis": 60000,
"timeout_millis": 10000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
}
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-tasks/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2020-01-09T11:43:27.392466Z",
"updateTime": "2020-01-11T11:43:44.331782Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6ace586805c08896fef43e28a261337fcf3f022b",
"internalRef": "288783603"
"sha": "b08714b378e8e5b0c4ecdde73f92c36d6303b4b6",
"internalRef": "289189004"
}
},
{
Expand Down

0 comments on commit e03fd7f

Please sign in to comment.