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