indexesUsed = $indexesUsed; } /** * @return array[] */ public function getIndexesUsed() { return $this->indexesUsed; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PlanSummary::class, 'Google_Service_Datastore_PlanSummary');