google-apis-sqladmin_v1beta4 0.58.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: 2837618c373577f54a60cf85f01e6ff7272d70341b4aebf528a3107fd2b22b21
4
- data.tar.gz: dc371d0cd5df7fb16d866e3d33f0b22d06372b835d9008b2abe001b706c84902
3
+ metadata.gz: 0bfbbe8b4caaed3ba88a43ca564b8a70aa0b2703504d86047524cb0604a4643f
4
+ data.tar.gz: 29706114ef00bef50b55b22a49d35a0f8650fbefe60413e50db8d3f3672938e7
5
5
  SHA512:
6
- metadata.gz: dc2ac2c7c9fadf99985353a9e3480ac1561c70e72b63e1dec05f629b4f81313bfe31ffe9b508576785e9e7d907ca61fb86efe9a618cb9ac754c4452234cd947d
7
- data.tar.gz: f9f7b436d5e30ca31866e156b51786dec65a344590ee9ed79177929a90c453067bcb19688b541eeb71ad109e128640df1609814ddcba9ca497599562b05de421
6
+ metadata.gz: 21ee7fc17c2ed7f47fbbb1543d99f4c64102e6778d6af037745c5cb7bf455b911b61ab22db66e176acac87233e43b95642b641506860969ede332834c612ade2
7
+ data.tar.gz: a874c0e48ac508b708ed094a53261dd6f5fb80975e7f7d1bda91d39709ba2c8806118e11daf65901070e860b699dd90d6e27f147cc0e15e4540f7127efcc71e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.59.0 (2023-11-12)
8
+
9
+ * Regenerated from discovery document revision 20231108
10
+
3
11
  ### v0.58.0 (2023-11-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20231029
@@ -924,6 +924,11 @@ module Google
924
924
  # @return [Google::Apis::SqladminV1beta4::Settings]
925
925
  attr_accessor :settings
926
926
 
927
+ # The SQL network architecture for the instance.
928
+ # Corresponds to the JSON property `sqlNetworkArchitecture`
929
+ # @return [String]
930
+ attr_accessor :sql_network_architecture
931
+
927
932
  # The current serving state of the Cloud SQL instance.
928
933
  # Corresponds to the JSON property `state`
929
934
  # @return [String]
@@ -982,6 +987,7 @@ module Google
982
987
  @server_ca_cert = args[:server_ca_cert] if args.key?(:server_ca_cert)
983
988
  @service_account_email_address = args[:service_account_email_address] if args.key?(:service_account_email_address)
984
989
  @settings = args[:settings] if args.key?(:settings)
990
+ @sql_network_architecture = args[:sql_network_architecture] if args.key?(:sql_network_architecture)
985
991
  @state = args[:state] if args.key?(:state)
986
992
  @suspension_reason = args[:suspension_reason] if args.key?(:suspension_reason)
987
993
  @write_endpoint = args[:write_endpoint] if args.key?(:write_endpoint)
@@ -2331,6 +2337,7 @@ module Google
2331
2337
  # @return [Google::Apis::SqladminV1beta4::PscConfig]
2332
2338
  attr_accessor :psc_config
2333
2339
 
2340
+ # Use `ssl_mode` instead for MySQL and PostgreSQL. SQL Server uses this flag.
2334
2341
  # Whether SSL/TLS connections over IP are enforced. If set to false, then allow
2335
2342
  # both non-SSL/non-TLS and SSL/TLS connections. For SSL/TLS connections, the
2336
2343
  # client certificate won't be verified. If set to true, then only allow
@@ -2343,19 +2350,8 @@ module Google
2343
2350
  attr_accessor :require_ssl
2344
2351
  alias_method :require_ssl?, :require_ssl
2345
2352
 
2346
- # Specify how SSL/TLS is enforced in database connections. This flag is
2347
- # supported only for PostgreSQL. Use the legacy `require_ssl` flag for enforcing
2348
- # SSL/TLS in MySQL and SQL Server. But, for PostgreSQL, use the `ssl_mode` flag
2349
- # instead of the legacy `require_ssl` flag. To avoid the conflict between those
2350
- # flags in PostgreSQL, only the following value pairs are valid: * `ssl_mode=
2351
- # ALLOW_UNENCRYPTED_AND_ENCRYPTED` and `require_ssl=false` * `ssl_mode=
2352
- # ENCRYPTED_ONLY` and `require_ssl=false` * `ssl_mode=
2353
- # TRUSTED_CLIENT_CERTIFICATE_REQUIRED` and `require_ssl=true` Note that the
2354
- # value of `ssl_mode` gets priority over the value of the legacy `require_ssl`.
2355
- # For example, for the pair `ssl_mode=ENCRYPTED_ONLY, require_ssl=false`, the `
2356
- # ssl_mode=ENCRYPTED_ONLY` means "only accepts SSL connection", while the `
2357
- # require_ssl=false` means "both non-SSL and SSL connections are allowed". The
2358
- # 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'.
2359
2355
  # Corresponds to the JSON property `sslMode`
2360
2356
  # @return [String]
2361
2357
  attr_accessor :ssl_mode
@@ -2675,6 +2671,11 @@ module Google
2675
2671
  class Operation
2676
2672
  include Google::Apis::Core::Hashable
2677
2673
 
2674
+ # An Admin API warning message.
2675
+ # Corresponds to the JSON property `apiWarning`
2676
+ # @return [Google::Apis::SqladminV1beta4::ApiWarning]
2677
+ attr_accessor :api_warning
2678
+
2678
2679
  # Backup context.
2679
2680
  # Corresponds to the JSON property `backupContext`
2680
2681
  # @return [Google::Apis::SqladminV1beta4::BackupContext]
@@ -2768,6 +2769,7 @@ module Google
2768
2769
 
2769
2770
  # Update properties of this object
2770
2771
  def update!(**args)
2772
+ @api_warning = args[:api_warning] if args.key?(:api_warning)
2771
2773
  @backup_context = args[:backup_context] if args.key?(:backup_context)
2772
2774
  @end_time = args[:end_time] if args.key?(:end_time)
2773
2775
  @error = args[:error] if args.key?(:error)
@@ -2969,6 +2971,13 @@ module Google
2969
2971
  # @return [String]
2970
2972
  attr_accessor :complexity
2971
2973
 
2974
+ # Disallow credentials that have been previously compromised by a public data
2975
+ # breach.
2976
+ # Corresponds to the JSON property `disallowCompromisedCredentials`
2977
+ # @return [Boolean]
2978
+ attr_accessor :disallow_compromised_credentials
2979
+ alias_method :disallow_compromised_credentials?, :disallow_compromised_credentials
2980
+
2972
2981
  # Disallow username as a part of the password.
2973
2982
  # Corresponds to the JSON property `disallowUsernameSubstring`
2974
2983
  # @return [Boolean]
@@ -3004,6 +3013,7 @@ module Google
3004
3013
  # Update properties of this object
3005
3014
  def update!(**args)
3006
3015
  @complexity = args[:complexity] if args.key?(:complexity)
3016
+ @disallow_compromised_credentials = args[:disallow_compromised_credentials] if args.key?(:disallow_compromised_credentials)
3007
3017
  @disallow_username_substring = args[:disallow_username_substring] if args.key?(:disallow_username_substring)
3008
3018
  @enable_password_policy = args[:enable_password_policy] if args.key?(:enable_password_policy)
3009
3019
  @min_length = args[:min_length] if args.key?(:min_length)
@@ -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.58.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 = "20231029"
25
+ REVISION = "20231211"
26
26
  end
27
27
  end
28
28
  end
@@ -857,6 +857,7 @@ module Google
857
857
  property :service_account_email_address, as: 'serviceAccountEmailAddress'
858
858
  property :settings, as: 'settings', class: Google::Apis::SqladminV1beta4::Settings, decorator: Google::Apis::SqladminV1beta4::Settings::Representation
859
859
 
860
+ property :sql_network_architecture, as: 'sqlNetworkArchitecture'
860
861
  property :state, as: 'state'
861
862
  collection :suspension_reason, as: 'suspensionReason'
862
863
  property :write_endpoint, as: 'writeEndpoint'
@@ -1320,6 +1321,8 @@ module Google
1320
1321
  class Operation
1321
1322
  # @private
1322
1323
  class Representation < Google::Apis::Core::JsonRepresentation
1324
+ property :api_warning, as: 'apiWarning', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
1325
+
1323
1326
  property :backup_context, as: 'backupContext', class: Google::Apis::SqladminV1beta4::BackupContext, decorator: Google::Apis::SqladminV1beta4::BackupContext::Representation
1324
1327
 
1325
1328
  property :end_time, as: 'endTime'
@@ -1396,6 +1399,7 @@ module Google
1396
1399
  # @private
1397
1400
  class Representation < Google::Apis::Core::JsonRepresentation
1398
1401
  property :complexity, as: 'complexity'
1402
+ property :disallow_compromised_credentials, as: 'disallowCompromisedCredentials'
1399
1403
  property :disallow_username_substring, as: 'disallowUsernameSubstring'
1400
1404
  property :enable_password_policy, as: 'enablePasswordPolicy'
1401
1405
  property :min_length, as: 'minLength'
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.58.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-05 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.58.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: []