File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ def result(self, timeout=None):
100
100
google.protobuf.Message: The Operation's result.
101
101
102
102
Raises:
103
- google.gax.GaxError : If the operation errors or if the timeout is
104
- reached before the operation completes.
103
+ google.api_core.GoogleAPICallError : If the operation errors or if
104
+ the timeout is reached before the operation completes.
105
105
"""
106
106
self ._blocking_poll (timeout = timeout )
107
107
@@ -120,7 +120,8 @@ def exception(self, timeout=None):
120
120
If None, wait indefinitely.
121
121
122
122
Returns:
123
- Optional[google.gax.GaxError]: The operation's error.
123
+ Optional[google.api_core.GoogleAPICallError]: The operation's
124
+ error.
124
125
"""
125
126
self ._blocking_poll ()
126
127
return self ._exception
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ def unit_tests(session, python_version):
42
42
session .run (
43
43
'py.test' ,
44
44
'--quiet' ,
45
- '--cov=google.cloud' ,
46
45
'--cov=google.api_core' ,
47
46
'--cov=tests.unit' ,
48
47
'--cov-append' ,
You can’t perform that action at this time.
0 commit comments