2323 *
2424 * <p>
2525 * For more information about this service, see the API
26- * <a href="https://developers .google.com/bigquery/docs/overview " target="_blank">Documentation</a>
26+ * <a href="https://cloud .google.com/bigquery/" target="_blank">Documentation</a>
2727 * </p>
2828 *
2929 * @author Google, Inc.
@@ -561,9 +561,8 @@ public function insert($projectId, Google_Service_Bigquery_Dataset $postBody, $o
561561 }
562562
563563 /**
564- * Lists all the datasets in the specified project to which the caller has read
565- * access; however, a project owner can list (but not necessarily get) all
566- * datasets in his project. (datasets.listDatasets)
564+ * Lists all datasets in the specified project to which you have been granted
565+ * the READER dataset role. (datasets.listDatasets)
567566 *
568567 * @param string $projectId Project ID of the datasets to be listed
569568 * @param array $optParams Optional parameters.
@@ -631,7 +630,9 @@ class Google_Service_Bigquery_Jobs_Resource extends Google_Service_Resource
631630{
632631
633632 /**
634- * Retrieves the specified job by ID. (jobs.get)
633+ * Returns information about a specific job. Job information is available for a
634+ * six month period after creation. Requires that you're the person who ran the
635+ * job, or have the Is Owner project role. (jobs.get)
635636 *
636637 * @param string $projectId Project ID of the requested job
637638 * @param string $jobId Job ID of the requested job
@@ -670,7 +671,8 @@ public function getQueryResults($projectId, $jobId, $optParams = array())
670671 }
671672
672673 /**
673- * Starts a new asynchronous job. (jobs.insert)
674+ * Starts a new asynchronous job. Requires the Can View project role.
675+ * (jobs.insert)
674676 *
675677 * @param string $projectId Project ID of the project that will be billed for
676678 * the job
@@ -686,9 +688,11 @@ public function insert($projectId, Google_Service_Bigquery_Job $postBody, $optPa
686688 }
687689
688690 /**
689- * Lists all the Jobs in the specified project that were started by the user.
690- * The job list returns in reverse chronological order of when the jobs were
691- * created, starting with the most recent job created. (jobs.listJobs)
691+ * Lists all jobs that you started in the specified project. The job list
692+ * returns in reverse chronological order of when the jobs were created,
693+ * starting with the most recent job created. Requires the Can View project
694+ * role, or the Is Owner project role if you set the allUsers property.
695+ * (jobs.listJobs)
692696 *
693697 * @param string $projectId Project ID of the jobs to list
694698 * @param array $optParams Optional parameters.
@@ -739,7 +743,7 @@ class Google_Service_Bigquery_Projects_Resource extends Google_Service_Resource
739743{
740744
741745 /**
742- * Lists the projects to which you have at least read access .
746+ * Lists all projects to which you have been granted any project role .
743747 * (projects.listProjects)
744748 *
745749 * @param array $optParams Optional parameters.
@@ -770,7 +774,7 @@ class Google_Service_Bigquery_Tabledata_Resource extends Google_Service_Resource
770774
771775 /**
772776 * Streams data into BigQuery one record at a time without needing to run a load
773- * job. (tabledata.insertAll)
777+ * job. Requires the WRITER dataset role. (tabledata.insertAll)
774778 *
775779 * @param string $projectId Project ID of the destination table.
776780 * @param string $datasetId Dataset ID of the destination table.
@@ -787,7 +791,8 @@ public function insertAll($projectId, $datasetId, $tableId, Google_Service_Bigqu
787791 }
788792
789793 /**
790- * Retrieves table data from a specified set of rows. (tabledata.listTabledata)
794+ * Retrieves table data from a specified set of rows. Requires the READER
795+ * dataset role. (tabledata.listTabledata)
791796 *
792797 * @param string $projectId Project ID of the table to read
793798 * @param string $datasetId Dataset ID of the table to read
@@ -870,7 +875,8 @@ public function insert($projectId, $datasetId, Google_Service_Bigquery_Table $po
870875 }
871876
872877 /**
873- * Lists all tables in the specified dataset. (tables.listTables)
878+ * Lists all tables in the specified dataset. Requires the READER dataset role.
879+ * (tables.listTables)
874880 *
875881 * @param string $projectId Project ID of the tables to list
876882 * @param string $datasetId Dataset ID of the tables to list
0 commit comments