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
-
(::Array<::Google::Area120::Tables::V1alpha1::CreateRowRequest>) — Required. The request message specifying the rows to create.
A maximum of 500 rows can be created in a single batch.
#requests=
def requests=(value) -> ::Array<::Google::Area120::Tables::V1alpha1::CreateRowRequest>
Parameter
-
value (::Array<::Google::Area120::Tables::V1alpha1::CreateRowRequest>) — Required. The request message specifying the rows to create.
A maximum of 500 rows can be created in a single batch.
Returns
-
(::Array<::Google::Area120::Tables::V1alpha1::CreateRowRequest>) — Required. The request message specifying the rows to create.
A maximum of 500 rows can be created in a single batch.