Reference documentation and code samples for the Cloud Bigtable V2 Client class Value.
Value
represents a dynamically typed value.
The typed fields in Value
are used as a transport encoding for the actual
value (which may be of a more complex type). See the documentation of the Type
message for more details.
Generated from protobuf message google.bigtable.v2.Value
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ raw_value
string
Represents a raw byte sequence with no type information. The type
field must be omitted.
↳ raw_timestamp_micros
int|string
Represents a raw cell timestamp with no type information. The type
field must be omitted.
↳ int_value
int|string
Represents a typed value transported as an integer. Default type for writes: Int64
getRawValue
Represents a raw byte sequence with no type information.
The type
field must be omitted.
string
hasRawValue
setRawValue
Represents a raw byte sequence with no type information.
The type
field must be omitted.
var
string
$this
getRawTimestampMicros
Represents a raw cell timestamp with no type information.
The type
field must be omitted.
int|string
hasRawTimestampMicros
setRawTimestampMicros
Represents a raw cell timestamp with no type information.
The type
field must be omitted.
var
int|string
$this
getIntValue
Represents a typed value transported as an integer.
Default type for writes: Int64
int|string
hasIntValue
setIntValue
Represents a typed value transported as an integer.
Default type for writes: Int64
var
int|string
$this
getKind
string