Class: Google::Bigtable::V2::MutateRowsResponse::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexInteger

Returns 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.



213
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 213

class Entry; end

#statusGoogle::Rpc::Status

Returns 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.



213
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 213

class Entry; end