Skip to content

Commit a0133d5

Browse files
feat: Automated regeneration of backupdr v1 client (#24915)
Auto-created at 2025-11-09 10:04:41 +0000 using the toys pull request generator.
1 parent e04c79d commit a0133d5

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51575,6 +51575,8 @@
5157551575
"/backupdr:v1/ListDataSourceReferencesResponse/dataSourceReferences": data_source_references
5157651576
"/backupdr:v1/ListDataSourceReferencesResponse/dataSourceReferences/data_source_reference": data_source_reference
5157751577
"/backupdr:v1/ListDataSourceReferencesResponse/nextPageToken": next_page_token
51578+
"/backupdr:v1/ListDataSourceReferencesResponse/unreachable": unreachable
51579+
"/backupdr:v1/ListDataSourceReferencesResponse/unreachable/unreachable": unreachable
5157851580
"/backupdr:v1/ListDataSourcesResponse": list_data_sources_response
5157951581
"/backupdr:v1/ListDataSourcesResponse/dataSources": data_sources
5158051582
"/backupdr:v1/ListDataSourcesResponse/dataSources/data_source": data_source

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.45.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251029
6+
37
### v0.44.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251022

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3866,6 +3866,11 @@ class ListDataSourceReferencesResponse
38663866
# @return [String]
38673867
attr_accessor :next_page_token
38683868

3869+
# Locations that could not be reached.
3870+
# Corresponds to the JSON property `unreachable`
3871+
# @return [Array<String>]
3872+
attr_accessor :unreachable
3873+
38693874
def initialize(**args)
38703875
update!(**args)
38713876
end
@@ -3874,6 +3879,7 @@ def initialize(**args)
38743879
def update!(**args)
38753880
@data_source_references = args[:data_source_references] if args.key?(:data_source_references)
38763881
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3882+
@unreachable = args[:unreachable] if args.key?(:unreachable)
38773883
end
38783884
end
38793885

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.44.0"
19+
GEM_VERSION = "0.45.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 = "20251022"
25+
REVISION = "20251029"
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
@@ -1703,6 +1703,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
17031703
collection :data_source_references, as: 'dataSourceReferences', class: Google::Apis::BackupdrV1::DataSourceReference, decorator: Google::Apis::BackupdrV1::DataSourceReference::Representation
17041704

17051705
property :next_page_token, as: 'nextPageToken'
1706+
collection :unreachable, as: 'unreachable'
17061707
end
17071708
end
17081709

0 commit comments

Comments
 (0)