google-apis-backupdr_v1 0.57.0 → 0.58.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 +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/backupdr_v1/classes.rb +3 -3
- data/lib/google/apis/backupdr_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d83c083e84274ddb8fbeff7a7183d05d2d2110e2857ef0e98054d1c81fc85b4
|
|
4
|
+
data.tar.gz: 89c2ad844c8a25e3eb8639ae26db0fcfa44ec89795e63bdd166df38c0b89f2f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 308aac621028ee4ef8d3820e704b5130ea9829b63445c74298719651361fafbbb59e8092883ba9860b8e95bee42bb40438321d3a45f5e0c802bddcf6fd03af5b
|
|
7
|
+
data.tar.gz: e272169c3dc337ef072910308c5205754ff46fe064783b2ac1286152cb757da2eb1c92345810af9666a1d48486d8dcbbf2f02faa8aa024e4a27957f5ffafd7d8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-backupdr_v1
|
|
2
2
|
|
|
3
|
+
### v0.58.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260526
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.57.0 (2026-05-24)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260517
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/backup-disaster-recovery) m
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -2414,7 +2414,7 @@ module Google
|
|
|
2414
2414
|
attr_accessor :project
|
|
2415
2415
|
|
|
2416
2416
|
# Optional. Whether to use the project service account for the Compute Engine
|
|
2417
|
-
# instance.
|
|
2417
|
+
# instance restore.
|
|
2418
2418
|
# Corresponds to the JSON property `useProjectServiceAccount`
|
|
2419
2419
|
# @return [Boolean]
|
|
2420
2420
|
attr_accessor :use_project_service_account
|
|
@@ -3193,7 +3193,7 @@ module Google
|
|
|
3193
3193
|
# @return [String]
|
|
3194
3194
|
attr_accessor :project
|
|
3195
3195
|
|
|
3196
|
-
# Optional. Whether to use the project service account for the disk.
|
|
3196
|
+
# Optional. Whether to use the project service account for the disk restore.
|
|
3197
3197
|
# Corresponds to the JSON property `useProjectServiceAccount`
|
|
3198
3198
|
# @return [Boolean]
|
|
3199
3199
|
attr_accessor :use_project_service_account
|
|
@@ -5211,7 +5211,7 @@ module Google
|
|
|
5211
5211
|
# @return [Array<String>]
|
|
5212
5212
|
attr_accessor :replica_zones
|
|
5213
5213
|
|
|
5214
|
-
# Optional. Whether to use the project service account for the disk.
|
|
5214
|
+
# Optional. Whether to use the project service account for the disk restore.
|
|
5215
5215
|
# Corresponds to the JSON property `useProjectServiceAccount`
|
|
5216
5216
|
# @return [Boolean]
|
|
5217
5217
|
attr_accessor :use_project_service_account
|
|
@@ -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.58.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260526"
|
|
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.58.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.58.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:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|