File tree Expand file tree Collapse file tree
branches/autosynth-bigquerystorage/google-cloud-clients/google-cloud-bigtable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
124124refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
125125refs/heads/autosynth-automl: 2a8b018cf05811fd472e5d1053e67a12ceec0b64
126126refs/heads/autosynth-bigquerydatatransfer: 564833a85642d4194adc025f021e10e723154246
127- refs/heads/autosynth-bigquerystorage: 67bf8fc05b6cdd789f8c5c029de36501670663b2
127+ refs/heads/autosynth-bigquerystorage: cb6c4848073bbcddbb4162b37e48f1670d57cb80
128128refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
129129refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
130130refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
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