Home
last modified time | relevance | path

Searched refs:Google_Revision (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1151 * @return Google_Revision
1158 return new Google_Revision($data);
1185 * @param Google_Revision $postBody
1187 * @return Google_Revision
1189 public function patch($fileId, $revisionId, Google_Revision $postBody, $optParams = array()) {
1194 return new Google_Revision($data);
1204 * @param Google_Revision $postBody
1206 * @return Google_Revision
1208 public function update($fileId, $revisionId, Google_Revision $postBody, $optParams = array()) {
1213 return new Google_Revision($data);
[all …]