public interface ConnectionPoolConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnectionPoolingEnabled()
public abstract boolean getConnectionPoolingEnabled()Whether managed connection pooling is enabled.
optional bool connection_pooling_enabled = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The connectionPoolingEnabled. |
getFlags(int index)
public abstract ConnectionPoolFlags getFlags(int index)Optional. List of connection pool configuration flags.
repeated .google.cloud.sql.v1beta4.ConnectionPoolFlags flags = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionPoolFlags |
|
getFlagsCount()
public abstract int getFlagsCount()Optional. List of connection pool configuration flags.
repeated .google.cloud.sql.v1beta4.ConnectionPoolFlags flags = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getFlagsList()
public abstract List<ConnectionPoolFlags> getFlagsList()Optional. List of connection pool configuration flags.
repeated .google.cloud.sql.v1beta4.ConnectionPoolFlags flags = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<ConnectionPoolFlags> |
|
getFlagsOrBuilder(int index)
public abstract ConnectionPoolFlagsOrBuilder getFlagsOrBuilder(int index)Optional. List of connection pool configuration flags.
repeated .google.cloud.sql.v1beta4.ConnectionPoolFlags flags = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionPoolFlagsOrBuilder |
|
getFlagsOrBuilderList()
public abstract List<? extends ConnectionPoolFlagsOrBuilder> getFlagsOrBuilderList()Optional. List of connection pool configuration flags.
repeated .google.cloud.sql.v1beta4.ConnectionPoolFlags flags = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1beta4.ConnectionPoolFlagsOrBuilder> |
|
getPoolerCount()
public abstract int getPoolerCount()Output only. Number of connection poolers.
optional int32 pooler_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The poolerCount. |
hasConnectionPoolingEnabled()
public abstract boolean hasConnectionPoolingEnabled()Whether managed connection pooling is enabled.
optional bool connection_pooling_enabled = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the connectionPoolingEnabled field is set. |
hasPoolerCount()
public abstract boolean hasPoolerCount()Output only. Number of connection poolers.
optional int32 pooler_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the poolerCount field is set. |