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.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.
at line 47
RepeatedField
getExprs()
The ids of the expressions with unknown values.
Generated from protobuf field repeated int64 exprs = 1;
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;