| Note | ||
|---|---|---|
| ||
To work with the Google Pub/Sub connector, you need to have a Google Cloud Platform account. If you do not have a Google Cloud Platform account, go to https://console.cloud.google.com/freetrial, and create a Google Cloud Platform trial account. |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<googlepubsub.init>
<apiUrl>{$ctx:apiUrl}</apiUrl>
<apiVersion>{$ctx:apiVersion}</apiVersion>
<accessToken>{$ctx:accessToken}</accessToken>
<clientId>{$ctx:clientId}</clientId>
<clientSecret>{$ctx:clientSecret}</clientSecret>
<refreshToken>{$ctx:refreshToken}</refreshToken>
<blocking>{$ctx:blocking}</blocking>
</googlepubsub.init> |
Properties
apiUrl: The application URL of Google Pub/Sub.apiVersion: The version of the Google Pub/Sub API.accessToken: The access token that grants access to the Google Pub/Sub API on behalf of a user.clientId: The client id provided by the Google developer console.clientSecret: The client secret provided by the Google developer console.refreshToken: The refresh token provided by the Google developer console, which can be used to obtain new access tokens.blocking: This is a boolean type property. Set this totrueif you want the connector to perform blocking invocations to Google Pub/Sub.
...
Now that you have connected to Google pub sub, use the information in the following topics to perform various operations with the connector.
...
the connector:
| Child pages |
|---|