File tree Expand file tree Collapse file tree
branches/autosynth-bigtable/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ refs/heads/autosynth-asset: 7d535c3023644faa89492d4a553d8c403e073fa7
124124refs/heads/autosynth-automl: 7fcabb1e54ca9ded6bec10f41590d29ece3a6367
125125refs/heads/autosynth-bigquerydatatransfer: d88aa5aae5fd9d3c6d75bbab1a05162c6d4d948f
126126refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127- refs/heads/autosynth-bigtable: 67bf8fc05b6cdd789f8c5c029de36501670663b2
127+ refs/heads/autosynth-bigtable: cb6c4848073bbcddbb4162b37e48f1670d57cb80
128128refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129refs/heads/autosynth-containeranalysis: 0f377286f60df2b6fd37c183bf170c68dc014cfb
130130refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
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