Reference documentation and code samples for the Google BigQuery Storage V1 Client class CreateWriteStreamRequest.
Request message for CreateWriteStream
.
Generated from protobuf message google.cloud.bigquery.storage.v1.CreateWriteStreamRequest
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Reference to the table to which the stream belongs, in the format of |
↳ write_stream |
Google\Cloud\BigQuery\Storage\V1\WriteStream
Required. Stream to be created. |
getParent
Required. Reference to the table to which the stream belongs, in the format
of projects/{project}/datasets/{dataset}/tables/{table}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Reference to the table to which the stream belongs, in the format
of projects/{project}/datasets/{dataset}/tables/{table}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getWriteStream
Required. Stream to be created.
Returns | |
---|---|
Type | Description |
Google\Cloud\BigQuery\Storage\V1\WriteStream|null |
hasWriteStream
clearWriteStream
setWriteStream
Required. Stream to be created.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BigQuery\Storage\V1\WriteStream
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. Reference to the table to which the stream belongs, in the format
of |
writeStream |
Google\Cloud\BigQuery\Storage\V1\WriteStream
Required. Stream to be created. |
Returns | |
---|---|
Type | Description |
Google\Cloud\BigQuery\Storage\V1\CreateWriteStreamRequest |