Reference documentation and code samples for the Google BigQuery Storage V1 Client class ReadStream.
Information about a single stream that gets data out of the storage system.
Most of the information about ReadStream
instances is aggregated, making
ReadStream
lightweight.
Generated from protobuf message google.cloud.bigquery.storage.v1.ReadStream
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. Name of the stream, in the form |
getName
Output only. Name of the stream, in the form
projects/{project_id}/locations/{location}/sessions/{session_id}/streams/{stream_id}
.
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Name of the stream, in the form
projects/{project_id}/locations/{location}/sessions/{session_id}/streams/{stream_id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |