grpc.testing.GaugeRequest
 */
class GaugeRequest extends \Google\Protobuf\Internal\Message
{
    /**
     * Generated from protobuf field string name = 1;
     */
    private $name = '';
    public function __construct() {
        \GPBMetadata\Src\Proto\Grpc\Testing\Metrics::initOnce();
        parent::__construct();
    }
    /**
     * Generated from protobuf field string name = 1;
     * @return string
     */
    public function getName()
    {
        return $this->name;
    }
    /**
     * Generated from protobuf field string name = 1;
     * @param string $var
     * @return $this
     */
    public function setName($var)
    {
        GPBUtil::checkString($var, True);
        $this->name = $var;
        return $this;
    }
}