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

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

The result of applying a passed mutation in the original request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#index

def index() -> ::Integer
Returns
  • (::Integer) — The index into the original request's entries list of the Entry for which a result is being reported.

#index=

def index=(value) -> ::Integer
Parameter
  • value (::Integer) — The index into the original request's entries list of the Entry for which a result is being reported.
Returns
  • (::Integer) — The index into the original request's entries list of the Entry for which a result is being reported.

#status

def status() -> ::Google::Rpc::Status
Returns
  • (::Google::Rpc::Status) — 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.

#status=

def status=(value) -> ::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — 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
  • (::Google::Rpc::Status) — 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.