// New creates a new Update instance with the provided ID and set of options.
upd := &Update{
id: id,
state: stateCreated,
onComplete: func() {},
checkLimits: func(request *updatepb.Request) error { return nil },
instrumentation: &noopInstrumentation,