public static class BigQuery.DatasetOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static BigQuery.DatasetOption |
fields(BigQuery.DatasetField... fields)
Returns an option to specify the dataset's fields to be returned by the RPC call.
|
int |
hashCode() |
String |
toString() |
public static BigQuery.DatasetOption fields(BigQuery.DatasetField... fields)
DatasetOption.fields
can be
used to specify only the fields of interest. DatasetInfo.getDatasetId()
is always
returned, even if not specified.Copyright © 2019 Google LLC. All rights reserved.