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