palm.lily.v1.TeXLiveResponse */ class TeXLiveResponse extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field string bucket = 1; */ protected $bucket = ''; /** * Generated from protobuf field string object = 2; */ protected $object = ''; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type string $bucket * @type string $object * } */ public function __construct($data = NULL) { \GPBMetadata\Lily::initOnce(); parent::__construct($data); } /** * Generated from protobuf field string bucket = 1; * @return string */ public function getBucket() { return $this->bucket; } /** * Generated from protobuf field string bucket = 1; * @param string $var * @return $this */ public function setBucket($var) { GPBUtil::checkString($var, True); $this->bucket = $var; return $this; } /** * Generated from protobuf field string object = 2; * @return string */ public function getObject() { return $this->object; } /** * Generated from protobuf field string object = 2; * @param string $var * @return $this */ public function setObject($var) { GPBUtil::checkString($var, True); $this->object = $var; return $this; } }