File tree Expand file tree Collapse file tree
branches/autosynth-os-login/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-firestore: d48d82caace227856b6cd85ac30ee474528733ea
134134refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6
136136refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
137- refs/heads/autosynth-os-login: 67bf8fc05b6cdd789f8c5c029de36501670663b2
137+ refs/heads/autosynth-os-login: cb6c4848073bbcddbb4162b37e48f1670d57cb80
138138refs/heads/autosynth-redis: 9e1fe503973c7b4a9ba26afb1fcddc2a57ba795a
139139refs/heads/autosynth-scheduler: 93995812e12a2fc009f4fd2e31f169b3d3cbbac8
140140refs/heads/autosynth-spanner: a249d9564d8c27ab4439abc6562d7f3b9b7f655d
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