Commit e730bf5
authored
fix!: Change contructors of MRD and AAOW AsyncGrpcClient.grpc_client to AsyncGrpcClient (#1727)
Change contructors of MRD and AAOW `AsyncGrpcClient.grpc_client` to
`AsyncGrpcClient`. This will help us extend multiple methods in
AsyncGrpcClient in future.
More details in b/4790300291 parent 8e21a7f commit e730bf5Copy full SHA for e730bf5
File tree
Expand file treeCollapse file tree
17 files changed
+60
-96
lines changedOpen diff view settings
Filter options
- google/cloud/storage/_experimental/asyncio
- samples/snippets/zonal_buckets
- tests
- perf/microbenchmarks
- reads
- writes
- system
- unit/asyncio
Expand file treeCollapse file tree
17 files changed
+60
-96
lines changedOpen diff view settings
Collapse file
google/cloud/storage/_experimental/asyncio/async_appendable_object_writer.py
Copy file name to clipboardExpand all lines: google/cloud/storage/_experimental/asyncio/async_appendable_object_writer.py+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
114 | 114 | |
115 | 115 | |
116 | 116 | |
117 | | - |
| 117 | + |
118 | 118 | |
119 | 119 | |
120 | 120 | |
| ||
155 | 155 | |
156 | 156 | |
157 | 157 | |
158 | | - |
| 158 | + |
159 | 159 | |
160 | 160 | |
161 | 161 | |
| ||
304 | 304 | |
305 | 305 | |
306 | 306 | |
307 | | - |
| 307 | + |
308 | 308 | |
309 | 309 | |
310 | 310 | |
|
Collapse file
google/cloud/storage/_experimental/asyncio/async_multi_range_downloader.py
Copy file name to clipboardExpand all lines: google/cloud/storage/_experimental/asyncio/async_multi_range_downloader.py+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
125 | 125 | |
126 | 126 | |
127 | 127 | |
128 | | - |
| 128 | + |
129 | 129 | |
130 | 130 | |
131 | 131 | |
| ||
136 | 136 | |
137 | 137 | |
138 | 138 | |
139 | | - |
| 139 | + |
140 | 140 | |
141 | 141 | |
142 | 142 | |
| ||
168 | 168 | |
169 | 169 | |
170 | 170 | |
171 | | - |
| 171 | + |
172 | 172 | |
173 | 173 | |
174 | 174 | |
| ||
177 | 177 | |
178 | 178 | |
179 | 179 | |
180 | | - |
| 180 | + |
181 | 181 | |
182 | 182 | |
183 | 183 | |
| ||
273 | 273 | |
274 | 274 | |
275 | 275 | |
276 | | - |
| 276 | + |
277 | 277 | |
278 | 278 | |
279 | 279 | |
| ||
432 | 432 | |
433 | 433 | |
434 | 434 | |
435 | | - |
| 435 | + |
436 | 436 | |
437 | 437 | |
438 | 438 | |
|
Collapse file
samples/snippets/zonal_buckets/storage_create_and_write_appendable_object.py
Copy file name to clipboardExpand all lines: samples/snippets/zonal_buckets/storage_create_and_write_appendable_object.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
|
Collapse file
samples/snippets/zonal_buckets/storage_finalize_appendable_object_upload.py
Copy file name to clipboardExpand all lines: samples/snippets/zonal_buckets/storage_finalize_appendable_object_upload.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
samples/snippets/zonal_buckets/storage_open_multiple_objects_ranged_read.py
Copy file name to clipboardExpand all lines: samples/snippets/zonal_buckets/storage_open_multiple_objects_ranged_read.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
|
Collapse file
samples/snippets/zonal_buckets/storage_open_object_multiple_ranged_read.py
Copy file name to clipboardExpand all lines: samples/snippets/zonal_buckets/storage_open_object_multiple_ranged_read.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
samples/snippets/zonal_buckets/storage_open_object_read_full_object.py
Copy file name to clipboardExpand all lines: samples/snippets/zonal_buckets/storage_open_object_read_full_object.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
samples/snippets/zonal_buckets/storage_open_object_single_ranged_read.py
Copy file name to clipboardExpand all lines: samples/snippets/zonal_buckets/storage_open_object_single_ranged_read.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
samples/snippets/zonal_buckets/storage_pause_and_resume_appendable_upload.py
Copy file name to clipboardExpand all lines: samples/snippets/zonal_buckets/storage_pause_and_resume_appendable_upload.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
|
Collapse file
samples/snippets/zonal_buckets/storage_read_appendable_object_tail.py
Copy file name to clipboardExpand all lines: samples/snippets/zonal_buckets/storage_read_appendable_object_tail.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
90 | 90 | |
91 | 91 | |
92 | 92 | |
93 | | - |
| 93 | + |
94 | 94 | |
95 | 95 | |
96 | 96 | |
|
0 commit comments