rv.data.RequestWebFillTokenAndCookies */ class RequestWebFillTokenAndCookies extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bool refresh_first = 1; */ protected $refresh_first = false; /** * Generated from protobuf field string link = 2; */ protected $link = ''; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type bool $refresh_first * @type string $link * } */ public function __construct($data = NULL) { \GPBMetadata\ProCore::initOnce(); parent::__construct($data); } /** * Generated from protobuf field bool refresh_first = 1; * @return bool */ public function getRefreshFirst() { return $this->refresh_first; } /** * Generated from protobuf field bool refresh_first = 1; * @param bool $var * @return $this */ public function setRefreshFirst($var) { GPBUtil::checkBool($var); $this->refresh_first = $var; return $this; } /** * Generated from protobuf field string link = 2; * @return string */ public function getLink() { return $this->link; } /** * Generated from protobuf field string link = 2; * @param string $var * @return $this */ public function setLink($var) { GPBUtil::checkString($var, True); $this->link = $var; return $this; } }