asLists = $asLists; } /** * @return string[] */ public function getAsLists() { return $this->asLists; } /** * @param string */ public function setPathSegmentType($pathSegmentType) { $this->pathSegmentType = $pathSegmentType; } /** * @return string */ public function getPathSegmentType() { return $this->pathSegmentType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RouteAsPath::class, 'Google_Service_Compute_RouteAsPath');