Resource: Connector
Connectors indicates a specific connector type, e.x. Salesforce, SAP etc.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "documentationUri": string, "externalUri": string, "description": string, "webAssetsLocation": string, "displayName": string, "launchStage": enum ( |
Fields | |
---|---|
name |
Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector} Only global location is supported for Connector resource. |
createTime |
Output only. Created time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Updated time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources An object containing a list of |
documentationUri |
Output only. Link to documentation page. |
externalUri |
Output only. Link to external page. |
description |
Output only. Description of the resource. |
webAssetsLocation |
Output only. Cloud storage location of icons etc consumed by UI. |
displayName |
Output only. Display name. |
launchStage |
Output only. Flag to mark the version indicating the launch stage. |
eventingDetails |
Output only. Eventing details. Will be null if eventing is not supported. |
EventingDetails
Eventing Details message.
JSON representation |
---|
{ "name": string, "iconLocation": string, "description": string, "searchTags": [ string ], "documentationLink": string, "launchStage": enum ( |
Fields | |
---|---|
name |
Output only. Name of the Eventing trigger. |
iconLocation |
Output only. Cloud storage location of the icon. |
description |
Output only. Description. |
searchTags[] |
Output only. Array of search keywords. |
documentationLink |
Output only. Link to public documentation. |
launchStage |
Output only. Eventing Launch Stage. |
customEventTypes |
Output only. Custom Event Types. |
type |
Output only. The type of the event listener for a specific connector. |
Type
The different types of the event listener for a connector.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Default value. |
WEBHOOK |
Webhook listener. e.g. Jira, Zendesk, Servicenow etc., |
JMS |
JMS Listener. e.g. IBM MQ, Rabbit MQ etc., |
Methods |
|
---|---|
|
Gets details of a single Connector. |
|
Lists Connectors in a given project and location. |