rv.analytics.ProContent.Download */ class Download extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bool is_retry = 1; */ protected $is_retry = false; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type bool $is_retry * } */ public function __construct($data = NULL) { \GPBMetadata\AnalyticsProContent::initOnce(); parent::__construct($data); } /** * Generated from protobuf field bool is_retry = 1; * @return bool */ public function getIsRetry() { return $this->is_retry; } /** * Generated from protobuf field bool is_retry = 1; * @param bool $var * @return $this */ public function setIsRetry($var) { GPBUtil::checkBool($var); $this->is_retry = $var; return $this; } }