* Request current stats * * * Protobuf type grpc.testing.Mark */ class Mark extends \Google\Protobuf\Internal\Message { /** *
     * if true, the stats will be reset after taking their snapshot.
     * 
* * bool reset = 1; */ private $reset = false; public function __construct() { \GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce(); parent::__construct(); } /** *
     * if true, the stats will be reset after taking their snapshot.
     * 
* * bool reset = 1; */ public function getReset() { return $this->reset; } /** *
     * if true, the stats will be reset after taking their snapshot.
     * 
* * bool reset = 1; */ public function setReset($var) { GPBUtil::checkBool($var); $this->reset = $var; } }