Interface TableLocationOrBuilder (3.2.1)

public interface TableLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRowIndex()

public abstract long getRowIndex()

The zero-based index of the row where the finding is located. Only populated for resources that have a natural ordering, not BigQuery. In BigQuery, to identify the row a finding came from, populate BigQueryOptions.identifying_fields with your primary key column names and when you store the findings the value of those columns will be stored inside of Finding.

int64 row_index = 1;

Returns
TypeDescription
long

The rowIndex.