|
7 | 7 | "DEADLINE_EXCEEDED",
|
8 | 8 | "UNAVAILABLE"
|
9 | 9 | ],
|
10 |
| - "unavailable": [ |
| 10 | + "resource_exhausted_unavailable": [ |
| 11 | + "RESOURCE_EXHAUSTED", |
11 | 12 | "UNAVAILABLE"
|
12 | 13 | ]
|
13 | 14 | },
|
|
34 | 35 | "methods": {
|
35 | 36 | "CreateSession": {
|
36 | 37 | "timeout_millis": 30000,
|
37 |
| - "retry_codes_name": "unavailable", |
| 38 | + "retry_codes_name": "resource_exhausted_unavailable", |
38 | 39 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
39 | 40 | },
|
40 | 41 | "BatchCreateSessions": {
|
41 | 42 | "timeout_millis": 60000,
|
42 |
| - "retry_codes_name": "unavailable", |
| 43 | + "retry_codes_name": "resource_exhausted_unavailable", |
43 | 44 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
44 | 45 | },
|
45 | 46 | "GetSession": {
|
46 | 47 | "timeout_millis": 30000,
|
47 |
| - "retry_codes_name": "unavailable", |
| 48 | + "retry_codes_name": "resource_exhausted_unavailable", |
48 | 49 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
49 | 50 | },
|
50 | 51 | "ListSessions": {
|
51 | 52 | "timeout_millis": 3600000,
|
52 |
| - "retry_codes_name": "unavailable", |
| 53 | + "retry_codes_name": "resource_exhausted_unavailable", |
53 | 54 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
54 | 55 | },
|
55 | 56 | "DeleteSession": {
|
56 | 57 | "timeout_millis": 30000,
|
57 |
| - "retry_codes_name": "unavailable", |
| 58 | + "retry_codes_name": "resource_exhausted_unavailable", |
58 | 59 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
59 | 60 | },
|
60 | 61 | "ExecuteSql": {
|
61 | 62 | "timeout_millis": 30000,
|
62 |
| - "retry_codes_name": "unavailable", |
| 63 | + "retry_codes_name": "resource_exhausted_unavailable", |
63 | 64 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
64 | 65 | },
|
65 | 66 | "ExecuteStreamingSql": {
|
|
69 | 70 | },
|
70 | 71 | "ExecuteBatchDml": {
|
71 | 72 | "timeout_millis": 30000,
|
72 |
| - "retry_codes_name": "unavailable", |
| 73 | + "retry_codes_name": "resource_exhausted_unavailable", |
73 | 74 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
74 | 75 | },
|
75 | 76 | "Read": {
|
76 | 77 | "timeout_millis": 30000,
|
77 |
| - "retry_codes_name": "unavailable", |
| 78 | + "retry_codes_name": "resource_exhausted_unavailable", |
78 | 79 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
79 | 80 | },
|
80 | 81 | "StreamingRead": {
|
|
84 | 85 | },
|
85 | 86 | "BeginTransaction": {
|
86 | 87 | "timeout_millis": 30000,
|
87 |
| - "retry_codes_name": "unavailable", |
| 88 | + "retry_codes_name": "resource_exhausted_unavailable", |
88 | 89 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
89 | 90 | },
|
90 | 91 | "Commit": {
|
91 | 92 | "timeout_millis": 3600000,
|
92 |
| - "retry_codes_name": "unavailable", |
| 93 | + "retry_codes_name": "resource_exhausted_unavailable", |
93 | 94 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
94 | 95 | },
|
95 | 96 | "Rollback": {
|
96 | 97 | "timeout_millis": 30000,
|
97 |
| - "retry_codes_name": "unavailable", |
| 98 | + "retry_codes_name": "resource_exhausted_unavailable", |
98 | 99 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
99 | 100 | },
|
100 | 101 | "PartitionQuery": {
|
101 | 102 | "timeout_millis": 30000,
|
102 |
| - "retry_codes_name": "unavailable", |
| 103 | + "retry_codes_name": "resource_exhausted_unavailable", |
103 | 104 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
104 | 105 | },
|
105 | 106 | "PartitionRead": {
|
106 | 107 | "timeout_millis": 30000,
|
107 |
| - "retry_codes_name": "unavailable", |
| 108 | + "retry_codes_name": "resource_exhausted_unavailable", |
108 | 109 | "retry_params_name": "9442ca297df43f7314712e1a19d003838e738a45"
|
109 | 110 | },
|
110 | 111 | "BatchWrite": {
|
|
0 commit comments