Cloud Bigtable V2 Client - Class MutateRowsResponse (1.26.2)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntries

One or more results for Entries from the batch request.

Parameter
NameDescription
var array<Google\Cloud\Bigtable\V2\MutateRowsResponse\Entry>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Cloud\Bigtable\V2\RateLimitInfo
Returns
TypeDescription
$this