Ydb.Formats.ArrowBatchSettings
*/
class ArrowBatchSettings extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field bytes schema = 1;
*/
protected $schema = '';
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type string $schema
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Protos\YdbFormats::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field bytes schema = 1;
* @return string
*/
public function getSchema()
{
return $this->schema;
}
/**
* Generated from protobuf field bytes schema = 1;
* @param string $var
* @return $this
*/
public function setSchema($var)
{
GPBUtil::checkString($var, False);
$this->schema = $var;
return $this;
}
}