UnknownSet
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.
Details
at line 36
__construct(array $data = NULL)
Constructor.
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;
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;