Area 120 Tables V1alpha1 API - Class Google::Area120::Tables::V1alpha1::CreateRowRequest (v0.2.5)

Reference documentation and code samples for the Area 120 Tables V1alpha1 API class Google::Area120::Tables::V1alpha1::CreateRowRequest.

Request message for TablesService.CreateRow.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent table where this row will be created. Format: tables/{table}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent table where this row will be created. Format: tables/{table}
Returns
  • (::String) — Required. The parent table where this row will be created. Format: tables/{table}

#row

def row() -> ::Google::Area120::Tables::V1alpha1::Row
Returns

#row=

def row=(value) -> ::Google::Area120::Tables::V1alpha1::Row
Parameter
Returns

#view

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

#view=

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