Class: Google::Cloud::Bigquery::Storage::V1::AppendRowsResponse::AppendResult

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

AppendResult is returned for successful append requests.

Instance Attribute Summary collapse

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.

Returns:

  • (::Google::Protobuf::Int64Value)

    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