Skip to content

Commit a86cf81

Browse files
feat: Automated regeneration of backupdr v1 client (googleapis#22212)
Auto-created at 2025-03-23 10:39:30 +0000 using the toys pull request generator.
1 parent 0f35ff3 commit a86cf81

File tree

6 files changed

+17
-3
lines changed

6 files changed

+17
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44469,6 +44469,7 @@
4446944469
"/backupdr:v1/BackupConfigInfo/lastBackupError": last_backup_error
4447044470
"/backupdr:v1/BackupConfigInfo/lastBackupState": last_backup_state
4447144471
"/backupdr:v1/BackupConfigInfo/lastSuccessfulBackupConsistencyTime": last_successful_backup_consistency_time
44472+
"/backupdr:v1/BackupConfigInfo/lastSuccessfulLogBackupConsistencyTime": last_successful_log_backup_consistency_time
4447244473
"/backupdr:v1/BackupDrPlanConfig": backup_dr_plan_config
4447344474
"/backupdr:v1/BackupDrPlanConfig/backupDrPlanRules": backup_dr_plan_rules
4447444475
"/backupdr:v1/BackupDrPlanConfig/backupDrPlanRules/backup_dr_plan_rule": backup_dr_plan_rule

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.25.0 (2025-03-23)
4+
5+
* Regenerated from discovery document revision 20250317
6+
37
### v0.24.0 (2025-02-26)
48

59
* Regenerated from discovery document revision 20250205

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,12 @@ class BackupConfigInfo
858858
# @return [String]
859859
attr_accessor :last_successful_backup_consistency_time
860860

861+
# Output only. If the last log backup were successful, this field has the
862+
# consistency date.
863+
# Corresponds to the JSON property `lastSuccessfulLogBackupConsistencyTime`
864+
# @return [String]
865+
attr_accessor :last_successful_log_backup_consistency_time
866+
861867
def initialize(**args)
862868
update!(**args)
863869
end
@@ -869,6 +875,7 @@ def update!(**args)
869875
@last_backup_error = args[:last_backup_error] if args.key?(:last_backup_error)
870876
@last_backup_state = args[:last_backup_state] if args.key?(:last_backup_state)
871877
@last_successful_backup_consistency_time = args[:last_successful_backup_consistency_time] if args.key?(:last_successful_backup_consistency_time)
878+
@last_successful_log_backup_consistency_time = args[:last_successful_log_backup_consistency_time] if args.key?(:last_successful_log_backup_consistency_time)
872879
end
873880
end
874881

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.24.0"
19+
GEM_VERSION = "0.25.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
794794

795795
property :last_backup_state, as: 'lastBackupState'
796796
property :last_successful_backup_consistency_time, as: 'lastSuccessfulBackupConsistencyTime'
797+
property :last_successful_log_backup_consistency_time, as: 'lastSuccessfulLogBackupConsistencyTime'
797798
end
798799
end
799800

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,8 @@ def list_project_location_operations(name, filter: nil, page_size: nil, page_tok
18661866
# Optional. Hint for how to order the results.
18671867
# @param [Fixnum] page_size
18681868
# Optional. Requested page size. Server may return fewer items than requested.
1869-
# If unspecified, server will pick an appropriate default.
1869+
# If unspecified, server will use 100 as default. Maximum value is 500 and
1870+
# values above 500 will be coerced to 500.
18701871
# @param [String] page_token
18711872
# Optional. A token identifying a page of results the server should return.
18721873
# @param [String] fields

0 commit comments

Comments
 (0)