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.

$this
setValues(Value[]|RepeatedField $var)

The ordered values in the list.

Details

at line 37
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type \Google\Api\Expr\V1beta1\Value[]|\Google\Protobuf\Internal\RepeatedField $values
      The ordered values in the list.

}

at line 48
RepeatedField getValues()

The ordered values in the list.

Generated from protobuf field repeated .google.api.expr.v1beta1.Value values = 1;

Return Value

RepeatedField

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;

Parameters

Value[]|RepeatedField $var

Return Value

$this