Package com.google.cloud.bigquery
Class Parameter
java.lang.Object
com.google.cloud.bigquery.Parameter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetName()Returns the name of the query parameter.abstract QueryParameterValuegetValue()Returns the value for a query parameter along with its type.static Parameter.BuilderReturns a builder for aParameterobject.abstract Parameter.BuilderReturns a builder pre-populated using the current values of this field.
-
Method Details
-
getName
Returns the name of the query parameter. If unset, this is a positional parameter. Otherwise, should be unique within a query.- Returns:
- value or
nullfor none
-
getValue
Returns the value for a query parameter along with its type. -
toBuilder
Returns a builder pre-populated using the current values of this field. -
newBuilder
Returns a builder for aParameterobject.
-