Cloud Bigtable V2 Client - Class Entry (1.23.0)

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

The result of applying a passed mutation in the original request.

Generated from protobuf message google.bigtable.v2.MutateRowsResponse.Entry

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ index int|string

The index into the original request's entries list of the Entry for which a result is being reported.

↳ status Google\Rpc\Status

The result of the request Entry identified by index. Depending on how requests are batched during execution, it is possible for one Entry to fail due to an error with another Entry. In the event that this occurs, the same error will be reported for both entries.

getIndex

The index into the original request's entries list of the Entry for which a result is being reported.

Returns
TypeDescription
int|string

setIndex

The index into the original request's entries list of the Entry for which a result is being reported.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getStatus

The result of the request Entry identified by index.

Depending on how requests are batched during execution, it is possible for one Entry to fail due to an error with another Entry. In the event that this occurs, the same error will be reported for both entries.

Returns
TypeDescription
Google\Rpc\Status|null

hasStatus

clearStatus

setStatus

The result of the request Entry identified by index.

Depending on how requests are batched during execution, it is possible for one Entry to fail due to an error with another Entry. In the event that this occurs, the same error will be reported for both entries.

Parameter
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this