endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * The name of the link in the format of * `projects/{project}/locations/{location}/links/{link}`. * * @param string $link */ public function setLink($link) { $this->link = $link; } /** * @return string */ public function getLink() { return $this->link; } /** * The start of the first event establishing this link-process tuple. * * @param string $startTime */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogLineageV1ProcessLinkInfo::class, 'Google_Service_Datalineage_GoogleCloudDatacatalogLineageV1ProcessLinkInfo');