Package com.google.cloud.bigquery
Class BigQuery.DatasetListOption
java.lang.Object
com.google.cloud.bigquery.BigQuery.DatasetListOption
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- BigQuery
Class for specifying dataset list options.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BigQuery.DatasetListOptionall()Returns an options to list all datasets, even hidden ones.booleaninthashCode()static BigQuery.DatasetListOptionlabelFilter(String labelFilter) Returns an option to specify a label filter.static BigQuery.DatasetListOptionpageSize(long pageSize) Returns an option to specify the maximum number of datasets returned per page.static BigQuery.DatasetListOptionReturns an option to specify the page token from which to start listing datasets.toString()
-
Method Details
-
labelFilter
Returns an option to specify a label filter. See https://cloud.google.com/bigquery/docs/adding-using-labels#filtering_datasets_using_labels- Parameters:
labelFilter- In the form "labels.key:value"
-
pageSize
Returns an option to specify the maximum number of datasets returned per page. -
pageToken
Returns an option to specify the page token from which to start listing datasets. -
all
Returns an options to list all datasets, even hidden ones. -
equals
-
hashCode
public int hashCode() -
toString
-