Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adeacee commit cd822c9Copy full SHA for cd822c9
synth.py
@@ -133,6 +133,14 @@
133
'"""Protocol buffer.\n\n Attributes:',
134
)
135
136
+# Fix LRO return types
137
+s.replace("google/cloud/spanner_admin_instance_v1/gapic/instance_admin_client.py",
138
+ "cloud.spanner_admin_instance_v1.types._OperationFuture",
139
+ "api_core.operation.Operation")
140
+s.replace("google/cloud/spanner_admin_database_v1/gapic/database_admin_client.py",
141
+ "cloud.spanner_admin_database_v1.types._OperationFuture",
142
143
+
144
# ----------------------------------------------------------------------------
145
# Add templated files
146
0 commit comments