grpc.testing.ClientStatus
*/
class ClientStatus extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field .grpc.testing.ClientStats stats = 1;
*/
private $stats = null;
public function __construct() {
\GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce();
parent::__construct();
}
/**
* Generated from protobuf field .grpc.testing.ClientStats stats = 1;
* @return \Grpc\Testing\ClientStats
*/
public function getStats()
{
return $this->stats;
}
/**
* Generated from protobuf field .grpc.testing.ClientStats stats = 1;
* @param \Grpc\Testing\ClientStats $var
* @return $this
*/
public function setStats($var)
{
GPBUtil::checkMessage($var, \Grpc\Testing\ClientStats::class);
$this->stats = $var;
return $this;
}
}