File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
generated/google-apis-backupdr_v1
lib/google/apis/backupdr_v1 Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-backupdr_v1
22
3+ ### v0.22.0 (2024-11-17)
4+
5+ * Regenerated from discovery document revision 20241106
6+
37### v0.21.0 (2024-11-03)
48
59* Regenerated from discovery document revision 20241023
Original file line number Diff line number Diff line change @@ -932,7 +932,7 @@ class BackupPlanAssociation
932932 # @return [String]
933933 attr_accessor :resource
934934
935- # Optional. Resource type of workload on which backupplan is applied
935+ # Optional. Required. Resource type of workload on which backupplan is applied
936936 # Corresponds to the JSON property `resourceType`
937937 # @return [String]
938938 attr_accessor :resource_type
@@ -976,7 +976,11 @@ class BackupRule
976976
977977 # Required. Configures the duration for which backup data will be kept. It is
978978 # defined in “days”. The value should be greater than or equal to minimum
979- # enforced retention of the backup vault.
979+ # enforced retention of the backup vault. Minimum value is 1 and maximum value
980+ # is 90 for hourly backups. Minimum value is 1 and maximum value is 90 for daily
981+ # backups. Minimum value is 7 and maximum value is 186 for weekly backups.
982+ # Minimum value is 30 and maximum value is 732 for monthly backups. Minimum
983+ # value is 30 and maximum value is 36159 for yearly backups.
980984 # Corresponds to the JSON property `backupRetentionDays`
981985 # @return [Fixnum]
982986 attr_accessor :backup_retention_days
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module BackupdrV1
1818 # Version of the google-apis-backupdr_v1 gem
19- GEM_VERSION = "0.21 .0"
19+ GEM_VERSION = "0.22 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.15.1"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241023 "
25+ REVISION = "20241106 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments