Class BatchCommitWriteStreamsResponse (2.3.0)

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

Response message for BatchCommitWriteStreams.

Attributes

NameDescription
commit_time google.protobuf.timestamp_pb2.Timestamp
The time at which streams were committed in microseconds granularity. This field will only exist when there is no stream errors.
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.