palm.lily.v1.TexToRequest
*/
class TexToRequest extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field map files = 1;
*/
private $files;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type array|\Google\Protobuf\Internal\MapField $files
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Lily::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field map files = 1;
* @return \Google\Protobuf\Internal\MapField
*/
public function getFiles()
{
return $this->files;
}
/**
* Generated from protobuf field map files = 1;
* @param array|\Google\Protobuf\Internal\MapField $var
* @return $this
*/
public function setFiles($var)
{
$arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::BYTES);
$this->files = $arr;
return $this;
}
}