Package com.google.cloud.bigquery
Class EmptyTableResult
java.lang.Object
com.google.cloud.bigquery.TableResult
com.google.cloud.bigquery.EmptyTableResult
- All Implemented Interfaces:
com.google.api.gax.paging.Page<FieldValueList>,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmptyTableResult(Schema schema) An emptyTableResultto avoid making API requests to unlistable tables. -
Method Summary
Methods inherited from class com.google.cloud.bigquery.TableResult
equals, getJobId, getNextPage, getNextPageToken, getQueryId, getSchema, getTotalRows, getValues, hashCode, hasNextPage, iterateAll, toStringMethods 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
-
EmptyTableResult
An emptyTableResultto avoid making API requests to unlistable tables.
-