public interface ProtoRowsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSerializedRows(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The serializedRows at the given index. |
getSerializedRowsCount()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
The count of serializedRows. |
getSerializedRowsList()
public abstract List<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;
| Returns | |
|---|---|
| Type | Description |
List<ByteString> |
A list containing the serializedRows. |