google-apis-backupdr_v1 0.38.0 → 0.39.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: fbf94be3e14e737abb11999a94ff21c0ae3c3ff5b9d2ea4e6bc05c2cf8be74aa
4
- data.tar.gz: 3eec3849278656258de8c6f366b014913bed6fe088dd766700fd2b7ed6d4197d
3
+ metadata.gz: f745d7ab17f4aa89dcffe905fc7f566afc5042c57ad6d5c1afa619299a3883e6
4
+ data.tar.gz: eb5bceb4c9272f436328be0fd2cbffb96fbc72f5a37ea15a6317b3c9926cb179
5
5
  SHA512:
6
- metadata.gz: fe46e170e156abe036d6e4fad97e24cc4a8620397637d29938f8b298112d1ed74327851ba3e305dbca1ced409d7e3a5e805458e36a7099a4e76773cb002c275d
7
- data.tar.gz: 5e6ad191b7c9b4de5108d61d074ce50d63752daa116811c5750e41f32059993f175c2dddb161071cb21f125c7caed11186cf7ca23a1f5b6db581ee36482ca577
6
+ metadata.gz: ed636d991e0b08c0808ebee660d581fd769a0b013c32da5216a1927d497a7a5f72a478a9fb371e1836c208b576dfa81b21d392ca9c12c0edaee6d85108599e2f
7
+ data.tar.gz: f66d3957c37243fbde61f40670431b47ab557397a1fb0424e9deffba216ff386918e5760d1617b65f2a092c08e504160d36857e4672d2512c159432184375b37
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-backupdr_v1
2
2
 
3
+ ### v0.39.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250902
6
+
3
7
  ### v0.38.0 (2025-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20250825
@@ -1298,7 +1298,9 @@ module Google
1298
1298
  # defined in “days”. The value should be greater than or equal to minimum
1299
1299
  # enforced retention of the backup vault. Minimum value is 1 and maximum value
1300
1300
  # is 36159 for custom retention on-demand backup. Minimum and maximum values are
1301
- # workload specific for all other rules.
1301
+ # workload specific for all other rules. Note: Longer retention can lead to
1302
+ # higher storage costs post introductory trial. We recommend starting with a
1303
+ # short duration of 3 days or less.
1302
1304
  # Corresponds to the JSON property `backupRetentionDays`
1303
1305
  # @return [Fixnum]
1304
1306
  attr_accessor :backup_retention_days
@@ -1353,7 +1355,10 @@ module Google
1353
1355
  attr_accessor :backup_count
1354
1356
 
1355
1357
  # Required. The default and minimum enforced retention for each backup within
1356
- # the backup vault. The enforced retention for each backup can be extended.
1358
+ # the backup vault. The enforced retention for each backup can be extended. Note:
1359
+ # Longer minimum enforced retention period impacts potential storage costs post
1360
+ # introductory trial. We recommend starting with a short duration of 3 days or
1361
+ # less.
1357
1362
  # Corresponds to the JSON property `backupMinimumEnforcedRetentionDuration`
1358
1363
  # @return [String]
1359
1364
  attr_accessor :backup_minimum_enforced_retention_duration
@@ -5225,6 +5230,11 @@ module Google
5225
5230
  class Trial
5226
5231
  include Google::Apis::Core::Hashable
5227
5232
 
5233
+ # Output only. The reason for ending the trial.
5234
+ # Corresponds to the JSON property `endReason`
5235
+ # @return [String]
5236
+ attr_accessor :end_reason
5237
+
5228
5238
  # Output only. The time when the trial will expire.
5229
5239
  # Corresponds to the JSON property `endTime`
5230
5240
  # @return [String]
@@ -5252,6 +5262,7 @@ module Google
5252
5262
 
5253
5263
  # Update properties of this object
5254
5264
  def update!(**args)
5265
+ @end_reason = args[:end_reason] if args.key?(:end_reason)
5255
5266
  @end_time = args[:end_time] if args.key?(:end_time)
5256
5267
  @name = args[:name] if args.key?(:name)
5257
5268
  @start_time = args[:start_time] if args.key?(:start_time)
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.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 = "20250825"
25
+ REVISION = "20250902"
26
26
  end
27
27
  end
28
28
  end
@@ -2015,6 +2015,7 @@ module Google
2015
2015
  class Trial
2016
2016
  # @private
2017
2017
  class Representation < Google::Apis::Core::JsonRepresentation
2018
+ property :end_reason, as: 'endReason'
2018
2019
  property :end_time, as: 'endTime'
2019
2020
  property :name, as: 'name'
2020
2021
  property :start_time, as: 'startTime'
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.38.0
4
+ version: 0.39.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.38.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.39.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: