File tree Expand file tree Collapse file tree
branches/autosynth-datastore/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130- refs/heads/autosynth-datastore: 67bf8fc05b6cdd789f8c5c029de36501670663b2
130+ refs/heads/autosynth-datastore: cb6c4848073bbcddbb4162b37e48f1670d57cb80
131131refs/heads/autosynth-dialogflow: 7dbc2c1ea714328ccfa4f33645045f017ff080e7
132132refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
133133refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
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