Skip to content

Commit e6171f5

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were added: - schemas.EventSubscription.properties.jms.$ref (Total Keys: 1) - schemas.EventingConfigTemplate.properties.eventListenerType.type (Total Keys: 1) - schemas.JMS (Total Keys: 4)
1 parent 204fa5a commit e6171f5

File tree

4 files changed

+75
-4
lines changed

4 files changed

+75
-4
lines changed

docs/dyn/connectors_v1.projects.locations.connections.eventSubscriptions.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ <h3>Method Details</h3>
129129
&quot;type&quot;: &quot;A String&quot;, # type of the destination
130130
},
131131
&quot;eventTypeId&quot;: &quot;A String&quot;, # Optional. Event type id of the event of current EventSubscription.
132+
&quot;jms&quot;: { # JMS message denotes the source of the event # Optional. JMS is the source for the event listener.
133+
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the JMS source. i.e. queueName or topicName
134+
&quot;type&quot;: &quot;A String&quot;, # Optional. Type of the JMS Source. i.e. Queue or Topic
135+
},
132136
&quot;name&quot;: &quot;A String&quot;, # Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}
133137
&quot;status&quot;: { # EventSubscription Status denotes the status of the EventSubscription resource. # Optional. Status indicates the status of the event subscription resource
134138
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the state.
@@ -234,6 +238,10 @@ <h3>Method Details</h3>
234238
&quot;type&quot;: &quot;A String&quot;, # type of the destination
235239
},
236240
&quot;eventTypeId&quot;: &quot;A String&quot;, # Optional. Event type id of the event of current EventSubscription.
241+
&quot;jms&quot;: { # JMS message denotes the source of the event # Optional. JMS is the source for the event listener.
242+
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the JMS source. i.e. queueName or topicName
243+
&quot;type&quot;: &quot;A String&quot;, # Optional. Type of the JMS Source. i.e. Queue or Topic
244+
},
237245
&quot;name&quot;: &quot;A String&quot;, # Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}
238246
&quot;status&quot;: { # EventSubscription Status denotes the status of the EventSubscription resource. # Optional. Status indicates the status of the event subscription resource
239247
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the state.
@@ -281,6 +289,10 @@ <h3>Method Details</h3>
281289
&quot;type&quot;: &quot;A String&quot;, # type of the destination
282290
},
283291
&quot;eventTypeId&quot;: &quot;A String&quot;, # Optional. Event type id of the event of current EventSubscription.
292+
&quot;jms&quot;: { # JMS message denotes the source of the event # Optional. JMS is the source for the event listener.
293+
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the JMS source. i.e. queueName or topicName
294+
&quot;type&quot;: &quot;A String&quot;, # Optional. Type of the JMS Source. i.e. Queue or Topic
295+
},
284296
&quot;name&quot;: &quot;A String&quot;, # Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}
285297
&quot;status&quot;: { # EventSubscription Status denotes the status of the EventSubscription resource. # Optional. Status indicates the status of the event subscription resource
286298
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the state.
@@ -337,6 +349,10 @@ <h3>Method Details</h3>
337349
&quot;type&quot;: &quot;A String&quot;, # type of the destination
338350
},
339351
&quot;eventTypeId&quot;: &quot;A String&quot;, # Optional. Event type id of the event of current EventSubscription.
352+
&quot;jms&quot;: { # JMS message denotes the source of the event # Optional. JMS is the source for the event listener.
353+
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the JMS source. i.e. queueName or topicName
354+
&quot;type&quot;: &quot;A String&quot;, # Optional. Type of the JMS Source. i.e. Queue or Topic
355+
},
340356
&quot;name&quot;: &quot;A String&quot;, # Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}
341357
&quot;status&quot;: { # EventSubscription Status denotes the status of the EventSubscription resource. # Optional. Status indicates the status of the event subscription resource
342358
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the state.

docs/dyn/connectors_v1.projects.locations.providers.connectors.versions.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ <h3>Method Details</h3>
443443
&quot;valueType&quot;: &quot;A String&quot;, # Type of the parameter: string, int, bool etc. consider custom type for the benefit for the validation.
444444
},
445445
&quot;enrichmentSupported&quot;: True or False, # Enrichment Supported.
446+
&quot;eventListenerType&quot;: &quot;A String&quot;, # The type of the event listener for a specific connector.
446447
&quot;isEventingSupported&quot;: True or False, # Is Eventing Supported.
447448
&quot;registrationDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Registration host destination config template.
448449
&quot;defaultPort&quot;: 42, # The default port.
@@ -907,6 +908,7 @@ <h3>Method Details</h3>
907908
&quot;valueType&quot;: &quot;A String&quot;, # Type of the parameter: string, int, bool etc. consider custom type for the benefit for the validation.
908909
},
909910
&quot;enrichmentSupported&quot;: True or False, # Enrichment Supported.
911+
&quot;eventListenerType&quot;: &quot;A String&quot;, # The type of the event listener for a specific connector.
910912
&quot;isEventingSupported&quot;: True or False, # Is Eventing Supported.
911913
&quot;registrationDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Registration host destination config template.
912914
&quot;defaultPort&quot;: 42, # The default port.

googleapiclient/discovery_cache/documents/connectors.v1.json

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@
18321832
}
18331833
}
18341834
},
1835-
"revision": "20231015",
1835+
"revision": "20231024",
18361836
"rootUrl": "https://connectors.googleapis.com/",
18371837
"schemas": {
18381838
"AuditConfig": {
@@ -2371,12 +2371,22 @@
23712371
"enum": [
23722372
"STATE_UNSPECIFIED",
23732373
"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"
23752380
],
23762381
"enumDescriptions": [
23772382
"Default state.",
23782383
"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"
23802390
],
23812391
"readOnly": true,
23822392
"type": "string"
@@ -2978,6 +2988,10 @@
29782988
"description": "Optional. Event type id of the event of current EventSubscription.",
29792989
"type": "string"
29802990
},
2991+
"jms": {
2992+
"$ref": "JMS",
2993+
"description": "Optional. JMS is the source for the event listener."
2994+
},
29812995
"name": {
29822996
"description": "Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}",
29832997
"type": "string"
@@ -3184,6 +3198,20 @@
31843198
"description": "Enrichment Supported.",
31853199
"type": "boolean"
31863200
},
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+
},
31873215
"isEventingSupported": {
31883216
"description": "Is Eventing Supported.",
31893217
"type": "boolean"
@@ -3789,6 +3817,31 @@
37893817
},
37903818
"type": "object"
37913819
},
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+
},
37923845
"JsonSchema": {
37933846
"description": "JsonSchema representation of schema metadata",
37943847
"id": "JsonSchema",

googleapiclient/discovery_cache/documents/connectors.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
}
559559
}
560560
},
561-
"revision": "20231015",
561+
"revision": "20231024",
562562
"rootUrl": "https://connectors.googleapis.com/",
563563
"schemas": {
564564
"Action": {

0 commit comments

Comments
 (0)