Lines Matching refs:propertyKey
859 * @param string $propertyKey The key of the property.
864 public function delete($fileId, $propertyKey, $optParams = array()) { argument
865 $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
874 * @param string $propertyKey The key of the property.
880 public function get($fileId, $propertyKey, $optParams = array()) { argument
881 $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
929 * @param string $propertyKey The key of the property.
936 public function patch($fileId, $propertyKey, Google_Property $postBody, $optParams = array()) { argument
937 $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);
950 * @param string $propertyKey The key of the property.
957 public function update($fileId, $propertyKey, Google_Property $postBody, $optParams = array()) { argument
958 $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);