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.
In the BigQuery REST API, the JobConfigurationTableCopy structure has an attribute destinationExpirationTime, which allows to specify when the new copy of the source table should expire.
However, in the BigQuery Client for Java, the class CopyJobConfiguration is missing this attribute. Can you please make it available?
In the BigQuery REST API, the
JobConfigurationTableCopystructure has an attributedestinationExpirationTime, which allows to specify when the new copy of the source table should expire.However, in the BigQuery Client for Java, the class
CopyJobConfigurationis missing this attribute. Can you please make it available?