Class: Google::Cloud::Bigquery::Storage::V1::FinalizeWriteStreamResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::FinalizeWriteStreamResponse
- 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
-
#row_count ⇒ ::Integer
Number of rows in the finalized stream.
Instance Attribute Details
#row_count ⇒ ::Integer
Returns 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 |