google-apis-backupdr_v1 0.58.0 → 0.60.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 +8 -0
- data/lib/google/apis/backupdr_v1/classes.rb +2 -2
- data/lib/google/apis/backupdr_v1/gem_version.rb +2 -2
- data/lib/google/apis/backupdr_v1.rb +3 -0
- 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: 773fcf932a4cd379207d41c20ed02dcfaaee7ba4a5f14f8eaf34f584ad38443f
|
|
4
|
+
data.tar.gz: 784cb8f6c34ac4082fbf97a272f26c2ff75ae97224785706ab9d5f90f2ee347e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 908b3a67058c818b802b6411c930361b3591fd7eba2918862a31f9716755247f73eedae285dd8bfee3263c7f5fd61119041e8634e00c3b2a8b9d29d2b8de1d82
|
|
7
|
+
data.tar.gz: 3a3b5845efd7124131a0fe1b04ebb101d3fd7f63bc54cfda6b2e78bf1303b96d3ef69352f2998bf292851e2a79c46a1984a33d8e676fade4de151f17c560737e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-backupdr_v1
|
|
2
2
|
|
|
3
|
+
### v0.60.0 (2026-07-12)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260701
|
|
6
|
+
|
|
7
|
+
### v0.59.0 (2026-07-05)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260621
|
|
10
|
+
|
|
3
11
|
### v0.58.0 (2026-06-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260526
|
|
@@ -3409,7 +3409,7 @@ module Google
|
|
|
3409
3409
|
# @return [String]
|
|
3410
3410
|
attr_accessor :read_location
|
|
3411
3411
|
|
|
3412
|
-
# The downscoped token that was created.
|
|
3412
|
+
# Input only. The downscoped token that was created.
|
|
3413
3413
|
# Corresponds to the JSON property `token`
|
|
3414
3414
|
# @return [String]
|
|
3415
3415
|
attr_accessor :token
|
|
@@ -5753,7 +5753,7 @@ module Google
|
|
|
5753
5753
|
# is required for `recurrence_type`, `HOURLY` and is not applicable otherwise. A
|
|
5754
5754
|
# validation error will occur if a value is supplied and `recurrence_type` is
|
|
5755
5755
|
# not `HOURLY`. The supported values for each resource type are as follows: * `
|
|
5756
|
-
# compute.googleapis.com/Instance`:
|
|
5756
|
+
# compute.googleapis.com/Instance`: 1-23 * `compute.googleapis.com/Disk`: 1-23 *
|
|
5757
5757
|
# `sqladmin.googleapis.com/Instance`: 6-23 * `alloydb.googleapis.com/Cluster`: 1-
|
|
5758
5758
|
# 23 * `file.googleapis.com/Instance`: 1-23 Refer to link https://cloud.google.
|
|
5759
5759
|
# com/backup-disaster-recovery/docs/concepts/cloud_best_practices for more
|
|
@@ -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.60.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 = "20260701"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -29,6 +29,9 @@ module Google
|
|
|
29
29
|
# This is NOT the gem version.
|
|
30
30
|
VERSION = 'V1'
|
|
31
31
|
|
|
32
|
+
# See, edit, configure, and delete your Google Cloud Backup and DR data and see the email address for your Google Account
|
|
33
|
+
AUTH_CLOUD_BACKUPDR = 'https://www.googleapis.com/auth/cloud-backupdr'
|
|
34
|
+
|
|
32
35
|
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
|
33
36
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
34
37
|
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.60.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.60.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:
|