@Generated
public interface ProtoRowsBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBatchData()
Part of a serialized `ProtoRows` message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.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;Copyright © 2026 Google LLC. All rights reserved.