Update or insert rows
Stay organized with collections
Save and categorize content based on your preferences.
Update or insert rows in a table.
Code sample
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],[],[[["This page provides code samples in C++ and PHP demonstrating how to update or insert rows in a Bigtable table."],["The C++ example uses the `cbt::SingleRowMutation` class to set cells and update rows within a table."],["The PHP example demonstrates how to create a table, a column family and then insert data in the table using the Google Cloud Bigtable client library."],["Both examples guide the user on how to setup the client library and credentials needed to access the Bigtable API."],["The PHP code showcases error handling for when the table already exists, skipping its creation and proceeding to the column family creation."]]],[]]