actionApis = $actionApis; } /** * @return bool */ public function getActionApis() { return $this->actionApis; } /** * @param bool */ public function setEntityApis($entityApis) { $this->entityApis = $entityApis; } /** * @return bool */ public function getEntityApis() { return $this->entityApis; } /** * @param bool */ public function setSqlQuery($sqlQuery) { $this->sqlQuery = $sqlQuery; } /** * @return bool */ public function getSqlQuery() { return $this->sqlQuery; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SupportedRuntimeFeatures::class, 'Google_Service_Connectors_SupportedRuntimeFeatures');