google-apis-backupdr_v1 0.60.0 → 0.61.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/backupdr_v1/classes.rb +3 -3
- data/lib/google/apis/backupdr_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc78f9422ea2fa31e82fa205418da8cd485ed8e500b24652d4281fc10de149eb
|
|
4
|
+
data.tar.gz: e36705131e2b3ecb056596769b6f5aeab87a406637430db0c87dc837413f94a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccb0feff57505376d8bafe8e38dc6625ff20d7b052c5b175d85542ffddc06b6742c148448a2676c2665c352b2da7ed14b9adfb999de79469b069f11e699e3c74
|
|
7
|
+
data.tar.gz: 50b88c9cd4d02c15c3f6a7f3755305b0773113ff5e8fe85b549b7da067c1737720e0c74d2cbc188fab4ad40bacbe557e7d514b2bf71d4329d8a7dcdfe755ddf8
|
data/CHANGELOG.md
CHANGED
|
@@ -1578,9 +1578,9 @@ module Google
|
|
|
1578
1578
|
class BackupVault
|
|
1579
1579
|
include Google::Apis::Core::Hashable
|
|
1580
1580
|
|
|
1581
|
-
# Optional.
|
|
1582
|
-
#
|
|
1583
|
-
#
|
|
1581
|
+
# Optional. Restricts access to certain sources and destinations for data being
|
|
1582
|
+
# sent into, or restored from, the backup vault. Defaults to WITHIN_ORGANIZATION
|
|
1583
|
+
# if not provided during creation.
|
|
1584
1584
|
# Corresponds to the JSON property `accessRestriction`
|
|
1585
1585
|
# @return [String]
|
|
1586
1586
|
attr_accessor :access_restriction
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BackupdrV1
|
|
18
18
|
# Version of the google-apis-backupdr_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.61.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260715"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-backupdr_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.61.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.61.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|