Class: Google::Cloud::Bigquery::Storage::V1::FinalizeWriteStreamResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#row_count::Integer

Returns Number of rows in the finalized stream.

Returns:

  • (::Integer)

    Number of rows in the finalized stream.



479
480
481
482
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 479

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