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

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

Request message for TablesService.BatchCreateRows.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

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

#parent=

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

#requests

def requests() -> ::Array<::Google::Area120::Tables::V1alpha1::CreateRowRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Area120::Tables::V1alpha1::CreateRowRequest>
Parameter
Returns