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/JobConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public abstract class JobConfiguration implements Serializable {
36
36
/**
37
37
* Type of a BigQuery Job.
38
38
*/
39
-
enumType {
39
+
publicenumType {
40
40
/**
41
41
* A Copy Job copies an existing table to another new or existing table. Instances of
42
42
* {@code JobConfiguration} for this type are implemented by {@link CopyJobConfiguration}.
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/CopyJobConfigurationTest.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,12 @@ public void testSetProjectId() {
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/ExtractJobConfigurationTest.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,12 @@ public void testSetProjectId() {
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/LoadJobConfigurationTest.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,11 @@ public void testSetProjectId() {
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/QueryJobConfigurationTest.java
0 commit comments