Class Routine

java.lang.Object
com.google.cloud.bigquery.RoutineInfo
com.google.cloud.bigquery.Routine
All Implemented Interfaces:
Serializable

public class Routine extends RoutineInfo
A Google BigQuery Routine.

Objects of this class are immutable. Operations that modify the routine like update(com.google.cloud.bigquery.BigQuery.RoutineOption...) return a new object. To get a routine object with the most recent information use reload(com.google.cloud.bigquery.BigQuery.RoutineOption...).

See Also: