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: branches/tswast-patch-1/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/LoadConfiguration.java
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/LoadJobConfiguration.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ public final class LoadJobConfiguration extends JobConfiguration implements Load
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/WriteChannelConfiguration.java
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ public final class WriteChannelConfiguration implements LoadConfiguration, Seria
43
43
privatefinalCreateDispositioncreateDisposition;
44
44
privatefinalWriteDispositionwriteDisposition;
45
45
privatefinalFormatOptionsformatOptions;
46
+
privatefinalStringnullMarker;
46
47
privatefinalIntegermaxBadRecords;
47
48
privatefinalSchemaschema;
48
49
privatefinalBooleanignoreUnknownValues;
@@ -55,6 +56,7 @@ public static final class Builder implements LoadConfiguration.Builder {
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/WriteChannelConfigurationTest.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ public class WriteChannelConfigurationTest {
0 commit comments