Uses of Class
com.google.cloud.bigquery.RoutineArgument.Builder
Packages that use RoutineArgument.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of RoutineArgument.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return RoutineArgument.BuilderModifier and TypeMethodDescriptionstatic RoutineArgument.BuilderRoutineArgument.newBuilder()Returns a builder for aRoutineArgumentobject.abstract RoutineArgument.BuilderRoutineArgument.Builder.setDataType(StandardSQLDataType dataType) Sets the data type specification for the argument.abstract RoutineArgument.BuilderSets the kind of argument.abstract RoutineArgument.BuilderOptionally specifies the input/output mode of the argument.abstract RoutineArgument.BuilderSets the argument name.abstract RoutineArgument.BuilderRoutineArgument.toBuilder()Returns a builder pre-populated using the current values of thisRoutineArgument.