Commit ce1adf3
feat: add operations rest client to support long-running operations. (#311)
* feat: add operations rest client to support long-running operations.
* fix: address test coverage gaps in operations rest client.
* fix: removed stray print statement.
* fix: address lint, blacken, and mypy issues.
* fix: address pytype, more coverage issues
* fix: addressed additional pytype issues and one coverage line.
* fix: renamed OperationsRestClient to AbstractOperationsClient.
Co-authored-by: Kenneth Bandes <kbandes@google.com>1 parent bc0abe4 commit ce1adf3
File tree
7 files changed
+2319
-1
lines changed- google/api_core/operations_v1
- transports
- tests/unit/operations_v1
7 files changed
+2319
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments