Lines Matching refs:Google_Property
878 * @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);
951 * @param Google_Property $postBody
955 * @return Google_Property
957 public function update($fileId, $propertyKey, Google_Property $postBody, $optParams = array()) {
962 return new Google_Property($data);
3089 class Google_Property extends Google_Model { class