Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::DropRowRangeRequest.
Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#delete_all_data_from_table
def delete_all_data_from_table() -> ::Boolean- (::Boolean) — Delete all rows in the table. Setting this to false is a no-op.
Note: The following fields are mutually exclusive:
delete_all_data_from_table,row_key_prefix. If a field in that set is populated, all other fields in the set will automatically be cleared.
#delete_all_data_from_table=
def delete_all_data_from_table=(value) -> ::Boolean- value (::Boolean) — Delete all rows in the table. Setting this to false is a no-op.
Note: The following fields are mutually exclusive:
delete_all_data_from_table,row_key_prefix. If a field in that set is populated, all other fields in the set will automatically be cleared.
- (::Boolean) — Delete all rows in the table. Setting this to false is a no-op.
Note: The following fields are mutually exclusive:
delete_all_data_from_table,row_key_prefix. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name
def name() -> ::String- (::String) — Required. 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}.
#name=
def name=(value) -> ::String- value (::String) — Required. 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) — Required. 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}.
#row_key_prefix
def row_key_prefix() -> ::String- (::String) — Delete all rows that start with this row key prefix. Prefix cannot be zero length.
Note: The following fields are mutually exclusive:
row_key_prefix,delete_all_data_from_table. If a field in that set is populated, all other fields in the set will automatically be cleared.
#row_key_prefix=
def row_key_prefix=(value) -> ::String- value (::String) — Delete all rows that start with this row key prefix. Prefix cannot be zero length.
Note: The following fields are mutually exclusive:
row_key_prefix,delete_all_data_from_table. If a field in that set is populated, all other fields in the set will automatically be cleared.
- (::String) — Delete all rows that start with this row key prefix. Prefix cannot be zero length.
Note: The following fields are mutually exclusive:
row_key_prefix,delete_all_data_from_table. If a field in that set is populated, all other fields in the set will automatically be cleared.