grpc.testing.ByteBufferParams */ class ByteBufferParams extends \Google\Protobuf\Internal\Message { /** * int32 req_size = 1; */ private $req_size = 0; /** * int32 resp_size = 2; */ private $resp_size = 0; public function __construct() { \GPBMetadata\Src\Proto\Grpc\Testing\Payloads::initOnce(); parent::__construct(); } /** * int32 req_size = 1; */ public function getReqSize() { return $this->req_size; } /** * int32 req_size = 1; */ public function setReqSize($var) { GPBUtil::checkInt32($var); $this->req_size = $var; } /** * int32 resp_size = 2; */ public function getRespSize() { return $this->resp_size; } /** * int32 resp_size = 2; */ public function setRespSize($var) { GPBUtil::checkInt32($var); $this->resp_size = $var; } }