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.
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.
int|string
setIndex
The index into the original request's entries
list of the Entry
for which a result is being reported.
var
int|string
$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.
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.
$this