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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/bigtable.rb

Overview

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

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    The index into the original request's entries list of the Entry for which a result is being reported.



345
346
347
348
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 345

class Entry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.

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.



345
346
347
348
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 345

class Entry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end