distanceMeasure = $distanceMeasure; } /** * @return string */ public function getDistanceMeasure() { return $this->distanceMeasure; } /** * @param string */ public function setDistanceResultProperty($distanceResultProperty) { $this->distanceResultProperty = $distanceResultProperty; } /** * @return string */ public function getDistanceResultProperty() { return $this->distanceResultProperty; } public function setDistanceThreshold($distanceThreshold) { $this->distanceThreshold = $distanceThreshold; } public function getDistanceThreshold() { return $this->distanceThreshold; } /** * @param int */ public function setLimit($limit) { $this->limit = $limit; } /** * @return int */ public function getLimit() { return $this->limit; } /** * @param Value */ public function setQueryVector(Value $queryVector) { $this->queryVector = $queryVector; } /** * @return Value */ public function getQueryVector() { return $this->queryVector; } /** * @param PropertyReference */ public function setVectorProperty(PropertyReference $vectorProperty) { $this->vectorProperty = $vectorProperty; } /** * @return PropertyReference */ public function getVectorProperty() { return $this->vectorProperty; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FindNearest::class, 'Google_Service_Datastore_FindNearest');