@@ -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
0 commit comments