Returns true if the stream should be cancelled when the Spanner client is closed. This
returns true for com.google.cloud.spanner.BatchReadOnlyTransaction, as these use a
non-pooled session. Pooled sessions are deleted when the Spanner client is closed, and this
automatically also cancels any query that uses the session, which means that we don't need to
explicitly cancel those queries when the Spanner client is closed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[],[]]