Enum value definitions.
Generated from protobuf field <code>repeated .google.protobuf.EnumValue enumvalue = 2;</code>
array<\Google\Protobuf\EnumValue>|\Google\Protobuf\Internal\RepeatedField $var:
$this
public function setEnumvalue($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\EnumValue::class); $this->enumvalue = $arr; return $this; }