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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bb24277e8c1895d1200c160fa6f779cfe6484735b1203c700ddc8d851f543e7
4
- data.tar.gz: d38d0b5170b7f5767f77432d7240e474a13b55b8ef305a345581f28c5b24c63a
3
+ metadata.gz: 0bfbbe8b4caaed3ba88a43ca564b8a70aa0b2703504d86047524cb0604a4643f
4
+ data.tar.gz: 29706114ef00bef50b55b22a49d35a0f8650fbefe60413e50db8d3f3672938e7
5
5
  SHA512:
6
- metadata.gz: 9e1c578a90a637914cd186960673c338e996f87f044b0c4f852e137a89853c1510282177637c7fc56e0de0baf3b58c2c46993f164d2ae870c759d2835e09bb0b
7
- data.tar.gz: 0047b9ba77edf19a35253e73c48989495bd172009ea9a69aec01f120ab2e31a3a79c36a6d0fcdba65271e944a35fe811f7e88470688d4728096ca0dd6865fcc3
6
+ metadata.gz: 21ee7fc17c2ed7f47fbbb1543d99f4c64102e6778d6af037745c5cb7bf455b911b61ab22db66e176acac87233e43b95642b641506860969ede332834c612ade2
7
+ data.tar.gz: a874c0e48ac508b708ed094a53261dd6f5fb80975e7f7d1bda91d39709ba2c8806118e11daf65901070e860b699dd90d6e27f147cc0e15e4540f7127efcc71e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.60.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231211
6
+
3
7
  ### v0.59.0 (2023-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20231108
@@ -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
- # Specify how SSL/TLS is enforced in database connections. This flag is
2353
- # supported only for PostgreSQL. Use the legacy `require_ssl` flag for enforcing
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.59.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 = "20231108"
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.59.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-12 00:00:00.000000000 Z
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.59.0
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: []