"Confidence", "logicalEntity" => "LogicalEntity", ]; public $confidence; protected $logicalEntityType = GoodocLogicalEntity::class; protected $logicalEntityDataType = ''; public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param GoodocLogicalEntity */ public function setLogicalEntity(GoodocLogicalEntity $logicalEntity) { $this->logicalEntity = $logicalEntity; } /** * @return GoodocLogicalEntity */ public function getLogicalEntity() { return $this->logicalEntity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoodocSemanticLabelContentLinkInVolumeTarget::class, 'Google_Service_Contentwarehouse_GoodocSemanticLabelContentLinkInVolumeTarget');