google-apis-sqladmin_v1beta4 0.71.0 → 0.72.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 726ac1828dd3d32a5a303719f7ecba21f98e4d88e370613ad5f51f77beefb635
4
- data.tar.gz: 68d1ac150279f2ef8f7fe6d13a2da4508b779bb64982d435e933a52c89d05b37
3
+ metadata.gz: 14dbf45cab48f97cbc19cb4a3706cf712c124d1718e156d3660a83e783e95800
4
+ data.tar.gz: 3518e863508019bb587cc104bae75a5952e26e72755ce9fdfcbccf3f213b88ab
5
5
  SHA512:
6
- metadata.gz: 52c4d6df5138f826c636c6888d040ab04c8fbd9a94c6c9268e6dd02fdcb78bc2cb8211431931b53db22a726dd9b8bacc9c8a15f56a834f555aa11ca28664261c
7
- data.tar.gz: f557de5ad3170a5e61a75ed31eddf183a4113c873eff48c6377be62b6ecd683192a0f203373f5ccde3e542a2a79b43e6092efb9d48c0b78fd42db3a3deff57ea
6
+ metadata.gz: 9c88f71073539ae519078f4e4b33e91be5cdec83e31be951f579ff04f7ee99f72a7375ff805b69682d299d9b52577c7b0665086d3b32a7e1cf914bfbf46802d2
7
+ data.tar.gz: be676052bf1522ebb242c551d1fa31974013dad9872868e21006a575f7dcff3bed42678a350cbe8e69c93b8247c28d82e7f22ceac6d72ef4878f951fa6af0119
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.72.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240607
6
+
3
7
  ### v0.71.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240521
@@ -3604,6 +3604,14 @@ module Google
3604
3604
  # @return [String]
3605
3605
  attr_accessor :edition
3606
3606
 
3607
+ # Optional. By default, Cloud SQL instances have schema extraction disabled for
3608
+ # Dataplex. When this parameter is set to true, schema extraction for Dataplex
3609
+ # on Cloud SQL instances is activated.
3610
+ # Corresponds to the JSON property `enableDataplexIntegration`
3611
+ # @return [Boolean]
3612
+ attr_accessor :enable_dataplex_integration
3613
+ alias_method :enable_dataplex_integration?, :enable_dataplex_integration
3614
+
3607
3615
  # Optional. When this parameter is set to true, Cloud SQL instances can connect
3608
3616
  # to Vertex AI to pass requests for real-time predictions and insights to the AI.
3609
3617
  # The default value is false. This applies only to Cloud SQL for PostgreSQL
@@ -3726,6 +3734,7 @@ module Google
3726
3734
  @deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
3727
3735
  @deny_maintenance_periods = args[:deny_maintenance_periods] if args.key?(:deny_maintenance_periods)
3728
3736
  @edition = args[:edition] if args.key?(:edition)
3737
+ @enable_dataplex_integration = args[:enable_dataplex_integration] if args.key?(:enable_dataplex_integration)
3729
3738
  @enable_google_ml_integration = args[:enable_google_ml_integration] if args.key?(:enable_google_ml_integration)
3730
3739
  @insights_config = args[:insights_config] if args.key?(:insights_config)
3731
3740
  @ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
@@ -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.71.0"
19
+ GEM_VERSION = "0.72.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
@@ -1604,6 +1604,7 @@ module Google
1604
1604
  collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod::Representation
1605
1605
 
1606
1606
  property :edition, as: 'edition'
1607
+ property :enable_dataplex_integration, as: 'enableDataplexIntegration'
1607
1608
  property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
1608
1609
  property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
1609
1610
 
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.71.0
4
+ version: 0.72.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_v1beta4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.72.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: []