File tree Expand file tree Collapse file tree
branches/autosynth-errorreporting/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130130refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131131refs/heads/autosynth-dialogflow: cb1ceeb3ec1a132d3096fc88d44b930a52130e18
132- refs/heads/autosynth-errorreporting: 67bf8fc05b6cdd789f8c5c029de36501670663b2
132+ refs/heads/autosynth-errorreporting: cb6c4848073bbcddbb4162b37e48f1670d57cb80
133133refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
134134refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
135135refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
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