public interface ProtoRowsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getSerializedRows(int index)
A sequence of rows serialized as a Protocol Buffer.
|
int |
getSerializedRowsCount()
A sequence of rows serialized as a Protocol Buffer.
|
List<com.google.protobuf.ByteString> |
getSerializedRowsList()
A sequence of rows serialized as a Protocol Buffer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.ByteString> getSerializedRowsList()
A sequence of rows serialized as a Protocol Buffer. See https://developers.google.com/protocol-buffers/docs/overview for more information on deserializing this field.
repeated bytes serialized_rows = 1;int getSerializedRowsCount()
A sequence of rows serialized as a Protocol Buffer. See https://developers.google.com/protocol-buffers/docs/overview for more information on deserializing this field.
repeated bytes serialized_rows = 1;com.google.protobuf.ByteString getSerializedRows(int index)
A sequence of rows serialized as a Protocol Buffer. See https://developers.google.com/protocol-buffers/docs/overview for more information on deserializing this field.
repeated bytes serialized_rows = 1;index - The index of the element to return.Copyright © 2023 Google LLC. All rights reserved.