Class BigQuery.RoutineOption (2.48.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticclass BigQuery.RoutineOptionextendsOptionClass for specifying table get, create and update options.
Inherited Members
com.google.cloud.bigquery.Option.equals(java.lang.Object)
com.google.cloud.bigquery.Option.hashCode()
com.google.cloud.bigquery.Option.toString()
Static Methods
fields(BigQuery.RoutineField[] fields)
publicstaticBigQuery.RoutineOptionfields(BigQuery.RoutineField[]fields)Returns an option to specify the routines's fields to be returned by the RPC call. If this
option is not provided all model's fields are returned. RoutineOption.fields can be
used to specify only the fields of interest.
| Parameter | |
|---|---|
| Name | Description |
fields |
RoutineField[] |
| Returns | |
|---|---|
| Type | Description |
BigQuery.RoutineOption |
|