Google Cloud Pub/Sub Subscribe
Import data from Google Cloud Pub/Sub.
Properties
Name | Type | |
---|---|---|
engine | String=gcppubsub:subscribe | |
credentials | String | |
project | String | |
topic | String | |
decoder | String | |
schema | Object |
engine
Must be gcppubsub:subscribe
.
- Required
- Yes
credentials
JSON blob of your service account.
- Required
- Yes
project
The name of the Google Cloud project.
- Required
- No
topic
The topic to subscribe to.
- Required
- No
decoder
The format of the data. See Parsing Data for details.
- Required
- Yes
- Enum
-
csv
json
ndjson
msgpack
protobuf
parquet
html
xml
regex
schema
Define a schema for the data.
- Required
- Yes