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
- (::Google::Area120::Tables::V1alpha1::Row) — Required. The row to create.
#row=
def row=(value) -> ::Google::Area120::Tables::V1alpha1::Row
Parameter
- value (::Google::Area120::Tables::V1alpha1::Row) — Required. The row to create.
Returns
- (::Google::Area120::Tables::V1alpha1::Row) — Required. The row to create.
#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.