queryInsightsEnabled = $queryInsightsEnabled; } /** * @return bool */ public function getQueryInsightsEnabled() { return $this->queryInsightsEnabled; } /** * @param int */ public function setQueryPlansPerMinute($queryPlansPerMinute) { $this->queryPlansPerMinute = $queryPlansPerMinute; } /** * @return int */ public function getQueryPlansPerMinute() { return $this->queryPlansPerMinute; } /** * @param int */ public function setQueryStringLength($queryStringLength) { $this->queryStringLength = $queryStringLength; } /** * @return int */ public function getQueryStringLength() { return $this->queryStringLength; } /** * @param bool */ public function setRecordApplicationTags($recordApplicationTags) { $this->recordApplicationTags = $recordApplicationTags; } /** * @return bool */ public function getRecordApplicationTags() { return $this->recordApplicationTags; } /** * @param bool */ public function setRecordClientAddress($recordClientAddress) { $this->recordClientAddress = $recordClientAddress; } /** * @return bool */ public function getRecordClientAddress() { return $this->recordClientAddress; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InsightsConfig::class, 'Google_Service_SQLAdmin_InsightsConfig');