Uses of Class
com.google.cloud.bigquery.QueryParameterValue.Builder
Packages that use QueryParameterValue.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of QueryParameterValue.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return QueryParameterValue.BuilderModifier and TypeMethodDescriptionstatic QueryParameterValue.BuilderQueryParameterValue.newBuilder()Returns a builder for theQueryParameterValueobject.abstract QueryParameterValue.BuilderQueryParameterValue.Builder.setArrayType(StandardSQLTypeName arrayType) Sets the data type of the array elements.QueryParameterValue.Builder.setArrayValues(List<QueryParameterValue> arrayValues) Sets array values.QueryParameterValue.Builder.setRangeValues(Range range) Sets range values.QueryParameterValue.Builder.setStructTypes(Map<String, QueryParameterValue> structTypes) Sets the data type of the struct elements.QueryParameterValue.Builder.setStructValues(Map<String, QueryParameterValue> structValues) Sets struct values.abstract QueryParameterValue.BuilderQueryParameterValue.Builder.setType(StandardSQLTypeName type) Sets the parameter data type.abstract QueryParameterValue.BuilderSets the value to the given scalar value.abstract QueryParameterValue.BuilderQueryParameterValue.toBuilder()Returns a builder for a QueryParameterValue object with given value.