A single row in a table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — The resource name of the row.
Row names have the form
tables/{table}/rows/{row}
. The name is ignored when creating a row.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The resource name of the row.
Row names have the form
tables/{table}/rows/{row}
. The name is ignored when creating a row.
Returns
-
(::String) — The resource name of the row.
Row names have the form
tables/{table}/rows/{row}
. The name is ignored when creating a row.
#values
def values() -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
#values=
def values=(value) -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.