Class Google::Cloud::Bigquery::Storage::V1::AppendRowsResponse::AppendResult (v0.9.2)

AppendResult is returned for successful append requests.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#offset

def offset() -> ::Google::Protobuf::Int64Value
Returns
  • (::Google::Protobuf::Int64Value) — The row offset at which the last append occurred. The offset will not be set if appending using default streams.

#offset=

def offset=(value) -> ::Google::Protobuf::Int64Value
Parameter
  • value (::Google::Protobuf::Int64Value) — 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.