Google Pub Sub (prebuilt connector)
Last updated
Last updated
Google Pub Sub is used for streaming analytics and data integration pipelines to load and distribute data.
API documentation for Google Pub Sub (used to build this connector) can be found via the link below:
When adding connector instances for Google Pub Sub, the following authentication methods are supported:
When a user chooses to add a connector instance using OAuth 2 (authorisation code) authentication, the credentials below are prompted:
Credential | Required? | Notes |
---|---|---|
State length
This is a numeric value which determines the length of a random string generated (behind the scenes) during the OAuth process, for verification purposes. Our suggested setting is 50
.
Scope
Leave set to https://www.googleapis.com/auth/pubsub
Client ID
The client ID generated for Patchworks in Google Pub Sub.
Client secret
The client secret generated for Patchworks in Google Pub Sub.
Response authentication token key
Leave set to the default access_token
.
Grant type
Leave set to the default authorization_code
.
Response type key
Leave set to the default code
.
Refresh grant type
Leave set to the default refresh_token
.
Response refresh token key
Leave set to the default refresh_token
.