Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_DriveService.php878 * @return Google_Property
885 return new Google_Property($data);
894 * @param Google_Property $postBody
896 * @return Google_Property
898 public function insert($fileId, Google_Property $postBody, $optParams = array()) {
903 return new Google_Property($data);
930 * @param Google_Property $postBody
934 * @return Google_Property
936 public function patch($fileId, $propertyKey, Google_Property $postBody, $optParams = array()) {
941 return new Google_Property($data);
[all …]
DGoogle_DatastoreService.php613 class Google_Property extends Google_Model { class