Commit bed2ffb
authored
Merge pull request googleapis#2641 from dhermes/operation-refactor
Re-factoring Operation base class.File tree
Expand file treeCollapse file tree
6 files changed
+241
-79
lines changedOpen diff view settings
Filter options
- bigtable
- google/cloud/bigtable
- unit_tests
- core
- google/cloud
- unit_tests
Expand file treeCollapse file tree
6 files changed
+241
-79
lines changedOpen diff view settings
Collapse file
bigtable/google/cloud/bigtable/cluster.py
Copy file name to clipboardExpand all lines: bigtable/google/cloud/bigtable/cluster.py+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
| ||
218 | 218 | |
219 | 219 | |
220 | 220 | |
221 | | - |
| 221 | + |
222 | 222 | |
223 | 223 | |
224 | 224 | |
| ||
249 | 249 | |
250 | 250 | |
251 | 251 | |
252 | | - |
| 252 | + |
253 | 253 | |
254 | 254 | |
255 | 255 | |
|
Collapse file
bigtable/google/cloud/bigtable/instance.py
Copy file name to clipboardExpand all lines: bigtable/google/cloud/bigtable/instance.py+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
| 43 | + |
| 44 | + |
43 | 45 | |
44 | 46 | |
45 | 47 | |
| ||
237 | 239 | |
238 | 240 | |
239 | 241 | |
240 | | - |
| 242 | + |
241 | 243 | |
242 | 244 | |
243 | 245 | |
|
Collapse file
bigtable/unit_tests/test_cluster.py
Copy file name to clipboardExpand all lines: bigtable/unit_tests/test_cluster.py+7-5Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
257 | 257 | |
258 | 258 | |
259 | 259 | |
260 | | - |
261 | | - |
| 260 | + |
| 261 | + |
| 262 | + |
262 | 263 | |
263 | 264 | |
264 | 265 | |
| ||
323 | 324 | |
324 | 325 | |
325 | 326 | |
326 | | - |
| 327 | + |
327 | 328 | |
328 | | - |
329 | | - |
| 329 | + |
| 330 | + |
| 331 | + |
330 | 332 | |
331 | 333 | |
332 | 334 | |
|
Collapse file
bigtable/unit_tests/test_instance.py
Copy file name to clipboardExpand all lines: bigtable/unit_tests/test_instance.py+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
265 | 265 | |
266 | 266 | |
267 | 267 | |
268 | | - |
| 268 | + |
269 | 269 | |
270 | | - |
271 | | - |
| 270 | + |
| 271 | + |
| 272 | + |
272 | 273 | |
273 | 274 | |
274 | 275 | |
|
Collapse file
core/google/cloud/operation.py
Copy file name to clipboardExpand all lines: core/google/cloud/operation.py+99-28Lines changed: 99 additions & 28 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
43 | 43 | |
44 | 44 | |
45 | 45 | |
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
60 | 80 | |
61 | 81 | |
62 | 82 | |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
63 | 97 | |
64 | 98 | |
65 | 99 | |
66 | 100 | |
67 | 101 | |
68 | 102 | |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
| 103 | + |
| 104 | + |
74 | 105 | |
75 | 106 | |
76 | 107 | |
77 | 108 | |
78 | 109 | |
79 | | - |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
80 | 131 | |
81 | 132 | |
82 | | - |
83 | | - |
| 133 | + |
84 | 134 | |
85 | 135 | |
86 | 136 | |
87 | | - |
| 137 | + |
88 | 138 | |
89 | 139 | |
90 | | - |
91 | | - |
| 140 | + |
| 141 | + |
| 142 | + |
92 | 143 | |
93 | 144 | |
94 | 145 | |
95 | 146 | |
96 | | - |
97 | | - |
| 147 | + |
| 148 | + |
98 | 149 | |
99 | 150 | |
100 | 151 | |
101 | 152 | |
102 | | - |
103 | | - |
104 | | - |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
| 153 | + |
| 154 | + |
| 155 | + |
109 | 156 | |
110 | 157 | |
111 | 158 | |
| ||
116 | 163 | |
117 | 164 | |
118 | 165 | |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
119 | 194 | |
120 | 195 | |
121 | 196 | |
122 | 197 | |
123 | 198 | |
124 | | - |
| 199 | + |
125 | 200 | |
126 | 201 | |
127 | 202 | |
128 | 203 | |
129 | 204 | |
130 | | - |
131 | | - |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
| 205 | + |
| 206 | + |
136 | 207 | |
137 | 208 | |
0 commit comments