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
Copy file name to clipboardExpand all lines: trunk/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/LoadConfiguration.java
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,16 @@ interface Builder {
119
119
*/
120
120
BuildersetAutodetect(Booleanautodetect);
121
121
122
+
/**
123
+
* Sets the time partitioning specification for the destination table.
Copy file name to clipboardExpand all lines: trunk/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/LoadJobConfiguration.java
+41-1Lines changed: 41 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ public final class LoadJobConfiguration extends JobConfiguration implements Load
Copy file name to clipboardExpand all lines: trunk/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryJobConfiguration.java
+50-2Lines changed: 50 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,8 @@ public final class QueryJobConfiguration extends JobConfiguration {
Copy file name to clipboardExpand all lines: trunk/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/StandardTableDefinition.java
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,13 @@ public abstract static class Builder
0 commit comments