Reference documentation and code samples for the Cloud Bigtable V2 Client class SetCell.
A Mutation which sets the value of the specified cell.
Generated from protobuf message google.bigtable.v2.Mutation.SetCell
Namespace
Google \ Cloud \ Bigtable \ V2 \ MutationMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ family_name
string
The name of the family into which new data should be written. Must match [-_.a-zA-Z0-9]+
↳ column_qualifier
string
The qualifier of the column into which new data should be written. Can be any byte string, including the empty string.
↳ timestamp_micros
int|string
The timestamp of the cell into which new data should be written. Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).
↳ value
string
The value to be written into the specified cell.
getFamilyName
The name of the family into which new data should be written.
Must match [-_.a-zA-Z0-9]+
string
setFamilyName
The name of the family into which new data should be written.
Must match [-_.a-zA-Z0-9]+
var
string
$this
getColumnQualifier
The qualifier of the column into which new data should be written.
Can be any byte string, including the empty string.
string
setColumnQualifier
The qualifier of the column into which new data should be written.
Can be any byte string, including the empty string.
var
string
$this
getTimestampMicros
The timestamp of the cell into which new data should be written.
Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).
int|string
setTimestampMicros
The timestamp of the cell into which new data should be written.
Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).
var
int|string
$this
getValue
The value to be written into the specified cell.
string
setValue
The value to be written into the specified cell.
var
string
$this