sourceNode = $sourceNode;
}
/**
* @return string
*/
public function getSourceNode()
{
return $this->sourceNode;
}
/**
* @param string
*/
public function setTargetNode($targetNode)
{
$this->targetNode = $targetNode;
}
/**
* @return string
*/
public function getTargetNode()
{
return $this->targetNode;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudAssetV1Edge::class, 'Google_Service_CloudAsset_GoogleCloudAssetV1Edge');