Class: Google::Cloud::Bigtable::MutationOperations::Response
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::MutationOperations::Response
- Defined in:
- lib/google/cloud/bigtable/mutation_operations.rb
Overview
MutationEntry::Response
Represents a response message from BigtableService.MutateRows.
Instance Attribute Summary collapse
-
#index ⇒ Integer
The index into the original request's
entries
list of the Entry for which a result is being reported. -
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#The ⇒ Google::Cloud::Bigtable::Status
result of the request Entry identified by
index
.
Instance Attribute Details
#index ⇒ Integer
The index into the original request's entries
list of the Entry for which a result is being reported.
337 338 339 |
# File 'lib/google/cloud/bigtable/mutation_operations.rb', line 337 def index @index end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
338 339 340 |
# File 'lib/google/cloud/bigtable/mutation_operations.rb', line 338 def status @status end |
#The ⇒ Google::Cloud::Bigtable::Status
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.
337 338 339 |
# File 'lib/google/cloud/bigtable/mutation_operations.rb', line 337 def The @The end |