Class: Google::Cloud::Bigtable::Admin::V2::DropRowRangeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Request message for

Instance Attribute Summary collapse

Instance Attribute Details

#delete_all_data_from_table::Boolean

Returns 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.



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}.

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}.



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.

Returns:

  • (::String)

    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