/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Bigquery
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Bigquery/QueryResponse.php (4759B)
cacheHit = $cacheHit;
}
/**
* @return bool
*/
public function getCacheHit()
{
return $this->cacheHit;
}
/**
* @param DmlStatistics
*/
public function setDmlStats(DmlStatistics $dmlStats)
{
$this->dmlStats = $dmlStats;
}
/**
* @return DmlStatistics
*/
public function getDmlStats()
{
return $this->dmlStats;
}
/**
* @param ErrorProto[]
*/
public function setErrors($errors)
{
$this->errors = $errors;
}
/**
* @return ErrorProto[]
*/
public function getErrors()
{
return $this->errors;
}
/**
* @param bool
*/
public function setJobComplete($jobComplete)
{
$this->jobComplete = $jobComplete;
}
/**
* @return bool
*/
public function getJobComplete()
{
return $this->jobComplete;
}
/**
* @param JobReference
*/
public function setJobReference(JobReference $jobReference)
{
$this->jobReference = $jobReference;
}
/**
* @return JobReference
*/
public function getJobReference()
{
return $this->jobReference;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param string
*/
public function setNumDmlAffectedRows($numDmlAffectedRows)
{
$this->numDmlAffectedRows = $numDmlAffectedRows;
}
/**
* @return string
*/
public function getNumDmlAffectedRows()
{
return $this->numDmlAffectedRows;
}
/**
* @param string
*/
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
/**
* @return string
*/
public function getPageToken()
{
return $this->pageToken;
}
/**
* @param TableRow[]
*/
public function setRows($rows)
{
$this->rows = $rows;
}
/**
* @return TableRow[]
*/
public function getRows()
{
return $this->rows;
}
/**
* @param TableSchema
*/
public function setSchema(TableSchema $schema)
{
$this->schema = $schema;
}
/**
* @return TableSchema
*/
public function getSchema()
{
return $this->schema;
}
/**
* @param SessionInfo
*/
public function setSessionInfo(SessionInfo $sessionInfo)
{
$this->sessionInfo = $sessionInfo;
}
/**
* @return SessionInfo
*/
public function getSessionInfo()
{
return $this->sessionInfo;
}
/**
* @param string
*/
public function setTotalBytesProcessed($totalBytesProcessed)
{
$this->totalBytesProcessed = $totalBytesProcessed;
}
/**
* @return string
*/
public function getTotalBytesProcessed()
{
return $this->totalBytesProcessed;
}
/**
* @param string
*/
public function setTotalRows($totalRows)
{
$this->totalRows = $totalRows;
}
/**
* @return string
*/
public function getTotalRows()
{
return $this->totalRows;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(QueryResponse::class, 'Google_Service_Bigquery_QueryResponse');