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/update-datastore/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/InsertAllRequest.java
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,7 @@ public class InsertAllRequest implements Serializable {
50
50
* A Google Big Query row to be inserted into a table. Each {@code RowToInsert} has an associated
51
51
* id used by BigQuery to detect duplicate insertion requests on a best-effort basis.
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/InsertAllResponse.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
/**
36
36
* Google Cloud BigQuery insert all response. Objects of this class possibly contain errors for an
37
37
* {@link InsertAllRequest}. If a row failed to be inserted, the non-empty list of errors associated
38
-
* to that row's index can be obtained with {@link InsertAllResponse#errorsFor(Long)}.
38
+
* to that row's index can be obtained with {@link InsertAllResponse#errorsFor(long)}.
39
39
* {@link InsertAllResponse#insertErrors()} can be used to return all errors caused by a
0 commit comments