public interface DropRowRangeRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDeleteAllDataFromTable()
Delete all rows in the table.
|
java.lang.String |
getName()
The unique name of the table on which to drop a range of rows.
|
ByteString |
getNameBytes()
The unique name of the table on which to drop a range of rows.
|
ByteString |
getRowKeyPrefix()
Delete all rows that start with this row key prefix.
|
DropRowRangeRequest.TargetCase |
getTargetCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The unique name of the table on which to drop a range of rows. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string name = 1;
ByteString getNameBytes()
The unique name of the table on which to drop a range of rows. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string name = 1;
ByteString getRowKeyPrefix()
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
bytes row_key_prefix = 2;
boolean getDeleteAllDataFromTable()
Delete all rows in the table. Setting this to false is a no-op.
bool delete_all_data_from_table = 3;
DropRowRangeRequest.TargetCase getTargetCase()