dtkt.event.v1beta1messages.protoUpdateEventSourceRequest
MessageRequest to update an event source.
| Field | Type | Number | Description |
|---|---|---|---|
| event_source | EventSource dtkt.event.v1beta1.EventSource | 1 | Event source to update. |
| config | Any google.protobuf.Any | 2 | Configuration of the event source. |
| pull_freq | Duration google.protobuf.Duration | 3 | Pull frequency of the event source, if any (only supported when strategy is PULL). |
| push_url | string | 4 | Push URL of the event source, if any (only supported when strategy is PUSH). |