Class: Google::Area120::Tables::V1alpha1::BatchCreateRowsRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::BatchCreateRowsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.BatchCreateRows.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Area120::Tables::V1alpha1::CreateRowRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent table where the rows will be created. Format: tables/{table}.
197 198 199 200 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 197 class BatchCreateRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Area120::Tables::V1alpha1::CreateRowRequest>
Returns Required. The request message specifying the rows to create.
A maximum of 500 rows can be created in a single batch.
197 198 199 200 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 197 class BatchCreateRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |