google-apis-sqladmin_v1beta4 0.60.0 → 0.61.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: 0bfbbe8b4caaed3ba88a43ca564b8a70aa0b2703504d86047524cb0604a4643f
4
- data.tar.gz: 29706114ef00bef50b55b22a49d35a0f8650fbefe60413e50db8d3f3672938e7
3
+ metadata.gz: 7de34c78283b66a910727faeb341bf2a271a30b7449bb3af3a8ed4dc953bacf4
4
+ data.tar.gz: 5bf75a318aa384a8054d035ddd9785ae64ce7f7a68d452a77e0d662d0d6151ac
5
5
  SHA512:
6
- metadata.gz: 21ee7fc17c2ed7f47fbbb1543d99f4c64102e6778d6af037745c5cb7bf455b911b61ab22db66e176acac87233e43b95642b641506860969ede332834c612ade2
7
- data.tar.gz: a874c0e48ac508b708ed094a53261dd6f5fb80975e7f7d1bda91d39709ba2c8806118e11daf65901070e860b699dd90d6e27f147cc0e15e4540f7127efcc71e9
6
+ metadata.gz: 5130d4a6f6e23ee3f7b20719cb0ca679b55c73916b1b0419da576afeed3e3b91d39814bda5986e056cb78f61b68db5f359a4db79bd7d0df3ea67ff12fab01ac7
7
+ data.tar.gz: 1a8f111f42c7274c7eca71d6319c3a8fed343d4bf19031f806ca022241ced718b391ef2e87d45e9baf53fe17d181b1305267cab2c8f6e9a3615d37fdb4a3c878
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.61.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20240101
6
+
3
7
  ### v0.60.0 (2023-12-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20231211
@@ -2350,8 +2350,19 @@ module Google
2350
2350
  attr_accessor :require_ssl
2351
2351
  alias_method :require_ssl?, :require_ssl
2352
2352
 
2353
- # SQL Server uses the `require_ssl` flag. You can set the value for this flag to
2354
- # 'true' or 'false'.
2353
+ # Specify how SSL/TLS is enforced in database connections. MySQL and PostgreSQL
2354
+ # use the `ssl_mode` flag. If you must use the `require_ssl` flag for backward
2355
+ # compatibility, then only the following value pairs are valid: * `ssl_mode=
2356
+ # ALLOW_UNENCRYPTED_AND_ENCRYPTED` and `require_ssl=false` * `ssl_mode=
2357
+ # ENCRYPTED_ONLY` and `require_ssl=false` * `ssl_mode=
2358
+ # TRUSTED_CLIENT_CERTIFICATE_REQUIRED` and `require_ssl=true` The value of `
2359
+ # ssl_mode` gets priority over the value of `require_ssl`. For example, for the
2360
+ # pair `ssl_mode=ENCRYPTED_ONLY` and `require_ssl=false`, the `ssl_mode=
2361
+ # ENCRYPTED_ONLY` means only accept SSL connections, while the `require_ssl=
2362
+ # false` means accept both non-SSL and SSL connections. MySQL and PostgreSQL
2363
+ # databases respect `ssl_mode` in this case and accept only SSL connections. SQL
2364
+ # Server uses the `require_ssl` flag. You can set the value for this flag to `
2365
+ # true` or `false`.
2355
2366
  # Corresponds to the JSON property `sslMode`
2356
2367
  # @return [String]
2357
2368
  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.60.0"
19
+ GEM_VERSION = "0.61.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 = "20231211"
25
+ REVISION = "20240101"
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.60.0
4
+ version: 0.61.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-12-17 00:00:00.000000000 Z
11
+ date: 2024-01-07 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.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.61.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud SQL Admin API V1beta4