changeType = $changeType; } public function getChangeType() { return $this->changeType; } /** * @param Google_Service_Firestore_GoogleFirestoreAdminV1Index */ public function setIndex(Google_Service_Firestore_GoogleFirestoreAdminV1Index $index) { $this->index = $index; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Index */ public function getIndex() { return $this->index; } }