queryPlansPerMinute = $queryPlansPerMinute; } /** * @return string */ public function getQueryPlansPerMinute() { return $this->queryPlansPerMinute; } /** * @param string */ public function setQueryStringLength($queryStringLength) { $this->queryStringLength = $queryStringLength; } /** * @return string */ 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(QueryInsightsInstanceConfig::class, 'Google_Service_CloudAlloyDBAdmin_QueryInsightsInstanceConfig');