File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed
generated/google-apis-sqladmin_v1beta4
lib/google/apis/sqladmin_v1beta4 Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -343303,6 +343303,7 @@
343303
343303
"/sqladmin:v1beta4/DatabaseInstance/availableMaintenanceVersions": available_maintenance_versions
343304
343304
"/sqladmin:v1beta4/DatabaseInstance/availableMaintenanceVersions/available_maintenance_version": available_maintenance_version
343305
343305
"/sqladmin:v1beta4/DatabaseInstance/backendType": backend_type
343306
+ "/sqladmin:v1beta4/DatabaseInstance/clearNetwork": clear_network
343306
343307
"/sqladmin:v1beta4/DatabaseInstance/connectionName": connection_name
343307
343308
"/sqladmin:v1beta4/DatabaseInstance/createTime": create_time
343308
343309
"/sqladmin:v1beta4/DatabaseInstance/currentDiskSize": current_disk_size
Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-sqladmin_v1beta4
2
2
3
+ ### v0.85.0 (2025-05-21)
4
+
5
+ * Regenerated from discovery document revision 20250516
6
+
3
7
### v0.84.0 (2025-05-18)
4
8
5
9
* Regenerated from discovery document revision 20250508
Original file line number Diff line number Diff line change @@ -1127,6 +1127,12 @@ class DatabaseInstance
1127
1127
# @return [String]
1128
1128
attr_accessor :backend_type
1129
1129
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
+
1130
1136
# Connection name of the Cloud SQL instance used in connection strings.
1131
1137
# Corresponds to the JSON property `connectionName`
1132
1138
# @return [String]
@@ -1418,6 +1424,7 @@ def initialize(**args)
1418
1424
def update! ( **args )
1419
1425
@available_maintenance_versions = args [ :available_maintenance_versions ] if args . key? ( :available_maintenance_versions )
1420
1426
@backend_type = args [ :backend_type ] if args . key? ( :backend_type )
1427
+ @clear_network = args [ :clear_network ] if args . key? ( :clear_network )
1421
1428
@connection_name = args [ :connection_name ] if args . key? ( :connection_name )
1422
1429
@create_time = args [ :create_time ] if args . key? ( :create_time )
1423
1430
@current_disk_size = args [ :current_disk_size ] if args . key? ( :current_disk_size )
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module SqladminV1beta4
18
18
# Version of the google-apis-sqladmin_v1beta4 gem
19
- GEM_VERSION = "0.84 .0"
19
+ GEM_VERSION = "0.85 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.17.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250508 "
25
+ REVISION = "20250516 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -1073,6 +1073,7 @@ class DatabaseInstance
1073
1073
class Representation < Google ::Apis ::Core ::JsonRepresentation
1074
1074
collection :available_maintenance_versions , as : 'availableMaintenanceVersions'
1075
1075
property :backend_type , as : 'backendType'
1076
+ property :clear_network , as : 'clearNetwork'
1076
1077
property :connection_name , as : 'connectionName'
1077
1078
property :create_time , as : 'createTime'
1078
1079
property :current_disk_size , :numeric_string => true , as : 'currentDiskSize'
You can’t perform that action at this time.
0 commit comments