rv.data.FileProperties.RemoteProperties.ProContent
*/
class ProContent extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field string download_identifier = 1;
*/
protected $download_identifier = '';
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type string $download_identifier
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\FileProperties::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field string download_identifier = 1;
* @return string
*/
public function getDownloadIdentifier()
{
return $this->download_identifier;
}
/**
* Generated from protobuf field string download_identifier = 1;
* @param string $var
* @return $this
*/
public function setDownloadIdentifier($var)
{
GPBUtil::checkString($var, True);
$this->download_identifier = $var;
return $this;
}
}