Reference documentation and code samples for the Google BigQuery Storage V1 Client class ReadRowsRequest.
Request message for ReadRows.
Generated from protobuf message google.cloud.bigquery.storage.v1.ReadRowsRequest
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ read_stream
string
Required. Stream to read rows from.
↳ offset
int|string
The offset requested must be less than the last row read from Read. Requesting a larger offset is undefined. If not specified, start reading from offset zero.
getReadStream
Required. Stream to read rows from.
Returns
Type
Description
string
setReadStream
Required. Stream to read rows from.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOffset
The offset requested must be less than the last row read from Read.
Requesting a larger offset is undefined. If not specified, start reading
from offset zero.
Returns
Type
Description
int|string
setOffset
The offset requested must be less than the last row read from Read.
Requesting a larger offset is undefined. If not specified, start reading
from offset zero.
Parameter
Name
Description
var
int|string
Returns
Type
Description
$this
static::build
Parameters
Name
Description
readStream
string
Required. Stream to read rows from. Please see
BigQueryReadClient::readStreamName() for help formatting this field.
offset
int
The offset requested must be less than the last row read from Read.
Requesting a larger offset is undefined. If not specified, start reading
from offset zero.
[[["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 ReadRowsRequest (2.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.5 (latest)](/php/docs/reference/cloud-bigquery-storage/latest/V1.ReadRowsRequest)\n- [2.1.4](/php/docs/reference/cloud-bigquery-storage/2.1.4/V1.ReadRowsRequest)\n- [2.0.0](/php/docs/reference/cloud-bigquery-storage/2.0.0/V1.ReadRowsRequest)\n- [1.10.4](/php/docs/reference/cloud-bigquery-storage/1.10.4/V1.ReadRowsRequest)\n- [1.9.0](/php/docs/reference/cloud-bigquery-storage/1.9.0/V1.ReadRowsRequest)\n- [1.8.0](/php/docs/reference/cloud-bigquery-storage/1.8.0/V1.ReadRowsRequest)\n- [1.7.1](/php/docs/reference/cloud-bigquery-storage/1.7.1/V1.ReadRowsRequest)\n- [1.6.0](/php/docs/reference/cloud-bigquery-storage/1.6.0/V1.ReadRowsRequest)\n- [1.5.0](/php/docs/reference/cloud-bigquery-storage/1.5.0/V1.ReadRowsRequest)\n- [1.4.1](/php/docs/reference/cloud-bigquery-storage/1.4.1/V1.ReadRowsRequest)\n- [1.3.2](/php/docs/reference/cloud-bigquery-storage/1.3.2/V1.ReadRowsRequest)\n- [1.2.12](/php/docs/reference/cloud-bigquery-storage/1.2.12/V1.ReadRowsRequest) \nReference documentation and code samples for the Google BigQuery Storage V1 Client class ReadRowsRequest.\n\nRequest message for `ReadRows`.\n\nGenerated from protobuf message `google.cloud.bigquery.storage.v1.ReadRowsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery \\\\ Storage \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getReadStream\n\nRequired. Stream to read rows from.\n\n### setReadStream\n\nRequired. Stream to read rows from.\n\n### getOffset\n\nThe offset requested must be less than the last row read from Read.\n\nRequesting a larger offset is undefined. If not specified, start reading\nfrom offset zero.\n\n### setOffset\n\nThe offset requested must be less than the last row read from Read.\n\nRequesting a larger offset is undefined. If not specified, start reading\nfrom offset zero.\n\n### static::build"]]