Supported Values
data_source_config
Field | Values |
---|---|
type | PUBSUB |
data_destination_config
Field | Values |
---|---|
type | PUBSUB , KAFKA |
delivery_type | PULL , PUSH |
Important Notes
PubSub Topic FormatIn PubSub, a full topic resource name is in the format
projects/{project_id}/topics/{topic_name}
.However, for data_source_config
, you only need to specify the {topic_name}
(e.g., ethereum.transactions
).Destination Configuration Requirements
When specifyingdata_destination_config
:
- PULL delivery - Only the
type
field is required - PUSH delivery - Both
type
andwebhook_url
fields are required
Authorizations
Body
application/json