|
31 | 31 | "methods": {
|
32 | 32 | "ReadRows": {
|
33 | 33 | "timeout_millis": 43200000,
|
34 |
| - "retry_codes_name": "idempotent", |
35 |
| - "retry_params_name": "5af39a0f6db447f61c4f695240caeccb74f78362" |
| 34 | + "retry_codes_name": "non_idempotent", |
| 35 | + "retry_params_name": "default" |
36 | 36 | },
|
37 | 37 | "SampleRowKeys": {
|
38 |
| - "timeout_millis": 20000, |
39 |
| - "retry_codes_name": "idempotent", |
40 |
| - "retry_params_name": "5af39a0f6db447f61c4f695240caeccb74f78362" |
| 38 | + "timeout_millis": 60000, |
| 39 | + "retry_codes_name": "non_idempotent", |
| 40 | + "retry_params_name": "default" |
41 | 41 | },
|
42 | 42 | "MutateRow": {
|
43 |
| - "timeout_millis": 20000, |
| 43 | + "timeout_millis": 60000, |
44 | 44 | "retry_codes_name": "idempotent",
|
45 | 45 | "retry_params_name": "5af39a0f6db447f61c4f695240caeccb74f78362"
|
46 | 46 | },
|
47 | 47 | "MutateRows": {
|
48 |
| - "timeout_millis": 60000, |
49 |
| - "retry_codes_name": "idempotent", |
50 |
| - "retry_params_name": "5af39a0f6db447f61c4f695240caeccb74f78362" |
| 48 | + "timeout_millis": 600000, |
| 49 | + "retry_codes_name": "non_idempotent", |
| 50 | + "retry_params_name": "default" |
51 | 51 | },
|
52 | 52 | "CheckAndMutateRow": {
|
53 | 53 | "timeout_millis": 20000,
|
|
0 commit comments