BigQuery Storage V1 API - Class Google::Cloud::Bigquery::Storage::V1::CreateWriteStreamRequest (v0.12.0)

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

#write_stream=

def write_stream=(value) -> ::Google::Cloud::Bigquery::Storage::V1::WriteStream
Parameter
Returns