diff --git a/api_names_out.yaml b/api_names_out.yaml index 9570f8efdde..c550091fdf9 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -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 @@ -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 diff --git a/generated/google-apis-alloydb_v1alpha/CHANGELOG.md b/generated/google-apis-alloydb_v1alpha/CHANGELOG.md index c0b1e0c6e79..f130fb0b93a 100644 --- a/generated/google-apis-alloydb_v1alpha/CHANGELOG.md +++ b/generated/google-apis-alloydb_v1alpha/CHANGELOG.md @@ -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 diff --git a/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/classes.rb b/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/classes.rb index 1f27c5334d0..00934781c97 100644 --- a/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/classes.rb +++ b/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/classes.rb @@ -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] @@ -1064,6 +1069,11 @@ 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 @@ -1071,9 +1081,11 @@ def initialize(**args) # 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/gem_version.rb b/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/gem_version.rb index 75bfa0dee92..3c4771e8c4d 100644 --- a/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/gem_version.rb +++ b/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/gem_version.rb @@ -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 diff --git a/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/representations.rb b/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/representations.rb index 79714168f44..e85ca9bb342 100644 --- a/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/representations.rb +++ b/generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/representations.rb @@ -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