You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Hi there,
I don't seem to find a way to get the configured time travel window for a Table (mentioned in the docs here https://cloud.google.com/bigquery/docs/time-travel#configure_the_time_travel_window), is that available from the java client or the API?
I've only found TableInfo.getNumTimeTravelPhysicalBytes()
java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableInfo.java
Line 555 in e78e78c
Thanks!
Robin