changeType = $changeType; } /** * @return self::CHANGE_TYPE_* */ public function getChangeType() { return $this->changeType; } /** * The index being changed. * * @param GoogleFirestoreAdminV1Index $index */ 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');