averageLength = $averageLength; } public function getAverageLength() { return $this->averageLength; } /** * @param string */ public function setMaxLength($maxLength) { $this->maxLength = $maxLength; } /** * @return string */ public function getMaxLength() { return $this->maxLength; } /** * @param string */ public function setMinLength($minLength) { $this->minLength = $minLength; } /** * @return string */ public function getMinLength() { return $this->minLength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo');