dtkt.event.v1beta1messages.protoEventSource
MessageRepresents an event source supported by the service.
| Field | Type | Number | Description |
|---|---|---|---|
| strategy | EventSourceStrategy dtkt.event.v1beta1.EventSourceStrategy | 1 | The strategy used by the event source. |
| name | string | 2 | Name of the event source. |
| description | string | 3 | Description of the event source. |
| config_schema | TypeSchema dtkt.shared.v1beta1.TypeSchema | 4 | Schema for configuring the event source. |
| requires_creation | bool | 5 | Specifies if creation is required before using the event source. |
| config | Any google.protobuf.Any | 6 | Configuration of the event source, if any (only available when requires_creation is true and it has been created). |
| pull_freq | Duration google.protobuf.Duration | 7 | Pull frequency of the event source, if any (only available when strategy is PULL, requires_creation is true, and it has been created). |
| push_url | string | 8 | Push URL of the event source, if any (only available when strategy is PUSH, requires_creation is true, and it has been created). |