ListValue
class ListValue extends Message
ListValue
is a wrapper around a repeated field of values.
The JSON representation for ListValue
is JSON array.
Protobuf type Google\Protobuf\ListValue
Methods
__construct()
No description
RepeatedField
getValues()
Repeated field of dynamically typed values.
setValues(array|RepeatedField $var)
Repeated field of dynamically typed values.
Details
at line 26
__construct()
at line 37
RepeatedField
getValues()
Repeated field of dynamically typed values.
Generated from protobuf field repeated .google.protobuf.Value values = 1;
at line 48
setValues(array|RepeatedField $var)
Repeated field of dynamically typed values.
Generated from protobuf field repeated .google.protobuf.Value values = 1;