File tree Expand file tree Collapse file tree
pubsub/google/cloud/pubsub_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def result(self, timeout=None):
9494 times out and raises TimeoutError.
9595
9696 Raises:
97- ~.pubsub_v1 .TimeoutError: If the request times out.
97+ concurrent.futures .TimeoutError: If the request times out.
9898 Exception: For undefined exceptions in the underlying
9999 call execution.
100100 """
@@ -114,7 +114,7 @@ def exception(self, timeout=None):
114114 times out and raises TimeoutError.
115115
116116 Raises:
117- TimeoutError: If the request times out.
117+ concurrent.futures. TimeoutError: If the request times out.
118118
119119 Returns:
120120 Exception: The exception raised by the call, if any.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def result(self, timeout=None):
3939 str: The message ID.
4040
4141 Raises:
42- ~.pubsub_v1 .TimeoutError: If the request times out.
42+ concurrent.futures .TimeoutError: If the request times out.
4343 Exception: For undefined exceptions in the underlying
4444 call execution.
4545 """
You can’t perform that action at this time.
0 commit comments