Uses of Class
com.google.cloud.bigquery.RoutineInfo
-
Packages that use RoutineInfo Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of RoutineInfo in com.google.cloud.bigquery
Subclasses of RoutineInfo in com.google.cloud.bigquery Modifier and Type Class Description class
Routine
A Google BigQuery Routine.Methods in com.google.cloud.bigquery that return RoutineInfo Modifier and Type Method Description abstract RoutineInfo
RoutineInfo.Builder. build()
Creates aRoutineInfo
object.static RoutineInfo
RoutineInfo. of(RoutineId routineId)
Returns aRoutineInfo
object given routine identity.Methods in com.google.cloud.bigquery with parameters of type RoutineInfo Modifier and Type Method Description Routine
BigQuery. create(RoutineInfo routineInfo, BigQuery.RoutineOption... options)
Creates a new routine.Routine
BigQuery. update(RoutineInfo routineInfo, BigQuery.RoutineOption... options)
Updates routine information.
-