ValueType Stay organized with collections Save and categorize content based on your preferences.
The type of the parameter.
| JSON representation |
|---|
{// Union field |
| Fields | |
|---|---|
Union field
| |
stringValue |
String. |
intValue |
Integer. |
doubleValue |
Double Number. |
booleanValue |
Boolean. |
stringArray |
String Array. |
intArray |
Integer Array. |
doubleArray |
Double Number Array. |
booleanArray |
Boolean Array. |
jsonValue |
Json. |
StringParameterArray
This message only contains a field of string array.
| JSON representation |
|---|
{"stringValues":[string]} |
| Fields | |
|---|---|
stringValues[] |
String array. |
IntParameterArray
This message only contains a field of integer array.
| JSON representation |
|---|
{"intValues":[string]} |
| Fields | |
|---|---|
intValues[] |
Integer array. |
DoubleParameterArray
This message only contains a field of double number array.
| JSON representation |
|---|
{"doubleValues":[number]} |
| Fields | |
|---|---|
doubleValues[] |
Double number array. |
BooleanParameterArray
This message only contains a field of boolean array.
| JSON representation |
|---|
{"booleanValues":[boolean]} |
| Fields | |
|---|---|
booleanValues[] |
Boolean array. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-22 UTC.