changeType = $changeType; } /** * @return string */ public function getChangeType() { return $this->changeType; } /** * @param GoogleFirestoreAdminV1Index */ public function setIndex(GoogleFirestoreAdminV1Index $index) { $this->index = $index; } /** * @return GoogleFirestoreAdminV1Index */ public function getIndex() { return $this->index; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirestoreAdminV1IndexConfigDelta::class, 'Google_Service_Firestore_GoogleFirestoreAdminV1IndexConfigDelta');