google-apis-backupdr_v1 0.58.0 → 0.59.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 +1 -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: '02182a0b7ce88acf80a015c7eb58f8590800dcb1b089db8ae15d189f0c23b0bd'
|
|
4
|
+
data.tar.gz: ba7f7ef1660fc812cd3f13b9e10a010803770b69d3f2e0eeda6f6ede67ef55e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce35a8ead5f22db5a01409e72bd69610df8bc663e5b765cff7d2d8944f1f2d8755c4db0b9c270e0dcaac6bf2429ba02c75c8aa6fee976798c1cfb804754cc1e2
|
|
7
|
+
data.tar.gz: 3824ce7f2aa1f4f0c5fd5d1053cb893fb5fed73b207f0d691a1938a527c2ecddb8c2088ff46386cfdec76847bb6f153b36d8713628f5c6bf4e0137e23d7c1407
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -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.59.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 = "20260621"
|
|
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.59.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.59.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:
|