AlloyDB V1BETA API - Module Google::Cloud::AlloyDB::V1beta::Instance::ConnectionPoolConfig::PoolMode (v0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the AlloyDB V1BETA API module Google::Cloud::AlloyDB::V1beta::Instance::ConnectionPoolConfig::PoolMode.
The pool mode. Defaults to POOL_MODE_TRANSACTION.
Constants
POOL_MODE_UNSPECIFIED
value: 0 The pool mode is not specified. Defaults to POOL_MODE_TRANSACTION.
POOL_MODE_SESSION
value: 1 Server is released back to pool after a client disconnects.
POOL_MODE_TRANSACTION
value: 2 Server is released back to pool after a transaction finishes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]