If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof.
Generated from protobuf field <code>optional int32 oneof_index = 9;</code>
int
public function getOneofIndex() { return isset($this->oneof_index) ? $this->oneof_index : 0; }