google-apis-sqladmin_v1 0.96.0 → 0.97.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: 6fc01433478c5a948e356b76278cfd7b5497a5cffe5064f1f5e8fb5d806b8a73
4
- data.tar.gz: 7ee78f594ec92587cd77cb55ba85bf9cc2c80c629c0f217074231a75b751e49c
3
+ metadata.gz: 96393ce6d1d2f7d8f186aaac3a6ec0c4d6edf210d58f64296a656d60949b21eb
4
+ data.tar.gz: 7207dd1c6355acd4c8a9630563b152959c82811331ffc04306472d0786cd49d1
5
5
  SHA512:
6
- metadata.gz: 772d4d5b48ff7925e93cc1d7ee6029a96b4f7ca979ad813fb2d45c740241cff6990cd92b40295668940545b370de3389ed09eb63cd3ca9e0b7bcdea0cd8ae206
7
- data.tar.gz: 92ae44af4071ee4d6903f9cdef9d9765d2617474a84897b54afa841f41a7208fc65a83d6852c989f60594a32af6f324a1412cd08ba9630ee18f9ef7eb657662e
6
+ metadata.gz: 7776bceca5c177e9362908507c80f5a6050ea887c43b930f37dea6ae5d79b571b819213264de8e319b95098af45b206e0538f87eb772a4edde87b2660cccc214
7
+ data.tar.gz: b8d63ad5e4187be68beeb2b80cfc1a2fdfdad5d881824a4530b3ce32576f5711c1b8fe1423e306ce91d433756228ab928eb6de3fa072921bb30876f70b55c59d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.97.0 (2026-05-10)
4
+
5
+ * Regenerated from discovery document revision 20260424
6
+
3
7
  ### v0.96.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260317
@@ -4416,41 +4416,42 @@ module Google
4416
4416
  end
4417
4417
  end
4418
4418
 
4419
- # Performance Capture configuration.
4419
+ # Performance capture configuration.
4420
4420
  class PerformanceCaptureConfig
4421
4421
  include Google::Apis::Core::Hashable
4422
4422
 
4423
- # Optional. Enable or disable the Performance Capture feature.
4423
+ # Optional. Enables or disables the performance capture feature.
4424
4424
  # Corresponds to the JSON property `enabled`
4425
4425
  # @return [Boolean]
4426
4426
  attr_accessor :enabled
4427
4427
  alias_method :enabled?, :enabled
4428
4428
 
4429
- # Optional. The minimum number of consecutive readings above threshold that
4430
- # triggers instance state capture.
4429
+ # Optional. Specifies the minimum number of consecutive probe threshold that
4430
+ # triggers performance capture.
4431
4431
  # Corresponds to the JSON property `probeThreshold`
4432
4432
  # @return [Fixnum]
4433
4433
  attr_accessor :probe_threshold
4434
4434
 
4435
- # Optional. The time interval in seconds between any two probes.
4435
+ # Optional. Specifies the interval in seconds between consecutive probes that
4436
+ # check if any trigger condition thresholds have been reached.
4436
4437
  # Corresponds to the JSON property `probingIntervalSeconds`
4437
4438
  # @return [Fixnum]
4438
4439
  attr_accessor :probing_interval_seconds
4439
4440
 
4440
- # Optional. The minimum number of server threads running to trigger the capture
4441
- # on primary.
4441
+ # Optional. Specifies the minimum number of MySQL `Threads_running` to trigger
4442
+ # the performance capture on the primary instance.
4442
4443
  # Corresponds to the JSON property `runningThreadsThreshold`
4443
4444
  # @return [Fixnum]
4444
4445
  attr_accessor :running_threads_threshold
4445
4446
 
4446
- # Optional. The minimum number of seconds replica must be lagging behind primary
4447
- # to trigger capture on replica.
4447
+ # Optional. Specifies the minimum number of seconds replica must be lagging
4448
+ # behind primary instance to trigger the performance capture on replica.
4448
4449
  # Corresponds to the JSON property `secondsBehindSourceThreshold`
4449
4450
  # @return [Fixnum]
4450
4451
  attr_accessor :seconds_behind_source_threshold
4451
4452
 
4452
- # Optional. The amount of time in seconds that a transaction needs to have been
4453
- # open before the watcher starts recording it.
4453
+ # Optional. Specifies the amount of time in seconds that a transaction needs to
4454
+ # have been open before the watcher starts recording it.
4454
4455
  # Corresponds to the JSON property `transactionDurationThreshold`
4455
4456
  # @return [Fixnum]
4456
4457
  attr_accessor :transaction_duration_threshold
@@ -5399,7 +5400,7 @@ module Google
5399
5400
  # @return [Google::Apis::SqladminV1::PasswordValidationPolicy]
5400
5401
  attr_accessor :password_validation_policy
5401
5402
 
5402
- # Performance Capture configuration.
5403
+ # Performance capture configuration.
5403
5404
  # Corresponds to the JSON property `performanceCaptureConfig`
5404
5405
  # @return [Google::Apis::SqladminV1::PerformanceCaptureConfig]
5405
5406
  attr_accessor :performance_capture_config
@@ -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.96.0"
19
+ GEM_VERSION = "0.97.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260317"
25
+ REVISION = "20260424"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.96.0
4
+ version: 0.97.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.96.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.97.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
62
62
  rdoc_options: []
63
63
  require_paths: