rv.data.TriggerSource.Library */ class Library extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field string path = 1; */ protected $path = ''; /** * Generated from protobuf field string presentation_name = 2; */ protected $presentation_name = ''; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type string $path * @type string $presentation_name * } */ public function __construct($data = NULL) { \GPBMetadata\TimedPlayback::initOnce(); parent::__construct($data); } /** * Generated from protobuf field string path = 1; * @return string */ public function getPath() { return $this->path; } /** * Generated from protobuf field string path = 1; * @param string $var * @return $this */ public function setPath($var) { GPBUtil::checkString($var, True); $this->path = $var; return $this; } /** * Generated from protobuf field string presentation_name = 2; * @return string */ public function getPresentationName() { return $this->presentation_name; } /** * Generated from protobuf field string presentation_name = 2; * @param string $var * @return $this */ public function setPresentationName($var) { GPBUtil::checkString($var, True); $this->presentation_name = $var; return $this; } }