File tree Expand file tree Collapse file tree
branches/autosynth-redis/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
136136refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137137refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
138138refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
139- refs/heads/autosynth-redis: 67bf8fc05b6cdd789f8c5c029de36501670663b2
139+ refs/heads/autosynth-redis: cb6c4848073bbcddbb4162b37e48f1670d57cb80
140140refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
141141refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
142142refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
Original file line number Diff line number Diff line change @@ -85,8 +85,7 @@ String instanceId = "my-database";
8585String tableId = " my-table" ;
8686
8787// Create the client
88- BigtableDataClient dataClient = BigtableDataClient . create(
89- InstanceName . of(projectId, instanceId));
88+ BigtableDataClient dataClient = BigtableDataClient . create(projectId, instanceId);
9089
9190try {
9291 // Query a table
You can’t perform that action at this time.
0 commit comments