This repository was archived by the owner on Apr 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
proto-google-cloud-spanner-executor-v1/src/main/proto/google/spanner/executor/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1508,18 +1508,13 @@ message HeartbeatRecord {
15081508
15091509// Options for Cloud Spanner Service.
15101510message SpannerOptions {
1511- // DEPRECATED: Options for configuring the session pool.
1512- // The Java client now uses multiplexed sessions exclusively.
1513- SessionPoolOptions session_pool_options = 1 [deprecated = true ];
1511+ // Options for configuring the session pool
1512+ SessionPoolOptions session_pool_options = 1 ;
15141513}
15151514
1516- // DEPRECATED: Options for the session pool used by the DatabaseClient.
1517- // The Java client now uses multiplexed sessions exclusively.
1518- // This message is kept for backward compatibility only.
1515+ // Options for the session pool used by the DatabaseClient.
15191516message SessionPoolOptions {
1520- option deprecated = true ;
1521-
1522- // DEPRECATED: This field is no longer used.
1523- // Multiplexed sessions are now always enabled.
1524- bool use_multiplexed = 1 [deprecated = true ];
1517+ // passing this as true, will make applicable RPCs use multiplexed sessions
1518+ // instead of regular sessions
1519+ bool use_multiplexed = 1 ;
15251520}
You can’t perform that action at this time.
0 commit comments