Skip to content

Commit b0b24e0

Browse files
committed
Updated Bigquery.php
1 parent d0d747d commit b0b24e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Google/Service/Bigquery.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,8 @@ class Google_Service_Bigquery_Tabledata_Resource extends Google_Service_Resource
777777
{
778778

779779
/**
780-
* Inserts the supplied rows into the table. (tabledata.insertAll)
780+
* Streams data into BigQuery one record at a time without needing to run a load
781+
* job. (tabledata.insertAll)
781782
*
782783
* @param string $projectId
783784
* Project ID of the destination table.

0 commit comments

Comments
 (0)