public static class BigQuery.RoutineOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static BigQuery.RoutineOption |
fields(BigQuery.RoutineField... fields)
Returns an option to specify the routines's fields to be returned by the RPC call.
|
int |
hashCode() |
String |
toString() |
public static BigQuery.RoutineOption fields(BigQuery.RoutineField... fields)
RoutineOption.fields
can be
used to specify only the fields of interest.Copyright © 2019 Google LLC. All rights reserved.