Class Routine (2.65.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclassRoutineextendsRoutineInfo
A Google BigQuery Routine.
Objects of this class are immutable. Operations that modify the routine like #update
return a new object. To get a routine object with the most recent information use #reload.
Update's the routine's information with this Routine's information. This method does not allow
changing the RoutineId identifier of the routine. A new Routine is returned.