Skip to content

Commit 9c1758d

Browse files
feat: Automated regeneration of sqladmin v1beta4 client (googleapis#23193)
Auto-created at 2025-05-21 20:37:27 +0000 using the toys pull request generator.
1 parent 060c527 commit 9c1758d

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343303,6 +343303,7 @@
343303343303
"/sqladmin:v1beta4/DatabaseInstance/availableMaintenanceVersions": available_maintenance_versions
343304343304
"/sqladmin:v1beta4/DatabaseInstance/availableMaintenanceVersions/available_maintenance_version": available_maintenance_version
343305343305
"/sqladmin:v1beta4/DatabaseInstance/backendType": backend_type
343306+
"/sqladmin:v1beta4/DatabaseInstance/clearNetwork": clear_network
343306343307
"/sqladmin:v1beta4/DatabaseInstance/connectionName": connection_name
343307343308
"/sqladmin:v1beta4/DatabaseInstance/createTime": create_time
343308343309
"/sqladmin:v1beta4/DatabaseInstance/currentDiskSize": current_disk_size

generated/google-apis-sqladmin_v1beta4/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-sqladmin_v1beta4
22

3+
### v0.85.0 (2025-05-21)
4+
5+
* Regenerated from discovery document revision 20250516
6+
37
### v0.84.0 (2025-05-18)
48

59
* Regenerated from discovery document revision 20250508

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,12 @@ class DatabaseInstance
11271127
# @return [String]
11281128
attr_accessor :backend_type
11291129

1130+
# Clears private network settings when the instance is restored.
1131+
# Corresponds to the JSON property `clearNetwork`
1132+
# @return [Boolean]
1133+
attr_accessor :clear_network
1134+
alias_method :clear_network?, :clear_network
1135+
11301136
# Connection name of the Cloud SQL instance used in connection strings.
11311137
# Corresponds to the JSON property `connectionName`
11321138
# @return [String]
@@ -1418,6 +1424,7 @@ def initialize(**args)
14181424
def update!(**args)
14191425
@available_maintenance_versions = args[:available_maintenance_versions] if args.key?(:available_maintenance_versions)
14201426
@backend_type = args[:backend_type] if args.key?(:backend_type)
1427+
@clear_network = args[:clear_network] if args.key?(:clear_network)
14211428
@connection_name = args[:connection_name] if args.key?(:connection_name)
14221429
@create_time = args[:create_time] if args.key?(:create_time)
14231430
@current_disk_size = args[:current_disk_size] if args.key?(:current_disk_size)

generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/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 SqladminV1beta4
1818
# Version of the google-apis-sqladmin_v1beta4 gem
19-
GEM_VERSION = "0.84.0"
19+
GEM_VERSION = "0.85.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,7 @@ class DatabaseInstance
10731073
class Representation < Google::Apis::Core::JsonRepresentation
10741074
collection :available_maintenance_versions, as: 'availableMaintenanceVersions'
10751075
property :backend_type, as: 'backendType'
1076+
property :clear_network, as: 'clearNetwork'
10761077
property :connection_name, as: 'connectionName'
10771078
property :create_time, as: 'createTime'
10781079
property :current_disk_size, :numeric_string => true, as: 'currentDiskSize'

0 commit comments

Comments
 (0)