Skip to content

Commit ee15b79

Browse files
feat: Automated regeneration of alloydb v1beta client (googleapis#23353)
Auto-created at 2025-06-08 10:15:28 +0000 using the toys pull request generator.
1 parent c6c1bc7 commit ee15b79

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25022,6 +25022,7 @@
2502225022
"/alloydb:v1beta/ConnectionPoolConfig/maxPreparedStatements": max_prepared_statements
2502325023
"/alloydb:v1beta/ConnectionPoolConfig/minPoolSize": min_pool_size
2502425024
"/alloydb:v1beta/ConnectionPoolConfig/poolMode": pool_mode
25025+
"/alloydb:v1beta/ConnectionPoolConfig/poolerCount": pooler_count
2502525026
"/alloydb:v1beta/ConnectionPoolConfig/queryWaitTimeout": query_wait_timeout
2502625027
"/alloydb:v1beta/ConnectionPoolConfig/serverIdleTimeout": server_idle_timeout
2502725028
"/alloydb:v1beta/ConnectionPoolConfig/statsUsers": stats_users

generated/google-apis-alloydb_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-alloydb_v1beta
22

3+
### v0.30.0 (2025-06-08)
4+
5+
* Regenerated from discovery document revision 20250529
6+
37
### v0.29.0 (2025-06-01)
48

59
* Regenerated from discovery document revision 20250522

generated/google-apis-alloydb_v1beta/lib/google/apis/alloydb_v1beta/classes.rb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,11 @@ class ConnectionPoolConfig
855855
# @return [String]
856856
attr_accessor :pool_mode
857857

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+
858863
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
859864
# queries are allowed to spend waiting for execution. If the query is not
860865
# assigned to a server during that time, the client is disconnected. 0 disables.
@@ -889,6 +894,7 @@ def update!(**args)
889894
@max_prepared_statements = args[:max_prepared_statements] if args.key?(:max_prepared_statements)
890895
@min_pool_size = args[:min_pool_size] if args.key?(:min_pool_size)
891896
@pool_mode = args[:pool_mode] if args.key?(:pool_mode)
897+
@pooler_count = args[:pooler_count] if args.key?(:pooler_count)
892898
@query_wait_timeout = args[:query_wait_timeout] if args.key?(:query_wait_timeout)
893899
@server_idle_timeout = args[:server_idle_timeout] if args.key?(:server_idle_timeout)
894900
@stats_users = args[:stats_users] if args.key?(:stats_users)
@@ -2419,6 +2425,12 @@ class ObservabilityInstanceConfig
24192425
attr_accessor :track_active_queries
24202426
alias_method :track_active_queries?, :track_active_queries
24212427

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+
24222434
# Output only. Track wait event types during query execution for an instance.
24232435
# This flag is turned "on" by default but tracking is enabled only after
24242436
# observability enabled flag is also turned on. This is read-only flag and only
@@ -2449,6 +2461,7 @@ def update!(**args)
24492461
@query_plans_per_minute = args[:query_plans_per_minute] if args.key?(:query_plans_per_minute)
24502462
@record_application_tags = args[:record_application_tags] if args.key?(:record_application_tags)
24512463
@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)
24522465
@track_wait_event_types = args[:track_wait_event_types] if args.key?(:track_wait_event_types)
24532466
@track_wait_events = args[:track_wait_events] if args.key?(:track_wait_events)
24542467
end
@@ -3687,7 +3700,10 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
36873700
# alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
36883701
# googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
36893702
# googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
3690-
# googleapis.com/Instance REQUIRED Please refer go/condor-common-datamodel
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
36913707
# Corresponds to the JSON property `resourceType`
36923708
# @return [String]
36933709
attr_accessor :resource_type

generated/google-apis-alloydb_v1beta/lib/google/apis/alloydb_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AlloydbV1beta
1818
# Version of the google-apis-alloydb_v1beta gem
19-
GEM_VERSION = "0.29.0"
19+
GEM_VERSION = "0.30.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250522"
25+
REVISION = "20250529"
2626
end
2727
end
2828
end

generated/google-apis-alloydb_v1beta/lib/google/apis/alloydb_v1beta/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
854854
property :max_prepared_statements, as: 'maxPreparedStatements'
855855
property :min_pool_size, as: 'minPoolSize'
856856
property :pool_mode, as: 'poolMode'
857+
property :pooler_count, as: 'poolerCount'
857858
property :query_wait_timeout, as: 'queryWaitTimeout'
858859
property :server_idle_timeout, as: 'serverIdleTimeout'
859860
collection :stats_users, as: 'statsUsers'
@@ -1263,6 +1264,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
12631264
property :query_plans_per_minute, as: 'queryPlansPerMinute'
12641265
property :record_application_tags, as: 'recordApplicationTags'
12651266
property :track_active_queries, as: 'trackActiveQueries'
1267+
property :track_client_address, as: 'trackClientAddress'
12661268
property :track_wait_event_types, as: 'trackWaitEventTypes'
12671269
property :track_wait_events, as: 'trackWaitEvents'
12681270
end

0 commit comments

Comments
 (0)