google-apis-sqladmin_v1 0.79.0 → 0.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04d767591e47688cf094361623509ed48f193d421edb5c5d270c2fa993fec71e
|
4
|
+
data.tar.gz: 4d3454502cd3f145df52855d3b530fe46dc4c57ab52e9b5c780a1e80fd807da9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '00419d793476adb8e001010d10f9c37a9b0234e8b07f6e88d5a024a77ac4f985a75983ce2e060a4831b3a2da1541f7290fc556eca5b1f08b1d3fa6ef5f61f215'
|
7
|
+
data.tar.gz: ed67370a1367d1f9d2b57994067530972e0bf72e9dd894b7a96e207ad20294096cd423e4021cabfd3c20baa0f5e99e62f5549152b754f841b0ae4821688ce571
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-sqladmin_v1
|
2
2
|
|
3
|
+
### v0.80.0 (2025-05-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250516
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.79.0 (2025-05-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250508
|
@@ -1128,6 +1128,12 @@ module Google
|
|
1128
1128
|
# @return [String]
|
1129
1129
|
attr_accessor :backend_type
|
1130
1130
|
|
1131
|
+
# Clears private network settings when the instance is restored.
|
1132
|
+
# Corresponds to the JSON property `clearNetwork`
|
1133
|
+
# @return [Boolean]
|
1134
|
+
attr_accessor :clear_network
|
1135
|
+
alias_method :clear_network?, :clear_network
|
1136
|
+
|
1131
1137
|
# Connection name of the Cloud SQL instance used in connection strings.
|
1132
1138
|
# Corresponds to the JSON property `connectionName`
|
1133
1139
|
# @return [String]
|
@@ -1420,6 +1426,7 @@ module Google
|
|
1420
1426
|
def update!(**args)
|
1421
1427
|
@available_maintenance_versions = args[:available_maintenance_versions] if args.key?(:available_maintenance_versions)
|
1422
1428
|
@backend_type = args[:backend_type] if args.key?(:backend_type)
|
1429
|
+
@clear_network = args[:clear_network] if args.key?(:clear_network)
|
1423
1430
|
@connection_name = args[:connection_name] if args.key?(:connection_name)
|
1424
1431
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1425
1432
|
@current_disk_size = args[:current_disk_size] if args.key?(:current_disk_size)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SqladminV1
|
18
18
|
# Version of the google-apis-sqladmin_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.80.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250516"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1073,6 +1073,7 @@ module Google
|
|
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'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-sqladmin_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.80.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.80.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud SQL Admin API V1
|
79
79
|
test_files: []
|