class Google::Cloud::Bigquery::Table

def etag

Returns:
  • (String, nil) - The ETag hash, or `nil` if the object is a
def etag
  return nil if reference?
  ensure_full_data!
  @gapi.etag
end