google-cloud-spanner-admin-database-v1 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0f8d800d8fbda2c59cdbcc48598426db4256c3d73a7e91a332c77ff5261e21b
|
|
4
|
+
data.tar.gz: 8c5b5a77007afe6cb34aa258f0f00d72193222375ebd05f78f2ec8288f7f6ab4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3cf8dc8ed45b244188cc0e66aa910a74b2995d9692417a71c9f4ef50cd6690874de37af3e5ea961b3cf4779231b5ecafa0751bb2678e465bc2e21fb97c5237f9
|
|
7
|
+
data.tar.gz: 700806a764c5bab53ae34f0041774c978f448404a6bc1d70324d4d911ce91cdde32ee1d9830f440dd17aee2e17bab9ebebbc0250956ce0d0e491234bef4754a2
|
|
@@ -1460,7 +1460,7 @@ module Google
|
|
|
1460
1460
|
# to. If this field is not specified, the restored database will use the same
|
|
1461
1461
|
# encryption configuration as the backup by default, namely
|
|
1462
1462
|
# {::Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseEncryptionConfig#encryption_type encryption_type}
|
|
1463
|
-
# = `
|
|
1463
|
+
# = `USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION`.
|
|
1464
1464
|
#
|
|
1465
1465
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
1466
1466
|
# @yieldparam response [::Gapic::Operation]
|
|
@@ -418,7 +418,7 @@ module Google
|
|
|
418
418
|
# to. If this field is not specified, the restored database will use the same
|
|
419
419
|
# encryption configuration as the backup by default, namely
|
|
420
420
|
# {::Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseEncryptionConfig#encryption_type encryption_type}
|
|
421
|
-
# = `
|
|
421
|
+
# = `USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION`.
|
|
422
422
|
class RestoreDatabaseRequest
|
|
423
423
|
include ::Google::Protobuf::MessageExts
|
|
424
424
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-spanner-admin-database-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.4'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.
|
|
26
|
+
version: '0.4'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: google-cloud-errors
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|