You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/connectors_v1.projects.locations.connections.eventSubscriptions.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,10 @@ <h3>Method Details</h3>
129
129
"type": "A String", # type of the destination
130
130
},
131
131
"eventTypeId": "A String", # Optional. Event type id of the event of current EventSubscription.
132
+
"jms": { # JMS message denotes the source of the event # Optional. JMS is the source for the event listener.
133
+
"name": "A String", # Optional. Name of the JMS source. i.e. queueName or topicName
134
+
"type": "A String", # Optional. Type of the JMS Source. i.e. Queue or Topic
135
+
},
132
136
"name": "A String", # Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}
133
137
"status": { # EventSubscription Status denotes the status of the EventSubscription resource. # Optional. Status indicates the status of the event subscription resource
134
138
"description": "A String", # Output only. Description of the state.
@@ -234,6 +238,10 @@ <h3>Method Details</h3>
234
238
"type": "A String", # type of the destination
235
239
},
236
240
"eventTypeId": "A String", # Optional. Event type id of the event of current EventSubscription.
241
+
"jms": { # JMS message denotes the source of the event # Optional. JMS is the source for the event listener.
242
+
"name": "A String", # Optional. Name of the JMS source. i.e. queueName or topicName
243
+
"type": "A String", # Optional. Type of the JMS Source. i.e. Queue or Topic
244
+
},
237
245
"name": "A String", # Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}
238
246
"status": { # EventSubscription Status denotes the status of the EventSubscription resource. # Optional. Status indicates the status of the event subscription resource
239
247
"description": "A String", # Output only. Description of the state.
@@ -281,6 +289,10 @@ <h3>Method Details</h3>
281
289
"type": "A String", # type of the destination
282
290
},
283
291
"eventTypeId": "A String", # Optional. Event type id of the event of current EventSubscription.
292
+
"jms": { # JMS message denotes the source of the event # Optional. JMS is the source for the event listener.
293
+
"name": "A String", # Optional. Name of the JMS source. i.e. queueName or topicName
294
+
"type": "A String", # Optional. Type of the JMS Source. i.e. Queue or Topic
295
+
},
284
296
"name": "A String", # Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}
285
297
"status": { # EventSubscription Status denotes the status of the EventSubscription resource. # Optional. Status indicates the status of the event subscription resource
286
298
"description": "A String", # Output only. Description of the state.
@@ -337,6 +349,10 @@ <h3>Method Details</h3>
337
349
"type": "A String", # type of the destination
338
350
},
339
351
"eventTypeId": "A String", # Optional. Event type id of the event of current EventSubscription.
352
+
"jms": { # JMS message denotes the source of the event # Optional. JMS is the source for the event listener.
353
+
"name": "A String", # Optional. Name of the JMS source. i.e. queueName or topicName
354
+
"type": "A String", # Optional. Type of the JMS Source. i.e. Queue or Topic
355
+
},
340
356
"name": "A String", # Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}
341
357
"status": { # EventSubscription Status denotes the status of the EventSubscription resource. # Optional. Status indicates the status of the event subscription resource
342
358
"description": "A String", # Output only. Description of the state.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/connectors.v1.json
+56-3Lines changed: 56 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1832,7 +1832,7 @@
1832
1832
}
1833
1833
}
1834
1834
},
1835
-
"revision": "20231015",
1835
+
"revision": "20231024",
1836
1836
"rootUrl": "https://connectors.googleapis.com/",
1837
1837
"schemas": {
1838
1838
"AuditConfig": {
@@ -2371,12 +2371,22 @@
2371
2371
"enum": [
2372
2372
"STATE_UNSPECIFIED",
2373
2373
"REFRESHING",
2374
-
"UPDATED"
2374
+
"UPDATED",
2375
+
"REFRESHING_SCHEMA_METADATA",
2376
+
"UPDATED_SCHEMA_METADATA",
2377
+
"REFRESH_SCHEMA_METADATA_FAILED",
2378
+
"REFRESHING_FULL_SCHEMA",
2379
+
"UPDATED_FULL_SCHEMA"
2375
2380
],
2376
2381
"enumDescriptions": [
2377
2382
"Default state.",
2378
2383
"Schema refresh is in progress.",
2379
-
"Schema has been updated."
2384
+
"Schema has been updated.",
2385
+
"Schema refresh for metadata is in progress.",
2386
+
"Schema metadata has been updated.",
2387
+
"Failed to refresh schema metadata",
2388
+
"Triggered full schema refresh",
2389
+
"Updated full schema"
2380
2390
],
2381
2391
"readOnly": true,
2382
2392
"type": "string"
@@ -2978,6 +2988,10 @@
2978
2988
"description": "Optional. Event type id of the event of current EventSubscription.",
2979
2989
"type": "string"
2980
2990
},
2991
+
"jms": {
2992
+
"$ref": "JMS",
2993
+
"description": "Optional. JMS is the source for the event listener."
2994
+
},
2981
2995
"name": {
2982
2996
"description": "Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}",
2983
2997
"type": "string"
@@ -3184,6 +3198,20 @@
3184
3198
"description": "Enrichment Supported.",
3185
3199
"type": "boolean"
3186
3200
},
3201
+
"eventListenerType": {
3202
+
"description": "The type of the event listener for a specific connector.",
3203
+
"enum": [
3204
+
"EVENT_LISTENER_TYPE_UNSPECIFIED",
3205
+
"WEBHOOK_LISTENER",
3206
+
"JMS_LISTENER"
3207
+
],
3208
+
"enumDescriptions": [
3209
+
"Default value.",
3210
+
"Webhook listener. e.g. Jira, Zendesk, Servicenow etc.,",
3211
+
"JMS Listener. e.g. IBM MQ, Rabbit MQ etc.,"
3212
+
],
3213
+
"type": "string"
3214
+
},
3187
3215
"isEventingSupported": {
3188
3216
"description": "Is Eventing Supported.",
3189
3217
"type": "boolean"
@@ -3789,6 +3817,31 @@
3789
3817
},
3790
3818
"type": "object"
3791
3819
},
3820
+
"JMS": {
3821
+
"description": "JMS message denotes the source of the event",
3822
+
"id": "JMS",
3823
+
"properties": {
3824
+
"name": {
3825
+
"description": "Optional. Name of the JMS source. i.e. queueName or topicName",
3826
+
"type": "string"
3827
+
},
3828
+
"type": {
3829
+
"description": "Optional. Type of the JMS Source. i.e. Queue or Topic",
3830
+
"enum": [
3831
+
"TYPE_UNSPECIFIED",
3832
+
"QUEUE",
3833
+
"TOPIC"
3834
+
],
3835
+
"enumDescriptions": [
3836
+
"Default state.",
3837
+
"JMS Queue.",
3838
+
"JMS Topic."
3839
+
],
3840
+
"type": "string"
3841
+
}
3842
+
},
3843
+
"type": "object"
3844
+
},
3792
3845
"JsonSchema": {
3793
3846
"description": "JsonSchema representation of schema metadata",
0 commit comments