Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::ProtoRowsBatch (v1.6.0)

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

A part of a serialized ProtoRows message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#batch_data

def batch_data() -> ::String
Returns
  • (::String) — Part of a serialized ProtoRows message. A complete, parseable ProtoRows message is constructed by concatenating batch_data from multiple ProtoRowsBatch messages. The PartialResultSet that contains the last part has complete_batch set to true.

#batch_data=

def batch_data=(value) -> ::String
Parameter
  • value (::String) — Part of a serialized ProtoRows message. A complete, parseable ProtoRows message is constructed by concatenating batch_data from multiple ProtoRowsBatch messages. The PartialResultSet that contains the last part has complete_batch set to true.
Returns
  • (::String) — Part of a serialized ProtoRows message. A complete, parseable ProtoRows message is constructed by concatenating batch_data from multiple ProtoRowsBatch messages. The PartialResultSet that contains the last part has complete_batch set to true.