rv.data.API_v1_Theme_Response.GetThemeSlideThumbnail */ class GetThemeSlideThumbnail extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bytes data = 1; */ protected $data = ''; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type string $data * } */ public function __construct($data = NULL) { \GPBMetadata\ProApiV1Theme::initOnce(); parent::__construct($data); } /** * Generated from protobuf field bytes data = 1; * @return string */ public function getData() { return $this->data; } /** * Generated from protobuf field bytes data = 1; * @param string $var * @return $this */ public function setData($var) { GPBUtil::checkString($var, False); $this->data = $var; return $this; } }