Class: Google::Cloud::Bigquery::Storage::V1::CreateWriteStreamRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::CreateWriteStreamRequest
- 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
-
#parent ⇒ ::String
Required.
-
#write_stream ⇒ ::Google::Cloud::Bigquery::Storage::V1::WriteStream
Required.
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}
.
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.
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 |