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
- (::Array<::Google::Cloud::Bigtable::V2::MutateRowsResponse::Entry>) — One or more results for Entries from the batch request.
#entries=
def entries=(value) -> ::Array<::Google::Cloud::Bigtable::V2::MutateRowsResponse::Entry>
Parameter
- value (::Array<::Google::Cloud::Bigtable::V2::MutateRowsResponse::Entry>) — One or more results for Entries from the batch request.
Returns
- (::Array<::Google::Cloud::Bigtable::V2::MutateRowsResponse::Entry>) — One or more results for Entries from the batch request.
#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.