public interface AvroRowsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRowCount() (deprecated)
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 | |
|---|---|
| Type | Description |
long |
The rowCount. |
getSerializedBinaryRows()
public abstract ByteString getSerializedBinaryRows()Binary serialized rows in a block.
bytes serialized_binary_rows = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The serializedBinaryRows. |