Cloud Bigtable V2 Client - Class DropRowRangeRequest (1.21.1)

Reference documentation and code samples for the Cloud Bigtable V2 Client class DropRowRangeRequest.

Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange

Generated from protobuf message google.bigtable.admin.v2.DropRowRangeRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name 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 string

Delete all rows that start with this row key prefix. Prefix cannot be zero length.

↳ delete_all_data_from_table bool

Delete all rows in the table. Setting this to false is a no-op.

getName

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
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRowKeyPrefix

Delete all rows that start with this row key prefix. Prefix cannot be zero length.

Returns
TypeDescription
string

hasRowKeyPrefix

setRowKeyPrefix

Delete all rows that start with this row key prefix. Prefix cannot be zero length.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeleteAllDataFromTable

Delete all rows in the table. Setting this to false is a no-op.

Returns
TypeDescription
bool

hasDeleteAllDataFromTable

setDeleteAllDataFromTable

Delete all rows in the table. Setting this to false is a no-op.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getTarget

Returns
TypeDescription
string