Cloud Bigtable V2 Client - Class ColumnRange (2.12.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

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
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
Type
Description
string

setFamilyName

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

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getStartQualifierClosed

Used when giving an inclusive lower bound for the range.

Returns
Type
Description
string

hasStartQualifierClosed

setStartQualifierClosed

Used when giving an inclusive lower bound for the range.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getStartQualifierOpen

Used when giving an exclusive lower bound for the range.

Returns
Type
Description
string

hasStartQualifierOpen

setStartQualifierOpen

Used when giving an exclusive lower bound for the range.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getEndQualifierClosed

Used when giving an inclusive upper bound for the range.

Returns
Type
Description
string

hasEndQualifierClosed

setEndQualifierClosed

Used when giving an inclusive upper bound for the range.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getEndQualifierOpen

Used when giving an exclusive upper bound for the range.

Returns
Type
Description
string

hasEndQualifierOpen

setEndQualifierOpen

Used when giving an exclusive upper bound for the range.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getStartQualifier

Returns
Type
Description
string

getEndQualifier

Returns
Type
Description
string
Create a Mobile Website
View Site in Mobile | Classic
Share by: