This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Commit 2bf8ab7
authored
feat: add context manager support in client (#141)
- [ ] Regenerate this pull request now.
chore: fix docstring for first attribute of protos
committer: @busunkim96
PiperOrigin-RevId: 401271153
Source-Link: googleapis/googleapis@787f8c9
Source-Link: https://github.com/googleapis/googleapis-gen/commit/81decffe9fc72396a8153e756d1d67a6eecfd620
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODFkZWNmZmU5ZmM3MjM5NmE4MTUzZTc1NmQxZDY3YTZlZWNmZDYyMCJ91 parent 154ac00 commit 2bf8ab7Copy full SHA for 2bf8ab7
15 files changed
+184-8Lines changed: 184 additions & 8 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- google/cloud
- trace_v1
- services/trace_service
- transports
- types
- trace_v2
- services/trace_service
- transports
- types
- tests/unit/gapic
- trace_v1
- trace_v2
Expand file treeCollapse file tree
Open diff view settings
Collapse file
google/cloud/trace_v1/services/trace_service/async_client.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v1/services/trace_service/async_client.py+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
414 | 414 | |
415 | 415 | |
416 | 416 | |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
417 | 423 | |
418 | 424 | |
419 | 425 | |
|
Collapse file
google/cloud/trace_v1/services/trace_service/client.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v1/services/trace_service/client.py+14-4Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
332 | 332 | |
333 | 333 | |
334 | 334 | |
335 | | - |
336 | | - |
337 | | - |
338 | | - |
| 335 | + |
339 | 336 | |
340 | 337 | |
341 | 338 | |
| ||
561 | 558 | |
562 | 559 | |
563 | 560 | |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
564 | 574 | |
565 | 575 | |
566 | 576 | |
|
Collapse file
google/cloud/trace_v1/services/trace_service/transports/base.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v1/services/trace_service/transports/base.py+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
204 | 204 | |
205 | 205 | |
206 | 206 | |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
207 | 216 | |
208 | 217 | |
209 | 218 | |
|
Collapse file
google/cloud/trace_v1/services/trace_service/transports/grpc.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v1/services/trace_service/transports/grpc.py+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
312 | 312 | |
313 | 313 | |
314 | 314 | |
| 315 | + |
| 316 | + |
| 317 | + |
315 | 318 | |
316 | 319 | |
Collapse file
google/cloud/trace_v1/services/trace_service/transports/grpc_asyncio.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v1/services/trace_service/transports/grpc_asyncio.py+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
317 | 317 | |
318 | 318 | |
319 | 319 | |
| 320 | + |
| 321 | + |
| 322 | + |
320 | 323 | |
321 | 324 | |
Collapse file
google/cloud/trace_v1/types/trace.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v1/types/trace.py+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
56 | 56 | |
57 | 57 | |
58 | 58 | |
| 59 | + |
59 | 60 | |
60 | 61 | |
61 | 62 | |
| ||
254 | 255 | |
255 | 256 | |
256 | 257 | |
| 258 | + |
257 | 259 | |
258 | 260 | |
259 | 261 | |
| ||
275 | 277 | |
276 | 278 | |
277 | 279 | |
| 280 | + |
278 | 281 | |
279 | 282 | |
280 | 283 | |
| ||
289 | 292 | |
290 | 293 | |
291 | 294 | |
| 295 | + |
292 | 296 | |
293 | 297 | |
294 | 298 | |
|
Collapse file
google/cloud/trace_v2/services/trace_service/async_client.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v2/services/trace_service/async_client.py+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
315 | 315 | |
316 | 316 | |
317 | 317 | |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
318 | 324 | |
319 | 325 | |
320 | 326 | |
|
Collapse file
google/cloud/trace_v2/services/trace_service/client.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v2/services/trace_service/client.py+14-4Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
351 | 351 | |
352 | 352 | |
353 | 353 | |
354 | | - |
355 | | - |
356 | | - |
357 | | - |
| 354 | + |
358 | 355 | |
359 | 356 | |
360 | 357 | |
| ||
497 | 494 | |
498 | 495 | |
499 | 496 | |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
500 | 510 | |
501 | 511 | |
502 | 512 | |
|
Collapse file
google/cloud/trace_v2/services/trace_service/transports/base.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v2/services/trace_service/transports/base.py+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
177 | 177 | |
178 | 178 | |
179 | 179 | |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
180 | 189 | |
181 | 190 | |
182 | 191 | |
|
Collapse file
google/cloud/trace_v2/services/trace_service/transports/grpc.py
Copy file name to clipboardExpand all lines: google/cloud/trace_v2/services/trace_service/transports/grpc.py+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
283 | 283 | |
284 | 284 | |
285 | 285 | |
| 286 | + |
| 287 | + |
| 288 | + |
286 | 289 | |
287 | 290 | |
0 commit comments