action = $action; } /** * @return string */ public function getAction() { return $this->action; } /** * @param string[] */ public function setEntityNames($entityNames) { $this->entityNames = $entityNames; } /** * @return string[] */ public function getEntityNames() { return $this->entityNames; } /** * @param string */ public function setEntityType($entityType) { $this->entityType = $entityType; } /** * @return string */ public function getEntityType() { return $this->entityType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DdlStatementActionInfo::class, 'Google_Service_Spanner_DdlStatementActionInfo');