Skip to content

Commit 29c1e00

Browse files
feat: Automated regeneration of backupdr v1 client (googleapis#23769)
Auto-created at 2025-07-27 09:49:25 +0000 using the toys pull request generator.
1 parent 522145b commit 29c1e00

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

generated/google-apis-backupdr_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-backupdr_v1
22

3+
### v0.35.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250720
6+
37
### v0.34.0 (2025-07-20)
48

59
* Regenerated from discovery document revision 20250711

generated/google-apis-backupdr_v1/lib/google/apis/backupdr_v1/classes.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -871,12 +871,6 @@ class BackupConfigInfo
871871
# @return [String]
872872
attr_accessor :last_successful_backup_consistency_time
873873

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-
880874
def initialize(**args)
881875
update!(**args)
882876
end
@@ -888,7 +882,6 @@ def update!(**args)
888882
@last_backup_error = args[:last_backup_error] if args.key?(:last_backup_error)
889883
@last_backup_state = args[:last_backup_state] if args.key?(:last_backup_state)
890884
@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)
892885
end
893886
end
894887

@@ -1032,8 +1025,8 @@ def update!(**args)
10321025
class BackupPlan
10331026
include Google::Apis::Core::Hashable
10341027

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.
10371030
# Corresponds to the JSON property `backupRules`
10381031
# @return [Array<Google::Apis::BackupdrV1::BackupRule>]
10391032
attr_accessor :backup_rules

generated/google-apis-backupdr_v1/lib/google/apis/backupdr_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.34.0"
19+
GEM_VERSION = "0.35.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250711"
25+
REVISION = "20250720"
2626
end
2727
end
2828
end

generated/google-apis-backupdr_v1/lib/google/apis/backupdr_v1/representations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
912912

913913
property :last_backup_state, as: 'lastBackupState'
914914
property :last_successful_backup_consistency_time, as: 'lastSuccessfulBackupConsistencyTime'
915-
property :last_successful_log_backup_consistency_time, as: 'lastSuccessfulLogBackupConsistencyTime'
916915
end
917916
end
918917

0 commit comments

Comments
 (0)