We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53815db commit fc78608Copy full SHA for fc78608
samples/snippets/src/main/java/com/example/spanner/ChangeStreamsTxnExclusionSample.java
@@ -40,8 +40,8 @@ public class ChangeStreamsTxnExclusionSample {
40
41
static void setExcludeTxnFromChangeStreams() {
42
// TODO(developer): Replace these variables before running the sample.
43
- final String projectId = "span-cloud-testing";
44
- final String instanceId = "weideng-test";
+ final String projectId = "my-instance";
+ final String instanceId = "my-project";
45
final String databaseId = "my-database";
46
47
try (Spanner spanner =
0 commit comments