google-apis-backupdr_v1 0.31.0 → 0.32.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 +5 -1
- 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: fc2010285998e37638e2d7ce24f9d4d0a863cc5cb845ccc3af9a61dbe2ed8adb
|
4
|
+
data.tar.gz: edcf0933185c7d3dcb2cdaf386ebce209811e0cb072658b6a100baf5e3ca210e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ccad42c94e0220c4184046ce58720efa42a2cc6524085755ed179b6b9e62b052de49286238fc38c7c818cc29656f2a54c767cadeaa923417f22a682a277e6c1
|
7
|
+
data.tar.gz: '090ce934ed41fdbdd18c68c8ceb8de6358fe96efed3dcd6db3c38bb3a82a5a1ef5a52c88e4fff1cd1e68071e25db2070b0cb4ff0364dcba4fc876afa226c2568'
|
data/CHANGELOG.md
CHANGED
@@ -1177,7 +1177,11 @@ module Google
|
|
1177
1177
|
# @return [String]
|
1178
1178
|
attr_accessor :name
|
1179
1179
|
|
1180
|
-
# Required. Immutable. Resource name of workload on which
|
1180
|
+
# Required. Immutable. Resource name of workload on which the backup plan is
|
1181
|
+
# applied. The format can either be the resource name (e.g., "projects/my-
|
1182
|
+
# project/zones/us-central1-a/instances/my-instance") or the full resource URI (
|
1183
|
+
# e.g., "https://www.googleapis.com/compute/v1/projects/my-project/zones/us-
|
1184
|
+
# central1-a/instances/my-instance").
|
1181
1185
|
# Corresponds to the JSON property `resource`
|
1182
1186
|
# @return [String]
|
1183
1187
|
attr_accessor :resource
|
@@ -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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250611"
|
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.32.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.32.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:
|