diff --git a/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java b/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java index 4779c7161..5ece9cb0e 100644 --- a/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java +++ b/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java @@ -92,12 +92,14 @@ enum TableField implements FieldSelector { LAST_MODIFIED_TIME("lastModifiedTime"), LOCATION("location"), NUM_BYTES("numBytes"), + NUM_LONG_TERM_BYTES("numLongTermBytes"), NUM_ROWS("numRows"), SCHEMA("schema"), SELF_LINK("selfLink"), STREAMING_BUFFER("streamingBuffer"), TABLE_REFERENCE("tableReference"), TIME_PARTITIONING("timePartitioning"), + RANGE_PARTITIONING("rangePartitioning"), TYPE("type"), VIEW("view");