The fraction of rows assigned to the stream that have been processed by the server so far, not including the rows in the current response message. This value, along with at_response_end, can be used to interpolate the progress made as the rows in the message are being processed using the following formula: at_response_start + (at_response_end - at_response_start) * rows_processed_from_response / rows_in_response. Note that if a filter is provided, the at_response_end value of the previous response may not necessarily be equal to the at_response_start value of the current response.
↳ at_response_end
float
Similar to at_response_start, except that this value includes the rows in the current response.
getAtResponseStart
The fraction of rows assigned to the stream that have been processed by
the server so far, not including the rows in the current response
message.
This value, along with at_response_end, can be used to interpolate
the progress made as the rows in the message are being processed using
the following formula: at_response_start + (at_response_end -
at_response_start) * rows_processed_from_response / rows_in_response.
Note that if a filter is provided, the at_response_end value of the
previous response may not necessarily be equal to the
at_response_start value of the current response.
Returns
Type
Description
float
setAtResponseStart
The fraction of rows assigned to the stream that have been processed by
the server so far, not including the rows in the current response
message.
This value, along with at_response_end, can be used to interpolate
the progress made as the rows in the message are being processed using
the following formula: at_response_start + (at_response_end -
at_response_start) * rows_processed_from_response / rows_in_response.
Note that if a filter is provided, the at_response_end value of the
previous response may not necessarily be equal to the
at_response_start value of the current response.
Parameter
Name
Description
var
float
Returns
Type
Description
$this
getAtResponseEnd
Similar to at_response_start, except that this value includes the
rows in the current response.
Returns
Type
Description
float
setAtResponseEnd
Similar to at_response_start, except that this value includes the
rows in the current response.
[[["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,["# Google BigQuery Storage V1 Client - Class Progress (2.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.5 (latest)](/php/docs/reference/cloud-bigquery-storage/latest/V1.StreamStats.Progress)\n- [2.1.4](/php/docs/reference/cloud-bigquery-storage/2.1.4/V1.StreamStats.Progress)\n- [2.0.0](/php/docs/reference/cloud-bigquery-storage/2.0.0/V1.StreamStats.Progress)\n- [1.10.4](/php/docs/reference/cloud-bigquery-storage/1.10.4/V1.StreamStats.Progress)\n- [1.9.0](/php/docs/reference/cloud-bigquery-storage/1.9.0/V1.StreamStats.Progress)\n- [1.8.0](/php/docs/reference/cloud-bigquery-storage/1.8.0/V1.StreamStats.Progress)\n- [1.7.1](/php/docs/reference/cloud-bigquery-storage/1.7.1/V1.StreamStats.Progress)\n- [1.6.0](/php/docs/reference/cloud-bigquery-storage/1.6.0/V1.StreamStats.Progress)\n- [1.5.0](/php/docs/reference/cloud-bigquery-storage/1.5.0/V1.StreamStats.Progress)\n- [1.4.1](/php/docs/reference/cloud-bigquery-storage/1.4.1/V1.StreamStats.Progress)\n- [1.3.2](/php/docs/reference/cloud-bigquery-storage/1.3.2/V1.StreamStats.Progress)\n- [1.2.12](/php/docs/reference/cloud-bigquery-storage/1.2.12/V1.StreamStats.Progress) \nReference documentation and code samples for the Google BigQuery Storage V1 Client class Progress.\n\nGenerated from protobuf message `google.cloud.bigquery.storage.v1.StreamStats.Progress`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery \\\\ Storage \\\\ V1 \\\\ StreamStats\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getAtResponseStart\n\nThe fraction of rows assigned to the stream that have been processed by\nthe server so far, not including the rows in the current response\nmessage.\n\nThis value, along with `at_response_end`, can be used to interpolate\nthe progress made as the rows in the message are being processed using\nthe following formula: `at_response_start + (at_response_end -\nat_response_start) * rows_processed_from_response / rows_in_response`.\nNote that if a filter is provided, the `at_response_end` value of the\nprevious response may not necessarily be equal to the\n`at_response_start` value of the current response.\n\n### setAtResponseStart\n\nThe fraction of rows assigned to the stream that have been processed by\nthe server so far, not including the rows in the current response\nmessage.\n\nThis value, along with `at_response_end`, can be used to interpolate\nthe progress made as the rows in the message are being processed using\nthe following formula: `at_response_start + (at_response_end -\nat_response_start) * rows_processed_from_response / rows_in_response`.\nNote that if a filter is provided, the `at_response_end` value of the\nprevious response may not necessarily be equal to the\n`at_response_start` value of the current response.\n\n### getAtResponseEnd\n\nSimilar to `at_response_start`, except that this value includes the\nrows in the current response.\n\n### setAtResponseEnd\n\nSimilar to `at_response_start`, except that this value includes the\nrows in the current response."]]