Class: Google::Area120::Tables::V1alpha1::BatchDeleteRowsRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::BatchDeleteRowsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.BatchDeleteRows
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The names of the rows to delete. All rows must belong to the parent table or else the entire batch will fail. A maximum of 500 rows can be deleted in a batch. Format: tables/{table}/rows/{row}.
272 273 274 275 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 272 class BatchDeleteRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent table shared by all rows being deleted. Format: tables/{table}.
272 273 274 275 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 272 class BatchDeleteRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |