Interface AvroRowsOrBuilder (2.21.0)

See more code actions.
public interface AvroRowsOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract long getRowCount()

Deprecated. google.cloud.bigquery.storage.v1.AvroRows.row_count is deprecated. See google/cloud/bigquery/storage/v1/avro.proto;l=39

[Deprecated] The count of rows in the returning block. Please use the format-independent ReadRowsResponse.row_count instead.

int64 row_count = 2 [deprecated = true];

Returns
TypeDescription
long

The rowCount.

getSerializedBinaryRows()

public abstract ByteString getSerializedBinaryRows()

Binary serialized rows in a block.

bytes serialized_binary_rows = 1;

Returns
TypeDescription
ByteString

The serializedBinaryRows.