BigQuery Storage V1 API - Class Google::Cloud::Bigquery::Storage::V1::AppendRowsResponse::AppendResult (v0.12.0)

Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::AppendRowsResponse::AppendResult.

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.