rv.data.TimedPlayback.Update.StartScrub */ class StartScrub extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field double time = 1; */ protected $time = 0.0; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type float $time * } */ public function __construct($data = NULL) { \GPBMetadata\TimedPlayback::initOnce(); parent::__construct($data); } /** * Generated from protobuf field double time = 1; * @return float */ public function getTime() { return $this->time; } /** * Generated from protobuf field double time = 1; * @param float $var * @return $this */ public function setTime($var) { GPBUtil::checkDouble($var); $this->time = $var; return $this; } }