Cloud Bigtable API - Class Google::Cloud::Bigtable::Row (v2.12.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Bigtable API class Google::Cloud::Bigtable::Row.
Row
Row structure based on merged cells using read row state.
Methods
#cells
def cells() -> Hash{String => Array<Google::Cloud::Bigtable::Row::Cell>}
#cells=
def cells=(value) -> Hash{String => Array<Google::Cloud::Bigtable::Row::Cell>}
#column_families
def column_families() -> Array<String>
List of column families names.
#initialize
def initialize(key = nil) -> Row
Creates a flat row object.
Parameter
-
key (String) — Row key name.
Returns
-
(Row) — a new instance of Row
#key
#key=
def key=(value) -> String
Parameter
-
value (String) — Row key.
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.
Last updated 2025-09-04 UTC.
[[["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"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud Bigtable API - Class Google::Cloud::Bigtable::Row (v2.12.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.12.1 (latest)](/ruby/docs/reference/google-cloud-bigtable/latest/Google-Cloud-Bigtable-Row)\n- [2.12.0](/ruby/docs/reference/google-cloud-bigtable/2.12.0/Google-Cloud-Bigtable-Row)\n- [2.11.1](/ruby/docs/reference/google-cloud-bigtable/2.11.1/Google-Cloud-Bigtable-Row)\n- [2.10.2](/ruby/docs/reference/google-cloud-bigtable/2.10.2/Google-Cloud-Bigtable-Row)\n- [2.9.1](/ruby/docs/reference/google-cloud-bigtable/2.9.1/Google-Cloud-Bigtable-Row)\n- [2.8.0](/ruby/docs/reference/google-cloud-bigtable/2.8.0/Google-Cloud-Bigtable-Row)\n- [2.7.1](/ruby/docs/reference/google-cloud-bigtable/2.7.1/Google-Cloud-Bigtable-Row)\n- [2.6.5](/ruby/docs/reference/google-cloud-bigtable/2.6.5/Google-Cloud-Bigtable-Row) \nReference documentation and code samples for the Cloud Bigtable API class Google::Cloud::Bigtable::Row.\n\nRow\n---\n\nRow structure based on merged cells using read row state. \n\nInherits\n--------\n\n- Object\n\nMethods\n-------\n\n### #cells\n\n def cells() -\u003e Hash{String =\u003e Array\u003cGoogle::Cloud::Bigtable::Row::Cell\u003e}\n\n**Returns**\n\n- (Hash{String =\\\u003e Array\\\u003c[Google::Cloud::Bigtable::Row::Cell](./Google-Cloud-Bigtable-Row-Cell)\\\u003e}) --- Row cells.\n\n### #cells=\n\n def cells=(value) -\u003e Hash{String =\u003e Array\u003cGoogle::Cloud::Bigtable::Row::Cell\u003e}\n\n**Parameter**\n\n- **value** (Hash{String =\\\u003e Array\\\u003c[Google::Cloud::Bigtable::Row::Cell](./Google-Cloud-Bigtable-Row-Cell)\\\u003e}) --- Row cells. \n**Returns**\n\n- (Hash{String =\\\u003e Array\\\u003c[Google::Cloud::Bigtable::Row::Cell](./Google-Cloud-Bigtable-Row-Cell)\\\u003e}) --- Row cells.\n\n### #column_families\n\n def column_families() -\u003e Array\u003cString\u003e\n\nList of column families names. \n**Returns**\n\n- (Array\\\u003cString\\\u003e)\n\n### #initialize\n\n def initialize(key = nil) -\u003e Row\n\nCreates a flat row object. \n**Parameter**\n\n- **key** (String) --- Row key name. \n**Returns**\n\n- ([Row](./Google-Cloud-Bigtable-Row)) --- a new instance of Row\n\n### #key\n\n def key() -\u003e String\n\n**Returns**\n\n- (String) --- Row key.\n\n### #key=\n\n def key=(value) -\u003e String\n\n**Parameter**\n\n- **value** (String) --- Row key. \n**Returns**\n\n- (String) --- Row key."]]