rv.data.FileProperties.RemoteProperties */ class RemoteProperties extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field .rv.data.FileProperties.RemoteProperties.ProContent procontent = 1; */ protected $procontent = null; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type \Rv\Data\FileProperties\RemoteProperties\ProContent $procontent * } */ public function __construct($data = NULL) { \GPBMetadata\FileProperties::initOnce(); parent::__construct($data); } /** * Generated from protobuf field .rv.data.FileProperties.RemoteProperties.ProContent procontent = 1; * @return \Rv\Data\FileProperties\RemoteProperties\ProContent|null */ public function getProcontent() { return $this->procontent; } public function hasProcontent() { return isset($this->procontent); } public function clearProcontent() { unset($this->procontent); } /** * Generated from protobuf field .rv.data.FileProperties.RemoteProperties.ProContent procontent = 1; * @param \Rv\Data\FileProperties\RemoteProperties\ProContent $var * @return $this */ public function setProcontent($var) { GPBUtil::checkMessage($var, \Rv\Data\FileProperties\RemoteProperties\ProContent::class); $this->procontent = $var; return $this; } }