Class: Google::Cloud::Bigquery::Storage::V1::AppendRowsResponse::AppendResult
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::AppendRowsResponse::AppendResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/storage.rb
Overview
AppendResult is returned for successful append requests.
Instance Attribute Summary collapse
-
#offset ⇒ ::Google::Protobuf::Int64Value
The row offset at which the last append occurred.
Instance Attribute Details
#offset ⇒ ::Google::Protobuf::Int64Value
Returns The row offset at which the last append occurred. The offset will not be set if appending using default streams.
414 415 416 417 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 414 class AppendResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |