dtkt.event.v1beta1messages.proto

EventSource

Message

Represents an event source supported by the service.

FieldTypeNumberDescription
strategy
EventSourceStrategy
1

The strategy used by the event source.

namestring2

Name of the event source.

descriptionstring3

Description of the event source.

config_schema
TypeSchema
4

Schema for configuring the event source.

requires_creationbool5

Specifies if creation is required before using the event source.

config
Any
6

Configuration of the event source, if any (only available when requires_creation is true and it has been created).

pull_freq
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_urlstring8

Push URL of the event source, if any (only available when strategy is PUSH, requires_creation is true, and it has been created).