Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::BatchCommitWriteStreamsRequest.
Request message for BatchCommitWriteStreams
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent table that all the streams should belong to, in the form
of
projects/{project}/datasets/{dataset}/tables/{table}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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}
.
#write_streams
def write_streams() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. The group of streams that will be committed atomically.
#write_streams=
def write_streams=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. The group of streams that will be committed atomically.
Returns
- (::Array<::String>) — Required. The group of streams that will be committed atomically.