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 classRoutineA Google BigQuery Routine.Methods in com.google.cloud.bigquery that return RoutineInfo Modifier and Type Method Description abstract RoutineInfoRoutineInfo.Builder. build()Creates aRoutineInfoobject.static RoutineInfoRoutineInfo. of(RoutineId routineId)Returns aRoutineInfoobject given routine identity.Methods in com.google.cloud.bigquery with parameters of type RoutineInfo Modifier and Type Method Description RoutineBigQuery. create(RoutineInfo routineInfo, BigQuery.RoutineOption... options)Creates a new routine.RoutineBigQuery. update(RoutineInfo routineInfo, BigQuery.RoutineOption... options)Updates routine information.
-