Class: Google::Cloud::Bigquery::Storage::V1::BatchCommitWriteStreamsRequest

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 BatchCommitWriteStreams.

Instance Attribute Summary collapse

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

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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