File tree Expand file tree Collapse file tree
packages/google-cloud-spanner/samples/samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414language : python
15- version : v0.13 .0
15+ version : v0.14 .0
1616repo : googleapis/google-cloud-python
1717sources :
1818 googleapis :
@@ -1660,6 +1660,7 @@ libraries:
16601660 version : 2.38.0
16611661 apis :
16621662 - path : google/pubsub/v1
1663+ skip_generate : true
16631664 python :
16641665 library_type : GAPIC_COMBO
16651666 opt_args_by_api :
Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ def _verify_restored_database(
3838 kms_key_name = None ,
3939 kms_key_names = None ,
4040):
41- from google .cloud .spanner_admin_database_v1 .types import spanner_database_admin
4241 import time
4342
43+ from google .cloud .spanner_admin_database_v1 .types import spanner_database_admin
44+
4445 database_admin_api = spanner_client .database_admin_api
4546 db_path = database_admin_api .database_path (
4647 spanner_client .project , instance_id , database_id
You can’t perform that action at this time.
0 commit comments