google-apis-backupdr_v1 0.44.0 → 0.45.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cedc1a328c753791425fbde38a54ae064f6d5635e69041006c8b964df3f1ad33
|
|
4
|
+
data.tar.gz: 0c5e56c67dcabbd795c18996785565c80cd572a2d75acb3007c2bc0f8bbc9cbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99046882fcb7b94485e04a74d0d5daa9da7635b97f494764252c92648080cf5217ba220546e1824e93f697fcfef234b65b7b6f88846d9eef34e9fb50020decb7
|
|
7
|
+
data.tar.gz: aa6772cba08f4fa13c79b8d21daf056b255fc8c54ace85c056e5821d48331dc6b1a7b3afdf67ce93214415cfd474920a7c227a7628b6f1e6a08c951648629737
|
data/CHANGELOG.md
CHANGED
|
@@ -3866,6 +3866,11 @@ module Google
|
|
|
3866
3866
|
# @return [String]
|
|
3867
3867
|
attr_accessor :next_page_token
|
|
3868
3868
|
|
|
3869
|
+
# Locations that could not be reached.
|
|
3870
|
+
# Corresponds to the JSON property `unreachable`
|
|
3871
|
+
# @return [Array<String>]
|
|
3872
|
+
attr_accessor :unreachable
|
|
3873
|
+
|
|
3869
3874
|
def initialize(**args)
|
|
3870
3875
|
update!(**args)
|
|
3871
3876
|
end
|
|
@@ -3874,6 +3879,7 @@ module Google
|
|
|
3874
3879
|
def update!(**args)
|
|
3875
3880
|
@data_source_references = args[:data_source_references] if args.key?(:data_source_references)
|
|
3876
3881
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
3882
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
3877
3883
|
end
|
|
3878
3884
|
end
|
|
3879
3885
|
|
|
@@ -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.45.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 = "20251029"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1703,6 +1703,7 @@ module Google
|
|
|
1703
1703
|
collection :data_source_references, as: 'dataSourceReferences', class: Google::Apis::BackupdrV1::DataSourceReference, decorator: Google::Apis::BackupdrV1::DataSourceReference::Representation
|
|
1704
1704
|
|
|
1705
1705
|
property :next_page_token, as: 'nextPageToken'
|
|
1706
|
+
collection :unreachable, as: 'unreachable'
|
|
1706
1707
|
end
|
|
1707
1708
|
end
|
|
1708
1709
|
|
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.45.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.45.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:
|