Skip to content

Commit a108c97

Browse files
feat: Automated regeneration of alloydb v1alpha client (googleapis#27329)
Auto-created at 2026-07-12 11:42:18 +0000 using the toys pull request generator.
1 parent 8dfbacb commit a108c97

5 files changed

Lines changed: 33 additions & 12 deletions

File tree

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33259,6 +33259,7 @@
3325933259
"/alloydb:v1alpha/ConnectionInfo/publicIpAddress": public_ip_address
3326033260
"/alloydb:v1alpha/ConnectionPoolConfig": connection_pool_config
3326133261
"/alloydb:v1alpha/ConnectionPoolConfig/authproxyPoolerCount": authproxy_pooler_count
33262+
"/alloydb:v1alpha/ConnectionPoolConfig/authproxyPoolerScalingType": authproxy_pooler_scaling_type
3326233263
"/alloydb:v1alpha/ConnectionPoolConfig/defaultPoolSize": default_pool_size
3326333264
"/alloydb:v1alpha/ConnectionPoolConfig/enable": enable
3326433265
"/alloydb:v1alpha/ConnectionPoolConfig/enabled": enabled
@@ -33271,6 +33272,7 @@
3327133272
"/alloydb:v1alpha/ConnectionPoolConfig/minPoolSize": min_pool_size
3327233273
"/alloydb:v1alpha/ConnectionPoolConfig/poolMode": pool_mode
3327333274
"/alloydb:v1alpha/ConnectionPoolConfig/poolerCount": pooler_count
33275+
"/alloydb:v1alpha/ConnectionPoolConfig/poolerScalingType": pooler_scaling_type
3327433276
"/alloydb:v1alpha/ConnectionPoolConfig/queryWaitTimeout": query_wait_timeout
3327533277
"/alloydb:v1alpha/ConnectionPoolConfig/serverIdleTimeout": server_idle_timeout
3327633278
"/alloydb:v1alpha/ConnectionPoolConfig/statsUsers": stats_users

generated/google-apis-alloydb_v1alpha/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_v1alpha
22

3+
### v0.55.0 (2026-07-12)
4+
5+
* Regenerated from discovery document revision 20260701
6+
37
### v0.54.0 (2026-06-14)
48

59
* Regenerated from discovery document revision 20260605

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

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,11 @@ class ConnectionPoolConfig
10481048
# @return [Fixnum]
10491049
attr_accessor :authproxy_pooler_count
10501050

1051+
# Optional. The scaling type of the AuthProxy pooler.
1052+
# Corresponds to the JSON property `authproxyPoolerScalingType`
1053+
# @return [String]
1054+
attr_accessor :authproxy_pooler_scaling_type
1055+
10511056
# Optional. Whether to enable Managed Connection Pool (MCP).
10521057
# Corresponds to the JSON property `enabled`
10531058
# @return [Boolean]
@@ -1064,16 +1069,23 @@ class ConnectionPoolConfig
10641069
# @return [Fixnum]
10651070
attr_accessor :pooler_count
10661071

1072+
# Optional. The scaling type of the regular pooler.
1073+
# Corresponds to the JSON property `poolerScalingType`
1074+
# @return [String]
1075+
attr_accessor :pooler_scaling_type
1076+
10671077
def initialize(**args)
10681078
update!(**args)
10691079
end
10701080

10711081
# Update properties of this object
10721082
def update!(**args)
10731083
@authproxy_pooler_count = args[:authproxy_pooler_count] if args.key?(:authproxy_pooler_count)
1084+
@authproxy_pooler_scaling_type = args[:authproxy_pooler_scaling_type] if args.key?(:authproxy_pooler_scaling_type)
10741085
@enabled = args[:enabled] if args.key?(:enabled)
10751086
@flags = args[:flags] if args.key?(:flags)
10761087
@pooler_count = args[:pooler_count] if args.key?(:pooler_count)
1088+
@pooler_scaling_type = args[:pooler_scaling_type] if args.key?(:pooler_scaling_type)
10771089
end
10781090
end
10791091

@@ -4245,7 +4257,7 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
42454257
# @return [String]
42464258
attr_accessor :feed_type
42474259

4248-
#
4260+
# Observability metric data.
42494261
# Corresponds to the JSON property `observabilityMetricData`
42504262
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData]
42514263
attr_accessor :observability_metric_data
@@ -4388,7 +4400,7 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData
43884400
# @return [String]
43894401
attr_accessor :signal_type
43904402

4391-
#
4403+
# Required. The state of the signal, such as if it's ACTIVE or RESOLVED.
43924404
# Corresponds to the JSON property `state`
43934405
# @return [String]
43944406
attr_accessor :state
@@ -4434,12 +4446,13 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
44344446
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
44354447
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
44364448
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
4437-
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
4438-
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
4439-
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
4440-
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
4441-
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
4442-
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
4449+
# googleapis.com/Instance firestore.googleapis.com/Database, memorystore.
4450+
# googleapis.com/Instance, redis.googleapis.com/Instance, redis.googleapis.com/
4451+
# Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
4452+
# oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/
4453+
# AutonomousDatabase spanner.googleapis.com/Instance, spanner.googleapis.com/
4454+
# Database, sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please
4455+
# refer go/condor-common-datamodel
44434456
# Corresponds to the JSON property `resourceType`
44444457
# @return [String]
44454458
attr_accessor :resource_type
@@ -5288,7 +5301,7 @@ class StorageDatabasecenterPartnerapiV1mainRetentionSettings
52885301
# @return [String]
52895302
attr_accessor :duration_based_retention
52905303

5291-
#
5304+
# Quantity based retention period i.e. 7 backups
52925305
# Corresponds to the JSON property `quantityBasedRetention`
52935306
# @return [Fixnum]
52945307
attr_accessor :quantity_based_retention
@@ -5298,7 +5311,7 @@ class StorageDatabasecenterPartnerapiV1mainRetentionSettings
52985311
# @return [String]
52995312
attr_accessor :retention_unit
53005313

5301-
#
5314+
# Duration based retention period i.e. 172800 seconds (2 days)
53025315
# Corresponds to the JSON property `timeBasedRetention`
53035316
# @return [String]
53045317
attr_accessor :time_based_retention

generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/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 AlloydbV1alpha
1818
# Version of the google-apis-alloydb_v1alpha gem
19-
GEM_VERSION = "0.54.0"
19+
GEM_VERSION = "0.55.0"
2020

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

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,9 +1057,11 @@ class ConnectionPoolConfig
10571057
# @private
10581058
class Representation < Google::Apis::Core::JsonRepresentation
10591059
property :authproxy_pooler_count, as: 'authproxyPoolerCount'
1060+
property :authproxy_pooler_scaling_type, as: 'authproxyPoolerScalingType'
10601061
property :enabled, as: 'enabled'
10611062
hash :flags, as: 'flags'
10621063
property :pooler_count, as: 'poolerCount'
1064+
property :pooler_scaling_type, as: 'poolerScalingType'
10631065
end
10641066
end
10651067

0 commit comments

Comments
 (0)