REST Resource: projects.locations.providers.connectors

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 (LaunchStage),
  "eventingDetails": {
    object (EventingDetails)
  }
}
Fields
name

string

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

string (Timestamp format)

Output only. Created time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Updated time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

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 "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

documentationUri

string

Output only. Link to documentation page.

externalUri

string

Output only. Link to external page.

description

string

Output only. Description of the resource.

webAssetsLocation

string

Output only. Cloud storage location of icons etc consumed by UI.

displayName

string

Output only. Display name.

launchStage

enum (LaunchStage)

Output only. Flag to mark the version indicating the launch stage.

eventingDetails

object (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 (LaunchStage),
  "customEventTypes": boolean,
  "type": enum (Type)
}
Fields
name

string

Output only. Name of the Eventing trigger.

iconLocation

string

Output only. Cloud storage location of the icon.

description

string

Output only. Description.

searchTags[]

string

Output only. Array of search keywords.

launchStage

enum (LaunchStage)

Output only. Eventing Launch Stage.

customEventTypes

boolean

Output only. Custom Event Types.

type

enum (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

get

Gets details of a single Connector.

list

Lists Connectors in a given project and location.