public static class BigQuery.JobOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static BigQuery.JobOption |
fields(BigQuery.JobField... fields)
Returns an option to specify the job's fields to be returned by the RPC call.
|
int |
hashCode() |
String |
toString() |
public static BigQuery.JobOption fields(BigQuery.JobField... fields)
JobOption.fields()
can be used to
specify only the fields of interest. JobInfo.getJobId()
as well as type-specific
configuration (e.g. QueryJobConfiguration.getQuery()
for Query Jobs) are always
returned, even if not specified.Copyright © 2019 Google LLC. All rights reserved.