class UnknownSet extends Message

A set of expressions for which the value is unknown.

The unknowns included depend on the context. See ExprValue.unknown.

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

Methods

__construct(array $data = NULL)

Constructor.

RepeatedField
getExprs()

The ids of the expressions with unknown values.

$this
setExprs(IdRef[]|RepeatedField $var)

The ids of the expressions with unknown values.

Details

at line 36
__construct(array $data = NULL)

Constructor.

Parameters

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

@type \Google\Api\Expr\V1beta1\IdRef[]|\Google\Protobuf\Internal\RepeatedField $exprs
      The ids of the expressions with unknown values.

}

at line 47
RepeatedField getExprs()

The ids of the expressions with unknown values.

Generated from protobuf field repeated .google.api.expr.v1beta1.IdRef exprs = 1;

Return Value

RepeatedField

at line 59
$this setExprs(IdRef[]|RepeatedField $var)

The ids of the expressions with unknown values.

Generated from protobuf field repeated .google.api.expr.v1beta1.IdRef exprs = 1;

Parameters

IdRef[]|RepeatedField $var

Return Value

$this