Represents a BigQuery parameter value.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field parameter_value . Parameter value. parameter_value can be only one of the following: |
|
value |
Value for a non-array, non-struct parameter. |
arrayValue |
Value for an array parameter. |
structValue |
Value for a struct parameter. |
ArrayValue
Defines an array parameter value.
JSON representation |
---|
{
"values": [
{
object ( |
Fields | |
---|---|
values[] |
The array values. |
StructValue
Defines a struct parameter value.
JSON representation |
---|
{
"values": {
string: {
object ( |
Fields | |
---|---|
values |
The struct field values keyed by field name. An object containing a list of |