Package com.google.bigtable.v2
Interface ProtoRowsBatchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtoRowsBatch,ProtoRowsBatch.Builder
public interface ProtoRowsBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringPart of a serialized `ProtoRows` message.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBatchData
com.google.protobuf.ByteString getBatchData()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`.
bytes batch_data = 1;- Returns:
- The batchData.
-