rv.data.API_v1_Presentation_Request.ActivePresentationTimelineOperation */ class ActivePresentationTimelineOperation extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field .rv.data.API_v1_TimelineOperation operation = 1; */ protected $operation = 0; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type int $operation * } */ public function __construct($data = NULL) { \GPBMetadata\ProApiV1Presentation::initOnce(); parent::__construct($data); } /** * Generated from protobuf field .rv.data.API_v1_TimelineOperation operation = 1; * @return int */ public function getOperation() { return $this->operation; } /** * Generated from protobuf field .rv.data.API_v1_TimelineOperation operation = 1; * @param int $var * @return $this */ public function setOperation($var) { GPBUtil::checkEnum($var, \Rv\Data\API_v1_TimelineOperation::class); $this->operation = $var; return $this; } }