Reference documentation and code samples for the Cloud Bigtable V2 Client class MutateRowsResponse.
Response message for BigtableService.MutateRows.
Generated from protobuf message google.bigtable.v2.MutateRowsResponse
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entries |
array<Google\Cloud\Bigtable\V2\MutateRowsResponse\Entry>
One or more results for Entries from the batch request. |
↳ rate_limit_info |
Google\Cloud\Bigtable\V2\RateLimitInfo
Information about how client should limit the rate (QPS). Primirily used by supported official Cloud Bigtable clients. If unset, the rate limit info is not provided by the server. |
getEntries
One or more results for Entries from the batch request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEntries
One or more results for Entries from the batch request.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Bigtable\V2\MutateRowsResponse\Entry>
|
Returns | |
---|---|
Type | Description |
$this |
getRateLimitInfo
Information about how client should limit the rate (QPS). Primirily used by supported official Cloud Bigtable clients. If unset, the rate limit info is not provided by the server.
Returns | |
---|---|
Type | Description |
Google\Cloud\Bigtable\V2\RateLimitInfo|null |
hasRateLimitInfo
clearRateLimitInfo
setRateLimitInfo
Information about how client should limit the rate (QPS). Primirily used by supported official Cloud Bigtable clients. If unset, the rate limit info is not provided by the server.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Bigtable\V2\RateLimitInfo
|
Returns | |
---|---|
Type | Description |
$this |