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
Namespace
Google \ Cloud \ Bigtable \ V2 \ MutateRowsResponseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ index |
int|string
The index into the original request's |
↳ status |
Google\Rpc\Status
The result of the request Entry identified by |
getIndex
The index into the original request's entries
list of the Entry
for which a result is being reported.
Returns | |
---|---|
Type | Description |
int|string |
setIndex
The index into the original request's entries
list of the Entry
for which a result is being reported.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |