File tree Expand file tree Collapse file tree
branches/autosynth-logging/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
104104refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
105105refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
106106refs/heads/autosynth-dlp: c1b4daedf98abc13ec5bc3bf9f9bbedbb1418d21
107- refs/heads/autosynth-logging: 67bf8fc05b6cdd789f8c5c029de36501670663b2
107+ refs/heads/autosynth-logging: cb6c4848073bbcddbb4162b37e48f1670d57cb80
108108refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
109109refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
110110refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
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