Protocol buffer options.
Generated from protobuf field <code>repeated .google.protobuf.Option options = 3;</code>
array<\Google\Protobuf\Option>|\Google\Protobuf\Internal\RepeatedField $var:
$this
public function setOptions($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class); $this->options = $arr; return $this; }