Package com.google.cloud.bigquery
Class TableResult
java.lang.Object
com.google.cloud.bigquery.TableResult
- All Implemented Interfaces:
com.google.api.gax.paging.Page<FieldValueList>,Serializable
public abstract class TableResult
extends Object
implements com.google.api.gax.paging.Page<FieldValueList>, Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanabstract JobIdgetJobId()abstract com.google.api.gax.paging.Page<FieldValueList>abstract Stringabstract SchemaReturns the schema of the results.abstract longfinal inthashCode()booleanstatic TableResult.Builderabstract TableResult.BuildertoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Constructor Details
-
TableResult
public TableResult()
-
-
Method Details
-
toBuilder
-
newBuilder
-
getSchema
Returns the schema of the results. Null if the schema is not supplied. -
getTotalRows
public abstract long getTotalRows() -
getPageNoSchema
-
getJobId
-
getQueryId
-
hasNextPage
public boolean hasNextPage()- Specified by:
hasNextPagein interfacecom.google.api.gax.paging.Page<FieldValueList>
-
getNextPageToken
- Specified by:
getNextPageTokenin interfacecom.google.api.gax.paging.Page<FieldValueList>
-
getNextPage
- Specified by:
getNextPagein interfacecom.google.api.gax.paging.Page<FieldValueList>
-
iterateAll
- Specified by:
iterateAllin interfacecom.google.api.gax.paging.Page<FieldValueList>
-
getValues
- Specified by:
getValuesin interfacecom.google.api.gax.paging.Page<FieldValueList>
-
toString
-
hashCode
public final int hashCode() -
equals
-