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: e78f1eed723e1a6c6feaced1169c10ac74be985fdc5c5c87309914849d7f462d
4
- data.tar.gz: 2e3f2d1d3d62aecafa775c3c02f81d09c6382ce32d8845c5866e61d6b7cc33a1
3
+ metadata.gz: cedc1a328c753791425fbde38a54ae064f6d5635e69041006c8b964df3f1ad33
4
+ data.tar.gz: 0c5e56c67dcabbd795c18996785565c80cd572a2d75acb3007c2bc0f8bbc9cbf
5
5
  SHA512:
6
- metadata.gz: 3583849c278bea27bd67dbf2332d81d2a377131374e25b34ff147d9e2f90e738fd99c0ef0be77483b9bfd409216cb7dde11731fb5a40f6fa46f855b808d21061
7
- data.tar.gz: 323e959c81ff497a2ba5fec5a5a407714b2d85645a7f07beddaadee421f2b41003741f507512c5a2c4370f92dfe5704dc38a3d9449d4e7fe282231e93b821e33
6
+ metadata.gz: 99046882fcb7b94485e04a74d0d5daa9da7635b97f494764252c92648080cf5217ba220546e1824e93f697fcfef234b65b7b6f88846d9eef34e9fb50020decb7
7
+ data.tar.gz: aa6772cba08f4fa13c79b8d21daf056b255fc8c54ace85c056e5821d48331dc6b1a7b3afdf67ce93214415cfd474920a7c227a7628b6f1e6a08c951648629737
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-backupdr_v1
2
2
 
3
+ ### v0.45.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251029
6
+
3
7
  ### v0.44.0 (2025-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20251022
@@ -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.44.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 = "20251022"
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.44.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.44.0
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: