property = $property; } /** * @return PropertyReference */ public function getProperty() { return $this->property; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Projection::class, 'Google_Service_Datastore_Projection');