Class: Google::Bigtable::V2::MutateRowsResponse::Entry
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::MutateRowsResponse::Entry
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb
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 ⇒ Google::Rpc::Status
The result of the request Entry identified by +index+.
Instance Attribute Details
#index ⇒ Integer
Returns The index into the original request's +entries+ list of the Entry for which a result is being reported.
212 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 212 class Entry; end |
#status ⇒ Google::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.
212 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 212 class Entry; end |