Cloud Bigtable V2 Client - Class AddToCell (1.31.1)

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

A Mutation which incrementally updates a cell in an Aggregate family.

Generated from protobuf message google.bigtable.v2.Mutation.AddToCell

Namespace

Google \ Cloud \ Bigtable \ V2 \ Mutation

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ family_name
string

The name of the Aggregate family into which new data should be added. This must be a family with a value_type of Aggregate . Format: [-_.a-zA-Z0-9]+

↳ column_qualifier
Google\Cloud\Bigtable\V2\Value

The qualifier of the column into which new data should be added. This must be a raw_value .

↳ timestamp
Google\Cloud\Bigtable\V2\Value

The timestamp of the cell to which new data should be added. This must be a raw_timestamp_micros that matches the table's granularity .

↳ input
Google\Cloud\Bigtable\V2\Value

The input value to be accumulated into the specified cell. This must be compatible with the family's value_type.input_type .

getFamilyName

The name of the Aggregate family into which new data should be added.

This must be a family with a value_type of Aggregate . Format: [-_.a-zA-Z0-9]+

Returns
Type
Description
string

setFamilyName

The name of the Aggregate family into which new data should be added.

This must be a family with a value_type of Aggregate . Format: [-_.a-zA-Z0-9]+

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getColumnQualifier

The qualifier of the column into which new data should be added. This must be a raw_value .

Returns
Type
Description

hasColumnQualifier

clearColumnQualifier

setColumnQualifier

The qualifier of the column into which new data should be added. This must be a raw_value .

Parameter
Name
Description
Returns
Type
Description
$this

getTimestamp

The timestamp of the cell to which new data should be added. This must be a raw_timestamp_micros that matches the table's granularity .

Returns
Type
Description

hasTimestamp

clearTimestamp

setTimestamp

The timestamp of the cell to which new data should be added. This must be a raw_timestamp_micros that matches the table's granularity .

Parameter
Name
Description
Returns
Type
Description
$this

getInput

The input value to be accumulated into the specified cell. This must be compatible with the family's value_type.input_type .

Returns
Type
Description

hasInput

clearInput

setInput

The input value to be accumulated into the specified cell. This must be compatible with the family's value_type.input_type .

Parameter
Name
Description
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: