google-apis-sqladmin_v1beta4 0.59.0 → 0.60.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sqladmin_v1beta4/classes.rb +3 -13
- data/lib/google/apis/sqladmin_v1beta4/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bfbbe8b4caaed3ba88a43ca564b8a70aa0b2703504d86047524cb0604a4643f
|
4
|
+
data.tar.gz: 29706114ef00bef50b55b22a49d35a0f8650fbefe60413e50db8d3f3672938e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21ee7fc17c2ed7f47fbbb1543d99f4c64102e6778d6af037745c5cb7bf455b911b61ab22db66e176acac87233e43b95642b641506860969ede332834c612ade2
|
7
|
+
data.tar.gz: a874c0e48ac508b708ed094a53261dd6f5fb80975e7f7d1bda91d39709ba2c8806118e11daf65901070e860b699dd90d6e27f147cc0e15e4540f7127efcc71e9
|
data/CHANGELOG.md
CHANGED
@@ -2337,6 +2337,7 @@ module Google
|
|
2337
2337
|
# @return [Google::Apis::SqladminV1beta4::PscConfig]
|
2338
2338
|
attr_accessor :psc_config
|
2339
2339
|
|
2340
|
+
# Use `ssl_mode` instead for MySQL and PostgreSQL. SQL Server uses this flag.
|
2340
2341
|
# Whether SSL/TLS connections over IP are enforced. If set to false, then allow
|
2341
2342
|
# both non-SSL/non-TLS and SSL/TLS connections. For SSL/TLS connections, the
|
2342
2343
|
# client certificate won't be verified. If set to true, then only allow
|
@@ -2349,19 +2350,8 @@ module Google
|
|
2349
2350
|
attr_accessor :require_ssl
|
2350
2351
|
alias_method :require_ssl?, :require_ssl
|
2351
2352
|
|
2352
|
-
#
|
2353
|
-
#
|
2354
|
-
# SSL/TLS in MySQL and SQL Server. But, for PostgreSQL, use the `ssl_mode` flag
|
2355
|
-
# instead of the legacy `require_ssl` flag. To avoid the conflict between those
|
2356
|
-
# flags in PostgreSQL, only the following value pairs are valid: * `ssl_mode=
|
2357
|
-
# ALLOW_UNENCRYPTED_AND_ENCRYPTED` and `require_ssl=false` * `ssl_mode=
|
2358
|
-
# ENCRYPTED_ONLY` and `require_ssl=false` * `ssl_mode=
|
2359
|
-
# TRUSTED_CLIENT_CERTIFICATE_REQUIRED` and `require_ssl=true` Note that the
|
2360
|
-
# value of `ssl_mode` gets priority over the value of the legacy `require_ssl`.
|
2361
|
-
# For example, for the pair `ssl_mode=ENCRYPTED_ONLY, require_ssl=false`, the `
|
2362
|
-
# ssl_mode=ENCRYPTED_ONLY` means "only accepts SSL connection", while the `
|
2363
|
-
# require_ssl=false` means "both non-SSL and SSL connections are allowed". The
|
2364
|
-
# database respects `ssl_mode` in this case and only accepts SSL connections.
|
2353
|
+
# SQL Server uses the `require_ssl` flag. You can set the value for this flag to
|
2354
|
+
# 'true' or 'false'.
|
2365
2355
|
# Corresponds to the JSON property `sslMode`
|
2366
2356
|
# @return [String]
|
2367
2357
|
attr_accessor :ssl_mode
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-sqladmin_v1beta4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.60.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|