File tree Expand file tree Collapse file tree
branches/autosynth-language/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
134134refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
135135refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
136136refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137- refs/heads/autosynth-language: 67bf8fc05b6cdd789f8c5c029de36501670663b2
137+ refs/heads/autosynth-language: cb6c4848073bbcddbb4162b37e48f1670d57cb80
138138refs/heads/autosynth-os-login: a88a337797996a205873040a63abe1d3116f5789
139139refs/heads/autosynth-redis: 0cdb2e47359d51b73763bcea8af3de62aa99119b
140140refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
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