Ydb.QuotaExceeded
*/
class QuotaExceeded extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field bool disk = 1;
*/
protected $disk = false;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type bool $disk
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Protos\YdbCommon::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field bool disk = 1;
* @return bool
*/
public function getDisk()
{
return $this->disk;
}
/**
* Generated from protobuf field bool disk = 1;
* @param bool $var
* @return $this
*/
public function setDisk($var)
{
GPBUtil::checkBool($var);
$this->disk = $var;
return $this;
}
}