File tree Expand file tree Collapse file tree
branches/autosynth-dataproc/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ refs/tags/v0.78.0: 62d4bd30605ab3578f9a08d84487fb0b33ac2ff5
168168refs/tags/v0.79.0: 82287b570708748c411d05c40f3932cff9606feb
169169refs/tags/v0.80.0: f745e744d38e4fe636f34d0e04795ba3d014287d
170170refs/tags/v0.81.0: ed3a0c85339ea6b73560b9a570abfbb76b93a263
171- refs/heads/autosynth-dataproc: 67bf8fc05b6cdd789f8c5c029de36501670663b2
171+ refs/heads/autosynth-dataproc: cb6c4848073bbcddbb4162b37e48f1670d57cb80
172172refs/heads/autosynth-securitycenter: 80d8b3f724d20028fde7e06d1c16d6bfd36837f9
173173refs/heads/autosynth-talent: 383a363aeb0af16c9997201d1f963360641f68a8
174174refs/heads/cscc-samples: 620d105e6b574cfeeee04e413a157b7bd34ebc8b
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