Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 738bac2

Browse files
chore: generate libraries at Mon Jan 12 20:07:36 UTC 2026
1 parent 338bf68 commit 738bac2

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

  • proto-google-cloud-spanner-executor-v1/src/main/proto/google/spanner/executor/v1

proto-google-cloud-spanner-executor-v1/src/main/proto/google/spanner/executor/v1/cloud_executor.proto

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,18 +1508,13 @@ message HeartbeatRecord {
15081508

15091509
// Options for Cloud Spanner Service.
15101510
message 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.
15191516
message 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
}

0 commit comments

Comments
 (0)