public static class BigQuery.DatasetListOption extends Object
Modifier and Type | Method and Description |
---|---|
static BigQuery.DatasetListOption |
all()
Returns an options to list all datasets, even hidden ones.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static BigQuery.DatasetListOption |
pageSize(long pageSize)
Returns an option to specify the maximum number of datasets returned per page.
|
static BigQuery.DatasetListOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing datasets.
|
String |
toString() |
public static BigQuery.DatasetListOption pageSize(long pageSize)
public static BigQuery.DatasetListOption pageToken(String pageToken)
public static BigQuery.DatasetListOption all()
Copyright © 2019 Google LLC. All rights reserved.