Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::MutateRowsResponse (v0.11.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::MutateRowsResponse.

Response message for BigtableService.MutateRows.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entries

def entries() -> ::Array<::Google::Cloud::Bigtable::V2::MutateRowsResponse::Entry>
Returns

#entries=

def entries=(value) -> ::Array<::Google::Cloud::Bigtable::V2::MutateRowsResponse::Entry>
Parameter
Returns

#rate_limit_info

def rate_limit_info() -> ::Google::Cloud::Bigtable::V2::RateLimitInfo
Returns
  • (::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.

#rate_limit_info=

def rate_limit_info=(value) -> ::Google::Cloud::Bigtable::V2::RateLimitInfo
Parameter
  • value (::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.
Returns
  • (::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.