Skip to content

Commit

Permalink
feat: Automated regeneration of backupdr v1 client (#20496)
Browse files Browse the repository at this point in the history
Auto-created at 2024-11-03 09:33:45 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 3, 2024
1 parent b00b72f commit 0f762a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-backupdr_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-backupdr_v1

### v0.21.0 (2024-11-03)

* Regenerated from discovery document revision 20241023

### v0.20.0 (2024-10-27)

* Regenerated from discovery document revision 20241017
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2758,8 +2758,9 @@ class ManagementServer
# @return [String]
attr_accessor :name

# Required. VPC networks to which the ManagementServer instance is connected.
# For this version, only a single network is supported.
# Optional. VPC networks to which the ManagementServer instance is connected.
# For this version, only a single network is supported. This field is optional
# if MS is created without PSA
# Corresponds to the JSON property `networks`
# @return [Array<Google::Apis::BackupdrV1::NetworkConfig>]
attr_accessor :networks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module BackupdrV1
# Version of the google-apis-backupdr_v1 gem
GEM_VERSION = "0.20.0"
GEM_VERSION = "0.21.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20241017"
REVISION = "20241023"
end
end
end

0 comments on commit 0f762a5

Please sign in to comment.