[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# BigQuery Client - Class InsertResponse (1.34.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.34.0 (latest)](/php/docs/reference/cloud-bigquery/latest/InsertResponse)\n- [1.33.1](/php/docs/reference/cloud-bigquery/1.33.1/InsertResponse)\n- [1.32.0](/php/docs/reference/cloud-bigquery/1.32.0/InsertResponse)\n- [1.31.1](/php/docs/reference/cloud-bigquery/1.31.1/InsertResponse)\n- [1.30.3](/php/docs/reference/cloud-bigquery/1.30.3/InsertResponse)\n- [1.29.0](/php/docs/reference/cloud-bigquery/1.29.0/InsertResponse)\n- [1.28.3](/php/docs/reference/cloud-bigquery/1.28.3/InsertResponse)\n- [1.27.0](/php/docs/reference/cloud-bigquery/1.27.0/InsertResponse)\n- [1.26.1](/php/docs/reference/cloud-bigquery/1.26.1/InsertResponse)\n- [1.25.1](/php/docs/reference/cloud-bigquery/1.25.1/InsertResponse)\n- [1.24.2](/php/docs/reference/cloud-bigquery/1.24.2/InsertResponse)\n- [1.23.10](/php/docs/reference/cloud-bigquery/1.23.10/InsertResponse) \nReference documentation and code samples for the BigQuery Client class InsertResponse.\n\nRepresents the result of streaming data into a table.\n\nThis class should be not instantiated directly, but as a result of calling\n[Table::insertRow()](/php/docs/reference/cloud-bigquery/latest/Table#_Google_Cloud_BigQuery_Table__insertRow__) or\n[Table::insertRows()](/php/docs/reference/cloud-bigquery/latest/Table#_Google_Cloud_BigQuery_Table__insertRows__).\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery\n\nMethods\n-------\n\n### __construct\n\n### isSuccessful\n\nDetermines if the request was successful.\n\nExample: \n\n if (!$insertResponse-\u003eisSuccessful()) {\n print_r($insertResponse-\u003efailedRows());\n }\n\n### failedRows\n\nSee also:\n\n- [Tabledata insertAll API response documentation.](https://cloud.google.com/bigquery/docs/reference/rest/v2/tabledata/insertAll#response-body)\n\n### info\n\nSee also:\n\n- [Tabledata insertAll API response documentation.](https://cloud.google.com/bigquery/docs/reference/rest/v2/tabledata/insertAll#response-body)"]]