File tree Expand file tree Collapse file tree
branches/autosynth-vision/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ refs/heads/autosynth-container: d17e1a76a903f9e05eba56a9bf5d12c1b15b67d7
116116refs/heads/autosynth-monitoring: e66569bd7358a90d17097f90cf8c70dbeeb048cf
117117refs/heads/autosynth-pubsub: 39d0c11469a8084ece7c1ff58809f24da0316ae6
118118refs/heads/autosynth-video-intelligence: 376f1f5972d56c508e9755b817ac478e84b219de
119- refs/heads/autosynth-vision: 67bf8fc05b6cdd789f8c5c029de36501670663b2
119+ refs/heads/autosynth-vision: cb6c4848073bbcddbb4162b37e48f1670d57cb80
120120refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
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