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