Cloud Bigtable V2 Client - Class SessionMutateRowRequest (2.24.0)

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

Internal usage only.

Generated from protobuf message google.bigtable.v2.SessionMutateRowRequest

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ key string
↳ mutations array<Mutation>

getKey

Generated from protobuf field bytes key = 1;

Returns
Type Description
string

setKey

Generated from protobuf field bytes key = 1;

Parameter
Name Description
var string
Returns
Type Description
$this

getMutations

Generated from protobuf field repeated .google.bigtable.v2.Mutation mutations = 2;

Returns
Type Description
Google\Protobuf\RepeatedField<Mutation>

setMutations

Generated from protobuf field repeated .google.bigtable.v2.Mutation mutations = 2;

Parameter
Name Description
var array<Mutation>
Returns
Type Description
$this