public static class BigQuery.TableDataListOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static BigQuery.TableDataListOption |
pageSize(long pageSize)
Returns an option to specify the maximum number of rows returned per page.
|
static BigQuery.TableDataListOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing table data.
|
static BigQuery.TableDataListOption |
startIndex(long index)
Returns an option that sets the zero-based index of the row from which to start listing table
data.
|
String |
toString() |
public static BigQuery.TableDataListOption pageSize(long pageSize)
public static BigQuery.TableDataListOption pageToken(String pageToken)
public static BigQuery.TableDataListOption startIndex(long index)
Copyright © 2019 Google LLC. All rights reserved.