ListValue
class ListValue extends Message
A list.
Wrapped in a message so 'not set' and empty can be differentiated, which is required for use in a 'oneof'.
Generated from protobuf message google.api.expr.v1beta1.ListValue
Methods
__construct(array $data = NULL)
Constructor.
RepeatedField
getValues()
The ordered values in the list.
Details
at line 37
__construct(array $data = NULL)
Constructor.
at line 48
RepeatedField
getValues()
The ordered values in the list.
Generated from protobuf field repeated .google.api.expr.v1beta1.Value values = 1;
at line 60
$this
setValues(Value[]|RepeatedField $var)
The ordered values in the list.
Generated from protobuf field repeated .google.api.expr.v1beta1.Value values = 1;