ancestorField = $ancestorField; } public function getAncestorField() { return $this->ancestorField; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Index */ public function setIndexes($indexes) { $this->indexes = $indexes; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index */ public function getIndexes() { return $this->indexes; } public function setReverting($reverting) { $this->reverting = $reverting; } public function getReverting() { return $this->reverting; } public function setUsesAncestorConfig($usesAncestorConfig) { $this->usesAncestorConfig = $usesAncestorConfig; } public function getUsesAncestorConfig() { return $this->usesAncestorConfig; } }