ParamValue

The possible parameter value types.

JSON representation
{
 // Union field kind can be only one of the following:
 "stringValue": string,
 "boolValue": boolean,
 "stringListValue": {
 object (StringList )
 },
 "numberValue": number,
 "oneofValue": {
 object (Parameter )
 }
 // End of list of possible types for union field kind.
}
Fields
Union field kind. The list of possible parameter value types. kind can be only one of the following:
stringValue

string

A string value.

boolValue

boolean

A boolean value.

stringListValue

object (StringList )

A repeated string.

numberValue

number

A double value.

oneofValue

object (Parameter )

Sub-parameter values.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月15日 UTC.