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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sqladmin_v1/classes.rb +13 -12
- data/lib/google/apis/sqladmin_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96393ce6d1d2f7d8f186aaac3a6ec0c4d6edf210d58f64296a656d60949b21eb
|
|
4
|
+
data.tar.gz: 7207dd1c6355acd4c8a9630563b152959c82811331ffc04306472d0786cd49d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7776bceca5c177e9362908507c80f5a6050ea887c43b930f37dea6ae5d79b571b819213264de8e319b95098af45b206e0538f87eb772a4edde87b2660cccc214
|
|
7
|
+
data.tar.gz: b8d63ad5e4187be68beeb2b80cfc1a2fdfdad5d881824a4530b3ce32576f5711c1b8fe1423e306ce91d433756228ab928eb6de3fa072921bb30876f70b55c59d
|
data/CHANGELOG.md
CHANGED
|
@@ -4416,41 +4416,42 @@ module Google
|
|
|
4416
4416
|
end
|
|
4417
4417
|
end
|
|
4418
4418
|
|
|
4419
|
-
# Performance
|
|
4419
|
+
# Performance capture configuration.
|
|
4420
4420
|
class PerformanceCaptureConfig
|
|
4421
4421
|
include Google::Apis::Core::Hashable
|
|
4422
4422
|
|
|
4423
|
-
# Optional.
|
|
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.
|
|
4430
|
-
# triggers
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|