Class: Google::Cloud::Bigquery::Storage::V1::CreateWriteStreamRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/storage/v1/storage.rb

Overview

Request message for CreateWriteStream.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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}.



202
203
204
205
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 202

class CreateWriteStreamRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#write_stream::Google::Cloud::Bigquery::Storage::V1::WriteStream

Returns Required. Stream to be created.

Returns:



202
203
204
205
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 202

class CreateWriteStreamRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end