Class Google::Area120::Tables::V1alpha1::GetRowRequest

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

#view=

def view=(value) -> ::Google::Area120::Tables::V1alpha1::View
Parameter
Returns