google-apis-sqladmin_v1 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: 5e45a2d43eebc39bf1efc627cecc7889c024e190b3782efdf1919b230257835c
4
- data.tar.gz: b0db23676e4fcdb50526599abd7d356abaa787e305a78824930fe4e6aff25c80
3
+ metadata.gz: ab62ee3ec5da27b2f19de27925d459012fd58bffa53d02bb0666cd7f35f99dad
4
+ data.tar.gz: 3e497d47be63a69d9e010e4469d6f38c7790ad06c1fc1d20deee3a09491cc4b9
5
5
  SHA512:
6
- metadata.gz: e85d8c396d0f10ab5b6ef3cb5b3f7e380140a15e0b8d89bbed058b4905de9853c68df2991371bb78cc059f3964a138954297d63c35f7ec2632984c50a190afd1
7
- data.tar.gz: ab3bcaf0fda441ad89935a29ab693f57e9cc50bd049b10a571d3c6bc4d1e285fd282a213432414a9e32e441b9088f33a3fcfe3b7486ffa35b3af802292836bf0
6
+ metadata.gz: 5ae015927c83b85bd06c389fc55ee016d53ef887a2e33b6c34549c0f29f4c07cb6445e3c7c359a3f1e06385fb808fd9f374b48dbe229cda339225189f662c471
7
+ data.tar.gz: 939950107cd5da72deba04044804566ee1afbd6c5ee8ee24ab2f376be686427ae211d7ea6c185b7974652c99b31c57632ed72904e3adbe3e7e7c10a83bb5266b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.60.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240607
6
+
3
7
  ### v0.59.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240521
@@ -3595,6 +3595,14 @@ module Google
3595
3595
  # @return [String]
3596
3596
  attr_accessor :edition
3597
3597
 
3598
+ # Optional. By default, Cloud SQL instances have schema extraction disabled for
3599
+ # Dataplex. When this parameter is set to true, schema extraction for Dataplex
3600
+ # on Cloud SQL instances is activated.
3601
+ # Corresponds to the JSON property `enableDataplexIntegration`
3602
+ # @return [Boolean]
3603
+ attr_accessor :enable_dataplex_integration
3604
+ alias_method :enable_dataplex_integration?, :enable_dataplex_integration
3605
+
3598
3606
  # Optional. When this parameter is set to true, Cloud SQL instances can connect
3599
3607
  # to Vertex AI to pass requests for real-time predictions and insights to the AI.
3600
3608
  # The default value is false. This applies only to Cloud SQL for PostgreSQL
@@ -3717,6 +3725,7 @@ module Google
3717
3725
  @deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
3718
3726
  @deny_maintenance_periods = args[:deny_maintenance_periods] if args.key?(:deny_maintenance_periods)
3719
3727
  @edition = args[:edition] if args.key?(:edition)
3728
+ @enable_dataplex_integration = args[:enable_dataplex_integration] if args.key?(:enable_dataplex_integration)
3720
3729
  @enable_google_ml_integration = args[:enable_google_ml_integration] if args.key?(:enable_google_ml_integration)
3721
3730
  @insights_config = args[:insights_config] if args.key?(:insights_config)
3722
3731
  @ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
@@ -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.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.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240521"
25
+ REVISION = "20240607"
26
26
  end
27
27
  end
28
28
  end
@@ -1603,6 +1603,7 @@ module Google
1603
1603
  collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1::DenyMaintenancePeriod::Representation
1604
1604
 
1605
1605
  property :edition, as: 'edition'
1606
+ property :enable_dataplex_integration, as: 'enableDataplexIntegration'
1606
1607
  property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
1607
1608
  property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1::InsightsConfig, decorator: Google::Apis::SqladminV1::InsightsConfig::Representation
1608
1609
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1
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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-16 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.60.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
63
63
  post_install_message:
64
64
  rdoc_options: []