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 concatenatingbatch_data
from multipleProtoRowsBatch
messages. ThePartialResultSet
that contains the last part hascomplete_batch
set totrue
.
#batch_data=
def batch_data=(value) -> ::String
Parameter
-
value (::String) — Part of a serialized
ProtoRows
message. A complete, parseable ProtoRows message is constructed by concatenatingbatch_data
from multipleProtoRowsBatch
messages. ThePartialResultSet
that contains the last part hascomplete_batch
set totrue
.
Returns
-
(::String) — Part of a serialized
ProtoRows
message. A complete, parseable ProtoRows message is constructed by concatenatingbatch_data
from multipleProtoRowsBatch
messages. ThePartialResultSet
that contains the last part hascomplete_batch
set totrue
.