File tree Expand file tree Collapse file tree
branches/autosynth-iot/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131131refs/heads/autosynth-dialogflow: cb1ceeb3ec1a132d3096fc88d44b930a52130e18
132132refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133refs/heads/autosynth-firestore: d48d82caace227856b6cd85ac30ee474528733ea
134- refs/heads/autosynth-iot: 67bf8fc05b6cdd789f8c5c029de36501670663b2
134+ refs/heads/autosynth-iot: cb6c4848073bbcddbb4162b37e48f1670d57cb80
135135refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
136136refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
137137refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
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