google-apis-alloydb_v1beta 0.29.0 → 0.30.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c05b6df81a322b37ff6a9f73ff337ca0e49706e630fe9622b5020a417ff7713
|
4
|
+
data.tar.gz: fde2f8dc1091eb88b0666450209dadbdcbda5838fb74847b6045e4937dc5b7b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37610c9df1ad5e010e9b40206829957de457d422d70a3802e2a9e40893188c5e1676cce834fe9524b9e3e74b663404be90fbaefd428c48a9f5321408dbe69b82
|
7
|
+
data.tar.gz: ff6369394266a7dab8e75f175135e351d32abbdeb7f22fd7f08ef84cf2074924485d454a57746637068d274b2068f79c92e179ad91a0136464ea316767452a7e
|
data/CHANGELOG.md
CHANGED
@@ -855,6 +855,11 @@ module Google
|
|
855
855
|
# @return [String]
|
856
856
|
attr_accessor :pool_mode
|
857
857
|
|
858
|
+
# Output only. The number of running poolers per instance.
|
859
|
+
# Corresponds to the JSON property `poolerCount`
|
860
|
+
# @return [Fixnum]
|
861
|
+
attr_accessor :pooler_count
|
862
|
+
|
858
863
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
|
859
864
|
# queries are allowed to spend waiting for execution. If the query is not
|
860
865
|
# assigned to a server during that time, the client is disconnected. 0 disables.
|
@@ -889,6 +894,7 @@ module Google
|
|
889
894
|
@max_prepared_statements = args[:max_prepared_statements] if args.key?(:max_prepared_statements)
|
890
895
|
@min_pool_size = args[:min_pool_size] if args.key?(:min_pool_size)
|
891
896
|
@pool_mode = args[:pool_mode] if args.key?(:pool_mode)
|
897
|
+
@pooler_count = args[:pooler_count] if args.key?(:pooler_count)
|
892
898
|
@query_wait_timeout = args[:query_wait_timeout] if args.key?(:query_wait_timeout)
|
893
899
|
@server_idle_timeout = args[:server_idle_timeout] if args.key?(:server_idle_timeout)
|
894
900
|
@stats_users = args[:stats_users] if args.key?(:stats_users)
|
@@ -2419,6 +2425,12 @@ module Google
|
|
2419
2425
|
attr_accessor :track_active_queries
|
2420
2426
|
alias_method :track_active_queries?, :track_active_queries
|
2421
2427
|
|
2428
|
+
# Track client address for an instance. If not set, default value is "off".
|
2429
|
+
# Corresponds to the JSON property `trackClientAddress`
|
2430
|
+
# @return [Boolean]
|
2431
|
+
attr_accessor :track_client_address
|
2432
|
+
alias_method :track_client_address?, :track_client_address
|
2433
|
+
|
2422
2434
|
# Output only. Track wait event types during query execution for an instance.
|
2423
2435
|
# This flag is turned "on" by default but tracking is enabled only after
|
2424
2436
|
# observability enabled flag is also turned on. This is read-only flag and only
|
@@ -2449,6 +2461,7 @@ module Google
|
|
2449
2461
|
@query_plans_per_minute = args[:query_plans_per_minute] if args.key?(:query_plans_per_minute)
|
2450
2462
|
@record_application_tags = args[:record_application_tags] if args.key?(:record_application_tags)
|
2451
2463
|
@track_active_queries = args[:track_active_queries] if args.key?(:track_active_queries)
|
2464
|
+
@track_client_address = args[:track_client_address] if args.key?(:track_client_address)
|
2452
2465
|
@track_wait_event_types = args[:track_wait_event_types] if args.key?(:track_wait_event_types)
|
2453
2466
|
@track_wait_events = args[:track_wait_events] if args.key?(:track_wait_events)
|
2454
2467
|
end
|
@@ -3687,7 +3700,10 @@ module Google
|
|
3687
3700
|
# alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
|
3688
3701
|
# googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
|
3689
3702
|
# googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
|
3690
|
-
# googleapis.com/Instance
|
3703
|
+
# googleapis.com/Instance oracledatabase.googleapis.com/
|
3704
|
+
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
|
3705
|
+
# oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/
|
3706
|
+
# condor-common-datamodel
|
3691
3707
|
# Corresponds to the JSON property `resourceType`
|
3692
3708
|
# @return [String]
|
3693
3709
|
attr_accessor :resource_type
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1beta
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.30.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 = "20250529"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -854,6 +854,7 @@ module Google
|
|
854
854
|
property :max_prepared_statements, as: 'maxPreparedStatements'
|
855
855
|
property :min_pool_size, as: 'minPoolSize'
|
856
856
|
property :pool_mode, as: 'poolMode'
|
857
|
+
property :pooler_count, as: 'poolerCount'
|
857
858
|
property :query_wait_timeout, as: 'queryWaitTimeout'
|
858
859
|
property :server_idle_timeout, as: 'serverIdleTimeout'
|
859
860
|
collection :stats_users, as: 'statsUsers'
|
@@ -1263,6 +1264,7 @@ module Google
|
|
1263
1264
|
property :query_plans_per_minute, as: 'queryPlansPerMinute'
|
1264
1265
|
property :record_application_tags, as: 'recordApplicationTags'
|
1265
1266
|
property :track_active_queries, as: 'trackActiveQueries'
|
1267
|
+
property :track_client_address, as: 'trackClientAddress'
|
1266
1268
|
property :track_wait_event_types, as: 'trackWaitEventTypes'
|
1267
1269
|
property :track_wait_events, as: 'trackWaitEvents'
|
1268
1270
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.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-alloydb_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.30.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|