Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::CreateWriteStreamRequest.
Request message for CreateWriteStream
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Reference to the table to which the stream belongs, in the format
of
projects/{project}/datasets/{dataset}/tables/{table}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Reference to the table to which the stream belongs, in the format
of
projects/{project}/datasets/{dataset}/tables/{table}
.
Returns
-
(::String) — Required. Reference to the table to which the stream belongs, in the format
of
projects/{project}/datasets/{dataset}/tables/{table}
.
#write_stream
def write_stream() -> ::Google::Cloud::Bigquery::Storage::V1::WriteStream
Returns
- (::Google::Cloud::Bigquery::Storage::V1::WriteStream) — Required. Stream to be created.
#write_stream=
def write_stream=(value) -> ::Google::Cloud::Bigquery::Storage::V1::WriteStream
Parameter
- value (::Google::Cloud::Bigquery::Storage::V1::WriteStream) — Required. Stream to be created.
Returns
- (::Google::Cloud::Bigquery::Storage::V1::WriteStream) — Required. Stream to be created.