Skip to content

Commit dc7af30

Browse files
committed
Updated Drive.php
1 parent cbfc437 commit dc7af30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Google/Service/Drive.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,10 @@ public function __construct(Google_Client $client)
528528
'location' => 'query',
529529
'type' => 'string',
530530
),
531+
'corpus' => array(
532+
'location' => 'query',
533+
'type' => 'string',
534+
),
531535
'projection' => array(
532536
'location' => 'query',
533537
'type' => 'string',
@@ -1762,6 +1766,8 @@ public function insert(Google_Service_Drive_DriveFile $postBody, $optParams = ar
17621766
* Query string for searching files.
17631767
* @opt_param string pageToken
17641768
* Page token for files.
1769+
* @opt_param string corpus
1770+
* The body of items (files/documents) to which the query applies.
17651771
* @opt_param string projection
17661772
* This parameter is deprecated and has no function.
17671773
* @opt_param int maxResults

0 commit comments

Comments
 (0)