UnknownSet
extends Message
in package
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
Table of Contents
Properties
- $exprs : mixed
- The ids of the expressions with unknown values.
Methods
- __construct() : mixed
- Constructor.
- getExprs() : RepeatedField
- The ids of the expressions with unknown values.
- setExprs() : $this
- The ids of the expressions with unknown values.
Properties
$exprs
The ids of the expressions with unknown values.
private
mixed
$exprs
Generated from protobuf field repeated .google.api.expr.v1beta1.IdRef exprs = 1 [json_name = "exprs"];
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type array<\Google\Api\Expr\V1beta1\IdRef>|\Google\Protobuf\Internal\RepeatedField $exprs The ids of the expressions with unknown values.}
getExprs()
The ids of the expressions with unknown values.
public
getExprs() : RepeatedField
Generated from protobuf field repeated .google.api.expr.v1beta1.IdRef exprs = 1 [json_name = "exprs"];
Return values
RepeatedFieldsetExprs()
The ids of the expressions with unknown values.
public
setExprs(array<string|int, IdRef>|RepeatedField $var) : $this
Generated from protobuf field repeated .google.api.expr.v1beta1.IdRef exprs = 1 [json_name = "exprs"];
Parameters
- $var : array<string|int, IdRef>|RepeatedField