Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6d0b178

Browse filesBrowse files
authored
Add PingingPool and TransactionPingingPool to toplevel module (#6886)
* Add PingingPool to toplevel spanner module * Add TransactionPingingPool to spanner module * Add PingingPools to spanner_v1 module
1 parent 5635e9a commit 6d0b178
Copy full SHA for 6d0b178

File tree

Expand file treeCollapse file tree

2 files changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-0
lines changed

‎google/cloud/spanner.py

Copy file name to clipboardExpand all lines: google/cloud/spanner.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
from google.cloud.spanner_v1 import KeyRange
2727
from google.cloud.spanner_v1 import KeySet
2828
from google.cloud.spanner_v1 import param_types
29+
from google.cloud.spanner_v1 import PingingPool
30+
from google.cloud.spanner_v1 import TransactionPingingPool
2931
from google.cloud.spanner_v1 import types
3032

3133

@@ -40,5 +42,7 @@
4042
"KeyRange",
4143
"KeySet",
4244
"param_types",
45+
"PingingPool",
46+
"TransactionPingingPool",
4347
"types",
4448
)

‎google/cloud/spanner_v1/__init__.py

Copy file name to clipboardExpand all lines: google/cloud/spanner_v1/__init__.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
from google.cloud.spanner_v1.pool import AbstractSessionPool
2828
from google.cloud.spanner_v1.pool import BurstyPool
2929
from google.cloud.spanner_v1.pool import FixedSizePool
30+
from google.cloud.spanner_v1.pool import PingingPool
31+
from google.cloud.spanner_v1.pool import TransactionPingingPool
3032

3133

3234
COMMIT_TIMESTAMP = "spanner.commit_timestamp()"
@@ -51,6 +53,8 @@
5153
"AbstractSessionPool",
5254
"BurstyPool",
5355
"FixedSizePool",
56+
"PingingPool",
57+
"TransactionPingingPool",
5458
# google.cloud.spanner_v1.gapic
5559
"enums",
5660
# local

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.