Interface ProtoRowsOrBuilder (3.4.0)

public interface ProtoRowsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<ByteString>

A list containing the serializedRows.