File tree Expand file tree Collapse file tree
branches/autosynth-websecurityscanner/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ refs/heads/autosynth-speech: 64692f6db11364f663921be02c08072b966b6e7b
142142refs/heads/autosynth-tasks: eb03eeab747e925175890db923945384d89b273a
143143refs/heads/autosynth-texttospeech: 2c442fe0b7f089fbab266edfe4dd83c532e82dd0
144144refs/heads/autosynth-trace: c94eef6e4d9c6fd24888216e28ca7271959c1cf0
145- refs/heads/autosynth-websecurityscanner: 67bf8fc05b6cdd789f8c5c029de36501670663b2
145+ refs/heads/autosynth-websecurityscanner: cb6c4848073bbcddbb4162b37e48f1670d57cb80
146146refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
147147refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
148148refs/heads/snyk-fix-r0punm: 1f0e6519ffd9f6cc09bcce1ccdf3fb61b6f4f9b5
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