Class: Google::Cloud::Bigquery::Storage::V1::BatchCommitWriteStreamsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::BatchCommitWriteStreamsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/storage.rb
Overview
Request message for BatchCommitWriteStreams
.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#write_streams ⇒ ::Array<::String>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Parent table that all the streams should belong to, in the form
of projects/{project}/datasets/{dataset}/tables/{table}
.
442 443 444 445 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 442 class BatchCommitWriteStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#write_streams ⇒ ::Array<::String>
Returns Required. The group of streams that will be committed atomically.
442 443 444 445 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 442 class BatchCommitWriteStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |