Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class ConnectionPoolConfig.
The managed connection pooling configuration.
Generated from protobuf message google.cloud.sql.v1.ConnectionPoolConfig
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ connection_pooling_enabled
bool
Whether managed connection pooling is enabled.
↳ flags
↳ pooler_count
int
Output only. Number of connection poolers.
getConnectionPoolingEnabled
Whether managed connection pooling is enabled.
bool
hasConnectionPoolingEnabled
clearConnectionPoolingEnabled
setConnectionPoolingEnabled
Whether managed connection pooling is enabled.
var
bool
$this
getFlags
Optional. List of connection pool configuration flags.
setFlags
Optional. List of connection pool configuration flags.
$this
getPoolerCount
Output only. Number of connection poolers.
int
hasPoolerCount
clearPoolerCount
setPoolerCount
Output only. Number of connection poolers.
var
int
$this

