We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96683c commit 9781b04Copy full SHA for 9781b04
bigtable/src/insert_update_rows.php
@@ -26,10 +26,8 @@
26
use Google\Cloud\Bigtable\Admin\V2\BigtableTableAdminClient;
27
use Google\Cloud\Bigtable\Admin\V2\ColumnFamily;
28
use Google\Cloud\Bigtable\BigtableClient;
29
-use Google\Cloud\Bigtable\Table;
30
use Google\Cloud\Bigtable\Admin\V2\ModifyColumnFamiliesRequest\Modification;
31
use Google\Cloud\Bigtable\Admin\V2\Table as TableClass;
32
-use Google\ApiCore\ApiException;
33
34
$dataClient = new BigtableClient([
35
'projectId' => $project_id,
0 commit comments