File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
generated/google-apis-backupdr_v1
lib/google/apis/backupdr_v1 Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-backupdr_v1
2
2
3
+ ### v0.35.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250720
6
+
3
7
### v0.34.0 (2025-07-20)
4
8
5
9
* Regenerated from discovery document revision 20250711
Original file line number Diff line number Diff line change @@ -871,12 +871,6 @@ class BackupConfigInfo
871
871
# @return [String]
872
872
attr_accessor :last_successful_backup_consistency_time
873
873
874
- # Output only. If the last log backup were successful, this field has the
875
- # consistency date.
876
- # Corresponds to the JSON property `lastSuccessfulLogBackupConsistencyTime`
877
- # @return [String]
878
- attr_accessor :last_successful_log_backup_consistency_time
879
-
880
874
def initialize ( **args )
881
875
update! ( **args )
882
876
end
@@ -888,7 +882,6 @@ def update!(**args)
888
882
@last_backup_error = args [ :last_backup_error ] if args . key? ( :last_backup_error )
889
883
@last_backup_state = args [ :last_backup_state ] if args . key? ( :last_backup_state )
890
884
@last_successful_backup_consistency_time = args [ :last_successful_backup_consistency_time ] if args . key? ( :last_successful_backup_consistency_time )
891
- @last_successful_log_backup_consistency_time = args [ :last_successful_log_backup_consistency_time ] if args . key? ( :last_successful_log_backup_consistency_time )
892
885
end
893
886
end
894
887
@@ -1032,8 +1025,8 @@ def update!(**args)
1032
1025
class BackupPlan
1033
1026
include Google ::Apis ::Core ::Hashable
1034
1027
1035
- # Required . The backup rules for this `BackupPlan`. There must be at least one `
1036
- # BackupRule` message.
1028
+ # Optional . The backup rules for this `BackupPlan`. There must be at least one `
1029
+ # BackupRule` message if on_demand_retention_limit_days is not set .
1037
1030
# Corresponds to the JSON property `backupRules`
1038
1031
# @return [Array<Google::Apis::BackupdrV1::BackupRule>]
1039
1032
attr_accessor :backup_rules
Original file line number Diff line number Diff line change @@ -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.34 .0"
19
+ GEM_VERSION = "0.35 .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 = "20250711 "
25
+ REVISION = "20250720 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -912,7 +912,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
912
912
913
913
property :last_backup_state , as : 'lastBackupState'
914
914
property :last_successful_backup_consistency_time , as : 'lastSuccessfulBackupConsistencyTime'
915
- property :last_successful_log_backup_consistency_time , as : 'lastSuccessfulLogBackupConsistencyTime'
916
915
end
917
916
end
918
917
You can’t perform that action at this time.
0 commit comments