Class ParameterType (1.34.0)

ParameterType(value)

Parameter types are used for validation. These types are consistent with [google.protobuf.Value][].

Enums

Name Description
PARAMETER_TYPE_UNSPECIFIED Not specified. No validation will be performed.
STRING Represents any string value.
NUMBER Represents any number value.
BOOLEAN Represents a boolean value.
NULL Represents a null value.
OBJECT Represents any object value.
LIST Represents a repeated value.