Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32981,6 +32981,7 @@
"/alloydb:v1alpha/ConnectionInfo/publicIpAddress": public_ip_address
"/alloydb:v1alpha/ConnectionPoolConfig": connection_pool_config
"/alloydb:v1alpha/ConnectionPoolConfig/authproxyPoolerCount": authproxy_pooler_count
"/alloydb:v1alpha/ConnectionPoolConfig/authproxyPoolerScalingType": authproxy_pooler_scaling_type
"/alloydb:v1alpha/ConnectionPoolConfig/defaultPoolSize": default_pool_size
"/alloydb:v1alpha/ConnectionPoolConfig/enable": enable
"/alloydb:v1alpha/ConnectionPoolConfig/enabled": enabled
Expand All @@ -32993,6 +32994,7 @@
"/alloydb:v1alpha/ConnectionPoolConfig/minPoolSize": min_pool_size
"/alloydb:v1alpha/ConnectionPoolConfig/poolMode": pool_mode
"/alloydb:v1alpha/ConnectionPoolConfig/poolerCount": pooler_count
"/alloydb:v1alpha/ConnectionPoolConfig/poolerScalingType": pooler_scaling_type
"/alloydb:v1alpha/ConnectionPoolConfig/queryWaitTimeout": query_wait_timeout
"/alloydb:v1alpha/ConnectionPoolConfig/serverIdleTimeout": server_idle_timeout
"/alloydb:v1alpha/ConnectionPoolConfig/statsUsers": stats_users
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-alloydb_v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-alloydb_v1alpha

### v0.55.0 (2026-07-12)

* Regenerated from discovery document revision 20260701

### v0.54.0 (2026-06-14)

* Regenerated from discovery document revision 20260605
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,11 @@ class ConnectionPoolConfig
# @return [Fixnum]
attr_accessor :authproxy_pooler_count

# Optional. The scaling type of the AuthProxy pooler.
# Corresponds to the JSON property `authproxyPoolerScalingType`
# @return [String]
attr_accessor :authproxy_pooler_scaling_type

# Optional. Whether to enable Managed Connection Pool (MCP).
# Corresponds to the JSON property `enabled`
# @return [Boolean]
Expand All @@ -1064,16 +1069,23 @@ class ConnectionPoolConfig
# @return [Fixnum]
attr_accessor :pooler_count

# Optional. The scaling type of the regular pooler.
# Corresponds to the JSON property `poolerScalingType`
# @return [String]
attr_accessor :pooler_scaling_type

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@authproxy_pooler_count = args[:authproxy_pooler_count] if args.key?(:authproxy_pooler_count)
@authproxy_pooler_scaling_type = args[:authproxy_pooler_scaling_type] if args.key?(:authproxy_pooler_scaling_type)
@enabled = args[:enabled] if args.key?(:enabled)
@flags = args[:flags] if args.key?(:flags)
@pooler_count = args[:pooler_count] if args.key?(:pooler_count)
@pooler_scaling_type = args[:pooler_scaling_type] if args.key?(:pooler_scaling_type)
end
end

Expand Down Expand Up @@ -4245,7 +4257,7 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
# @return [String]
attr_accessor :feed_type

#
# Observability metric data.
# Corresponds to the JSON property `observabilityMetricData`
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData]
attr_accessor :observability_metric_data
Expand Down Expand Up @@ -4388,7 +4400,7 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData
# @return [String]
attr_accessor :signal_type

#
# Required. The state of the signal, such as if it's ACTIVE or RESOLVED.
# Corresponds to the JSON property `state`
# @return [String]
attr_accessor :state
Expand Down Expand Up @@ -4434,12 +4446,13 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
# googleapis.com/Instance firestore.googleapis.com/Database, memorystore.
# googleapis.com/Instance, redis.googleapis.com/Instance, redis.googleapis.com/
# Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
# oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/
# AutonomousDatabase spanner.googleapis.com/Instance, spanner.googleapis.com/
# Database, sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please
# refer go/condor-common-datamodel
# Corresponds to the JSON property `resourceType`
# @return [String]
attr_accessor :resource_type
Expand Down Expand Up @@ -5288,7 +5301,7 @@ class StorageDatabasecenterPartnerapiV1mainRetentionSettings
# @return [String]
attr_accessor :duration_based_retention

#
# Quantity based retention period i.e. 7 backups
# Corresponds to the JSON property `quantityBasedRetention`
# @return [Fixnum]
attr_accessor :quantity_based_retention
Expand All @@ -5298,7 +5311,7 @@ class StorageDatabasecenterPartnerapiV1mainRetentionSettings
# @return [String]
attr_accessor :retention_unit

#
# Duration based retention period i.e. 172800 seconds (2 days)
# Corresponds to the JSON property `timeBasedRetention`
# @return [String]
attr_accessor :time_based_retention
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AlloydbV1alpha
# Version of the google-apis-alloydb_v1alpha gem
GEM_VERSION = "0.54.0"
GEM_VERSION = "0.55.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260605"
REVISION = "20260701"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -1057,9 +1057,11 @@ class ConnectionPoolConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :authproxy_pooler_count, as: 'authproxyPoolerCount'
property :authproxy_pooler_scaling_type, as: 'authproxyPoolerScalingType'
property :enabled, as: 'enabled'
hash :flags, as: 'flags'
property :pooler_count, as: 'poolerCount'
property :pooler_scaling_type, as: 'poolerScalingType'
end
end

Expand Down
Loading