links = $links; } /** * @return GoogleCloudDatacatalogLineageV1LineageLink[] */ public function getLinks() { return $this->links; } /** * Unordered list. Unreachable resources. If non-empty, the result set might * be incomplete. Currently, only locations are supported. Format: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]` Example: * projects/123456789/locations/us-east1 * * @param string[] $unreachable */ public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } /** * @return string[] */ public function getUnreachable() { return $this->unreachable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogLineageV1SearchLineageStreamingResponse::class, 'Google_Service_Datalineage_GoogleCloudDatacatalogLineageV1SearchLineageStreamingResponse');