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.
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.
182 183 184 185 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 182 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}
.
182 183 184 185 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 182 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.
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.
182 183 184 185 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 182 class DropRowRangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |