Class BigQuery.RoutineOption (2.39.1)

public static class BigQuery.RoutineOption extends Option

Class for specifying table get, create and update options.

Inheritance

Object > com.google.cloud.bigquery.Option > BigQuery.RoutineOption

Static Methods

fields(BigQuery.RoutineField[] fields)

public static BigQuery.RoutineOption fields(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