ancestorField = $ancestorField; } /** * @return string */ public function getAncestorField() { return $this->ancestorField; } /** * @param GoogleFirestoreAdminV1Index[] */ public function setIndexes($indexes) { $this->indexes = $indexes; } /** * @return GoogleFirestoreAdminV1Index[] */ public function getIndexes() { return $this->indexes; } /** * @param bool */ public function setReverting($reverting) { $this->reverting = $reverting; } /** * @return bool */ public function getReverting() { return $this->reverting; } /** * @param bool */ public function setUsesAncestorConfig($usesAncestorConfig) { $this->usesAncestorConfig = $usesAncestorConfig; } /** * @return bool */ public function getUsesAncestorConfig() { return $this->usesAncestorConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirestoreAdminV1IndexConfig::class, 'Google_Service_Firestore_GoogleFirestoreAdminV1IndexConfig');