Class BatchCommitWriteStreamsResponse (2.8.0)

BatchCommitWriteStreamsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for BatchCommitWriteStreams. .. attribute:: commit_time

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.

:type: google.protobuf.timestamp_pb2.Timestamp

Attribute

NameDescription
stream_errors Sequence[google.cloud.bigquery_storage_v1beta2.types.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.