Request message for TablesService.GetRow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the row to retrieve. Format: tables/{table}/rows/{row}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the row to retrieve. Format: tables/{table}/rows/{row}
Returns
- (::String) — Required. The name of the row to retrieve. Format: tables/{table}/rows/{row}
#view
def view() -> ::Google::Area120::Tables::V1alpha1::View
Returns
- (::Google::Area120::Tables::V1alpha1::View) — Optional. Column key to use for values in the row. Defaults to user entered name.
#view=
def view=(value) -> ::Google::Area120::Tables::V1alpha1::View
Parameter
- value (::Google::Area120::Tables::V1alpha1::View) — Optional. Column key to use for values in the row. Defaults to user entered name.
Returns
- (::Google::Area120::Tables::V1alpha1::View) — Optional. Column key to use for values in the row. Defaults to user entered name.