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.ByteStringMerge partial results by concatenating these bytes, then parsing the overall value as a `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()Merge partial results by concatenating these bytes, then parsing the overall value as a `ProtoRows` message.
bytes batch_data = 1;- Returns:
- The batchData.
-