Class: Google::Cloud::Bigtable::Admin::V2::DropRowRangeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::DropRowRangeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange
Instance Attribute Summary collapse
-
#delete_all_data_from_table ⇒ ::Boolean
Delete all rows in the table.
-
#name ⇒ ::String
Required.
-
#row_key_prefix ⇒ ::String
Delete all rows that start with this row key prefix.
Instance Attribute Details
#delete_all_data_from_table ⇒ ::Boolean
Returns Delete all rows in the table. Setting this to false is a no-op.
178 179 180 181 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 178 class DropRowRangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns 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}
.
178 179 180 181 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 178 class DropRowRangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_key_prefix ⇒ ::String
Returns Delete all rows that start with this row key prefix. Prefix cannot be zero length.
178 179 180 181 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 178 class DropRowRangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |