entityFilter = $entityFilter; } /** * @return GoogleDatastoreAdminV1EntityFilter */ public function getEntityFilter() { return $this->entityFilter; } /** * @param string */ public function setInputUrl($inputUrl) { $this->inputUrl = $inputUrl; } /** * @return string */ public function getInputUrl() { return $this->inputUrl; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDatastoreAdminV1ImportEntitiesRequest::class, 'Google_Service_Datastore_GoogleDatastoreAdminV1ImportEntitiesRequest');