descriptionType = $descriptionType; } /** * @return string */ public function getDescriptionType() { return $this->descriptionType; } /** * @param AppsDynamiteSharedTextSegment[] */ public function setTextSegment($textSegment) { $this->textSegment = $textSegment; } /** * @return AppsDynamiteSharedTextSegment[] */ public function getTextSegment() { return $this->textSegment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedTextSegmentsWithDescription::class, 'Google_Service_CloudSearch_AppsDynamiteSharedTextSegmentsWithDescription');