Cloud Bigtable V2 Client - Class ColumnRange (1.23.0)

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

Specifies a contiguous range of columns within a single column family.

The range spans from <column_family>:<start_qualifier> to <column_family>:<end_qualifier>, where both bounds can be either inclusive or exclusive.

Generated from protobuf message google.bigtable.v2.ColumnRange

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ family_name string

The name of the column family within which this range falls.

↳ start_qualifier_closed string

Used when giving an inclusive lower bound for the range.

↳ start_qualifier_open string

Used when giving an exclusive lower bound for the range.

↳ end_qualifier_closed string

Used when giving an inclusive upper bound for the range.

↳ end_qualifier_open string

Used when giving an exclusive upper bound for the range.

getFamilyName

The name of the column family within which this range falls.

Returns
TypeDescription
string

setFamilyName

The name of the column family within which this range falls.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartQualifierClosed

Used when giving an inclusive lower bound for the range.

Returns
TypeDescription
string

hasStartQualifierClosed

setStartQualifierClosed

Used when giving an inclusive lower bound for the range.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartQualifierOpen

Used when giving an exclusive lower bound for the range.

Returns
TypeDescription
string

hasStartQualifierOpen

setStartQualifierOpen

Used when giving an exclusive lower bound for the range.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEndQualifierClosed

Used when giving an inclusive upper bound for the range.

Returns
TypeDescription
string

hasEndQualifierClosed

setEndQualifierClosed

Used when giving an inclusive upper bound for the range.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEndQualifierOpen

Used when giving an exclusive upper bound for the range.

Returns
TypeDescription
string

hasEndQualifierOpen

setEndQualifierOpen

Used when giving an exclusive upper bound for the range.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartQualifier

Returns
TypeDescription
string

getEndQualifier

Returns
TypeDescription
string