Package com.google.cloud.bigquery
Class TableResult.Builder
java.lang.Object
com.google.cloud.bigquery.TableResult.Builder
- Enclosing class:
- TableResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TableResultbuild()Creates a @code TableResult} object.abstract TableResult.Builderabstract TableResult.BuildersetPageNoSchema(com.google.api.gax.paging.Page<FieldValueList> pageNoSchema) abstract TableResult.BuildersetQueryId(String queryId) abstract TableResult.Builderabstract TableResult.BuildersetTotalRows(Long totalRows) Sets the total number of rows in the complete result set, which can be more than the number of rows in the first page of results returned byTableResult.getValues().
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setSchema
-
setTotalRows
Sets the total number of rows in the complete result set, which can be more than the number of rows in the first page of results returned byTableResult.getValues(). -
setJobId
-
setPageNoSchema
public abstract TableResult.Builder setPageNoSchema(com.google.api.gax.paging.Page<FieldValueList> pageNoSchema) -
setQueryId
-
build
Creates a @code TableResult} object.
-