class EvalState extends Message

The state of an evaluation.

Can represent an initial, partial, or completed state of evaluation.

Generated from protobuf message google.api.expr.v1beta1.EvalState

Methods

__construct(array $data = NULL)

Constructor.

RepeatedField
getValues()

The unique values referenced in this message.

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

The unique values referenced in this message.

RepeatedField
getResults()

An ordered list of results.

$this
setResults(Result[]|RepeatedField $var)

An ordered list of results.

Details

at line 48
__construct(array $data = NULL)

Constructor.

Parameters

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

@type \Google\Api\Expr\V1beta1\ExprValue[]|\Google\Protobuf\Internal\RepeatedField $values
      The unique values referenced in this message.
@type \Google\Api\Expr\V1beta1\EvalState\Result[]|\Google\Protobuf\Internal\RepeatedField $results
      An ordered list of results.
      Tracks the flow of evaluation through the expression.
      May be sparse.

}

at line 59
RepeatedField getValues()

The unique values referenced in this message.

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

Return Value

RepeatedField

at line 71
$this setValues(ExprValue[]|RepeatedField $var)

The unique values referenced in this message.

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

Parameters

ExprValue[]|RepeatedField $var

Return Value

$this

at line 87
RepeatedField getResults()

An ordered list of results.

Tracks the flow of evaluation through the expression. May be sparse.

Generated from protobuf field repeated .google.api.expr.v1beta1.EvalState.Result results = 3;

Return Value

RepeatedField

at line 101
$this setResults(Result[]|RepeatedField $var)

An ordered list of results.

Tracks the flow of evaluation through the expression. May be sparse.

Generated from protobuf field repeated .google.api.expr.v1beta1.EvalState.Result results = 3;

Parameters

Result[]|RepeatedField $var

Return Value

$this