R
- type of result produced by the staging process Output
.public final class BigQueryStoreResult<R> extends Object implements Serializable
GoogleCloudStorageFileSet
.Constructor and Description |
---|
BigQueryStoreResult(R result,
com.google.api.services.bigquery.model.TableSchema schema) |
public BigQueryStoreResult(R result, com.google.api.services.bigquery.model.TableSchema schema)
result
- of writing data to the staging area.schema
- a wrapper around TableSchema
to make it serializable.public R getResult()
public com.google.api.services.bigquery.model.TableSchema getSchema()
Copyright © 2015 Google. All rights reserved.