/var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery/TableDataInsertAllRequestRows.php (1387B)
insertId = $insertId;
}
/**
* @return string
*/
public function getInsertId()
{
return $this->insertId;
}
/**
* @param array[]
*/
public function setJson($json)
{
$this->json = $json;
}
/**
* @return array[]
*/
public function getJson()
{
return $this->json;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TableDataInsertAllRequestRows::class, 'Google_Service_Bigquery_TableDataInsertAllRequestRows');