Request message for TablesService.BatchDeleteRows
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#names
def names() -> ::Array<::String>
Returns
- (::Array<::String>) — 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}
#names=
def names=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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}
Returns
- (::Array<::String>) — 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}
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent table shared by all rows being deleted. Format: tables/{table}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent table shared by all rows being deleted. Format: tables/{table}
Returns
- (::String) — Required. The parent table shared by all rows being deleted. Format: tables/{table}