BigQuery Storage V1 API - Class Google::Cloud::Bigquery::Storage::V1::BatchCommitWriteStreamsResponse (v0.10.1)

Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::BatchCommitWriteStreamsResponse.

Response message for BatchCommitWriteStreams.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#commit_time

def commit_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The time at which streams were committed in microseconds granularity. This field will only exist when there are no stream errors. Note if this field is not set, it means the commit was not successful.

#commit_time=

def commit_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The time at which streams were committed in microseconds granularity. This field will only exist when there are no stream errors. Note if this field is not set, it means the commit was not successful.
Returns
  • (::Google::Protobuf::Timestamp) — The time at which streams were committed in microseconds granularity. This field will only exist when there are no stream errors. Note if this field is not set, it means the commit was not successful.

#stream_errors

def stream_errors() -> ::Array<::Google::Cloud::Bigquery::Storage::V1::StorageError>
Returns
  • (::Array<::Google::Cloud::Bigquery::Storage::V1::StorageError>) — Stream level error if commit failed. Only streams with error will be in the list. If empty, there is no error and all streams are committed successfully. If non empty, certain streams have errors and ZERO stream is committed due to atomicity guarantee.

#stream_errors=

def stream_errors=(value) -> ::Array<::Google::Cloud::Bigquery::Storage::V1::StorageError>
Parameter
  • value (::Array<::Google::Cloud::Bigquery::Storage::V1::StorageError>) — Stream level error if commit failed. Only streams with error will be in the list. If empty, there is no error and all streams are committed successfully. If non empty, certain streams have errors and ZERO stream is committed due to atomicity guarantee.
Returns
  • (::Array<::Google::Cloud::Bigquery::Storage::V1::StorageError>) — Stream level error if commit failed. Only streams with error will be in the list. If empty, there is no error and all streams are committed successfully. If non empty, certain streams have errors and ZERO stream is committed due to atomicity guarantee.