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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connection_pooling_enabled |
bool
Whether managed connection pooling is enabled. |
↳ flags |
array<ConnectionPoolFlags>
Optional. List of connection pool configuration flags. |
↳ pooler_count |
int
Output only. Number of connection poolers. |
getConnectionPoolingEnabled
Whether managed connection pooling is enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasConnectionPoolingEnabled
clearConnectionPoolingEnabled
setConnectionPoolingEnabled
Whether managed connection pooling is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFlags
Optional. List of connection pool configuration flags.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setFlags
Optional. List of connection pool configuration flags.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ConnectionPoolFlags>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPoolerCount
Output only. Number of connection poolers.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasPoolerCount
clearPoolerCount
setPoolerCount
Output only. Number of connection poolers.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|