- In PubSub, a full topic resource name is in the format of
projects/{project_id}/topics/{topic_name}
. However, for specifying the topic value for data_source_config, you ONLY need to specify the{topic_name}
, for e.g ethereum.transactions - When specifying
data_destination_config
:- If the delivery_type is
PULL
, ONLY “type” field is required. - If the delivery_type is
PUSH
, BOTH “type” and “webhook_url” fields are required.
- If the delivery_type is
Authorizations
Body
application/json