google-cloud-backupdr-v1 1.11.0 → 1.11.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: fdfb32108c0a8be423298484c63db67b3d3ae26a2ab7ad9c01d89e8e4d69d7c0
4
- data.tar.gz: e3f2f2d5e79e7b534b9189775982be82ad2c44e6a2499ed0e3a557e4e370451f
3
+ metadata.gz: 70ed63abae02b15f42e27ffcc4e5c321199bc983369f2ecba03bd95422430cf2
4
+ data.tar.gz: 421a162e0e6bf51692b2339606d2e3aea926504a152008764e2246b9eb76df97
5
5
  SHA512:
6
- metadata.gz: 68b940f3ddd96fb07de13089ac5159084c1772b42634fe9af7a3d517a7515f8085796cf963fee7852bfda76bc100cf883d5b6574522d934e3c3d5a7371f1ce73
7
- data.tar.gz: ba12ea674d0587cd655e74ef4fe4133faa694dcb18dfe29e35a4c55c9c1b0f668c3f3d4a02dedfd233ef24705fd16f79e86d89afa345c50b1e1ef89ab2521546
6
+ metadata.gz: 83af7da297316a26553d6490b145836d0cd94d020cc70f529efd7255091946e9accd89369bc27c1e0612c05df84d399c6faa9bc2017237a48b3586f05008f773
7
+ data.tar.gz: 3a2ea02d910c2b7e742e7f70691dfe032c41265b90e2190b921b791267e82828f6d99e1226e19d349eee815938d8eb5eead7488b67e91b92301ff0e639f4b615
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module BackupDR
23
23
  module V1
24
- VERSION = "1.11.0"
24
+ VERSION = "1.11.1"
25
25
  end
26
26
  end
27
27
  end
@@ -85,11 +85,9 @@ module Google
85
85
  # Stores small amounts of arbitrary data.
86
86
  # @!attribute [rw] access_restriction
87
87
  # @return [::Google::Cloud::BackupDR::V1::BackupVault::AccessRestriction]
88
- # Optional. Note: This field is added for future use case and will not be
89
- # supported in the current release.
90
- #
91
- # Access restriction for the backup vault.
92
- # Default value is WITHIN_ORGANIZATION if not provided during creation.
88
+ # Optional. Restricts access to certain sources and destinations for data
89
+ # being sent into, or restored from, the backup vault.
90
+ # Defaults to WITHIN_ORGANIZATION if not provided during creation.
93
91
  # @!attribute [rw] encryption_config
94
92
  # @return [::Google::Cloud::BackupDR::V1::BackupVault::EncryptionConfig]
95
93
  # Optional. The encryption config of the backup vault.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-backupdr-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC