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.v1alpha1.UnknownSet

Methods

__construct(array $data = NULL)

Constructor.

RepeatedField
getExprs()

The ids of the expressions with unknown values.

$this
setExprs(int[]|string[]|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 int[]|string[]|\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 int64 exprs = 1;

Return Value

RepeatedField

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

The ids of the expressions with unknown values.

Generated from protobuf field repeated int64 exprs = 1;

Parameters

int[]|string[]|RepeatedField $var

Return Value

$this