grpc.testing.CoreResponse */ class CoreResponse extends \Google\Protobuf\Internal\Message { /** * Number of cores available on the server * * Generated from protobuf field int32 cores = 1; */ private $cores = 0; public function __construct() { \GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce(); parent::__construct(); } /** * Number of cores available on the server * * Generated from protobuf field int32 cores = 1; * @return int */ public function getCores() { return $this->cores; } /** * Number of cores available on the server * * Generated from protobuf field int32 cores = 1; * @param int $var * @return $this */ public function setCores($var) { GPBUtil::checkInt32($var); $this->cores = $var; return $this; } }