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 Returns
- (::Boolean) — Delete all rows in the table. Setting this to false is a no-op.
#delete_all_data_from_table=
def delete_all_data_from_table=(value) -> ::Boolean Parameter
- value (::Boolean) — Delete all rows in the table. Setting this to false is a no-op.
Returns
- (::Boolean) — Delete all rows in the table. Setting this to false is a no-op.
#name
def name() -> ::String Returns
- (::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 Parameter
- 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}.
Returns
- (::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 Returns
- (::String) — Delete all rows that start with this row key prefix. Prefix cannot be zero length.
#row_key_prefix=
def row_key_prefix=(value) -> ::String Parameter
- value (::String) — Delete all rows that start with this row key prefix. Prefix cannot be zero length.
Returns
- (::String) — Delete all rows that start with this row key prefix. Prefix cannot be zero length.