Uses of Class
com.google.cloud.bigquery.RoutineArgument
-
Packages that use RoutineArgument Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of RoutineArgument in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return RoutineArgument Modifier and Type Method Description abstract RoutineArgument
RoutineArgument.Builder. build()
Creates aRoutineArgument
object.Methods in com.google.cloud.bigquery that return types with arguments of type RoutineArgument Modifier and Type Method Description List<RoutineArgument>
RoutineInfo. getArguments()
Returns the list of arguments for the routine.Method parameters in com.google.cloud.bigquery with type arguments of type RoutineArgument Modifier and Type Method Description Routine.Builder
Routine.Builder. setArguments(List<RoutineArgument> arguments)
abstract RoutineInfo.Builder
RoutineInfo.Builder. setArguments(List<RoutineArgument> argumentList)
Specifies the list of input/output arguments for the routine.
-