Class: Google::Cloud::Bigquery::Storage::V1::BatchCommitWriteStreamsResponse

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

Response message for BatchCommitWriteStreams.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_time::Google::Protobuf::Timestamp

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



460
461
462
463
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 460

class BatchCommitWriteStreamsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#stream_errors::Array<::Google::Cloud::Bigquery::Storage::V1::StorageError>

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



460
461
462
463
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 460

class BatchCommitWriteStreamsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end