File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
samples/snippets/src/main/java/com/example/spanner Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,9 @@ public class LastStatementSample {
30
30
31
31
static void insertAndUpdateUsingLastStatement () {
32
32
// TODO(developer): Replace these variables before running the sample.
33
- // final String projectId = "my-project";
34
- // final String instanceId = "my-instance";
35
- // final String databaseId = "my-database";
36
- final String projectId = "data-placement-test" ;
37
- final String instanceId = "shirdon-instance" ;
38
- final String databaseId = "db" ;
33
+ final String projectId = "my-project" ;
34
+ final String instanceId = "my-instance" ;
35
+ final String databaseId = "my-database" ;
39
36
40
37
try (Spanner spanner =
41
38
SpannerOptions .newBuilder ().setProjectId (projectId ).build ().getService ()) {
You can’t perform that action at this time.
0 commit comments