Package com.google.cloud.bigquery
Class BigQuery.RoutineOption
java.lang.Object
com.google.cloud.bigquery.BigQuery.RoutineOption
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- BigQuery
Class for specifying table get, create and update options.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic BigQuery.RoutineOptionfields(BigQuery.RoutineField... fields) Returns an option to specify the routines's fields to be returned by the RPC call.inthashCode()toString()
-
Method Details
-
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.fieldscan be used to specify only the fields of interest. -
equals
-
hashCode
public int hashCode() -
toString
-