Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 344479e

Browse files
committedOct 3, 2023
feat(integrations): update the api
#### integrations:v1alpha The following keys were deleted: - schemas.GoogleCloudConnectorsV1EventingConfig.properties.publicEventsListenerEndpoint.type (Total Keys: 1) The following keys were added: - resources.projects.resources.locations.resources.integrations.resources.versions.resources.testCases.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.integrations.resources.versions.resources.testCases.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.integrations.resources.versions.resources.testCases.methods.executeTest (Total Keys: 12) - resources.projects.resources.locations.resources.integrations.resources.versions.resources.testCases.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.integrations.resources.versions.resources.testCases.methods.listExecutions (Total Keys: 26) - resources.projects.resources.locations.resources.integrations.resources.versions.resources.testCases.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.products.resources.integrations.resources.versions.resources.testCases.methods.list (Total Keys: 23) - schemas.GoogleCloudConnectorsV1ConnectorVersionInfraConfig.properties.connectionRatelimitWindowSeconds (Total Keys: 3) - schemas.GoogleCloudConnectorsV1EventingConfig.properties.eventsListenerIngressEndpoint.type (Total Keys: 1) - schemas.GoogleCloudConnectorsV1EventingRuntimeData.properties.eventsListenerPscSa (Total Keys: 2) - schemas.GoogleCloudIntegrationsV1alphaAssertion (Total Keys: 7) - schemas.GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest (Total Keys: 5) - schemas.GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse (Total Keys: 5) - schemas.GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse (Total Keys: 5) - schemas.GoogleCloudIntegrationsV1alphaListTestCasesResponse (Total Keys: 5) - schemas.GoogleCloudIntegrationsV1alphaMockConfig (Total Keys: 7) - schemas.GoogleCloudIntegrationsV1alphaTestCase (Total Keys: 19) - schemas.GoogleCloudIntegrationsV1alphaTestTaskConfig (Total Keys: 7)
1 parent 9d332ad commit 344479e

8 files changed

+2123
-13
lines changed
 

‎docs/dyn/integrations_v1alpha.projects.locations.connections.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ <h3>Method Details</h3>
230230
&quot;connectionRevision&quot;: &quot;A String&quot;, # Output only. Connection revision. This field is only updated when the connection is created or updated by User.
231231
&quot;connectorVersion&quot;: &quot;A String&quot;, # Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource.
232232
&quot;connectorVersionInfraConfig&quot;: { # This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
233+
&quot;connectionRatelimitWindowSeconds&quot;: &quot;A String&quot;, # Output only. The window used for ratelimiting runtime requests to connections.
233234
&quot;hpaConfig&quot;: { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
234235
&quot;cpuUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent CPU utilization where HPA triggers autoscaling.
235236
&quot;memoryUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent Memory utilization where HPA triggers autoscaling.
@@ -357,8 +358,8 @@ <h3>Method Details</h3>
357358
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
358359
},
359360
&quot;enrichmentEnabled&quot;: True or False, # Enrichment Enabled.
361+
&quot;eventsListenerIngressEndpoint&quot;: &quot;A String&quot;, # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
360362
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
361-
&quot;publicEventsListenerEndpoint&quot;: &quot;A String&quot;, # Optional. Public Events listener endpoint.
362363
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
363364
&quot;destinations&quot;: [ # The destinations for the key.
364365
{
@@ -373,6 +374,7 @@ <h3>Method Details</h3>
373374
&quot;eventingEnablementType&quot;: &quot;A String&quot;, # Optional. Eventing enablement type. Will be nil if eventing is not enabled.
374375
&quot;eventingRuntimeData&quot;: { # Eventing runtime data has the details related to eventing managed by the system. # Output only. Eventing Runtime Data.
375376
&quot;eventsListenerEndpoint&quot;: &quot;A String&quot;, # Output only. Events listener endpoint. The value will populated after provisioning the events listener.
377+
&quot;eventsListenerPscSa&quot;: &quot;A String&quot;, # Output only. Events listener PSC Service attachment. The value will be populated after provisioning the events listener with private connectivity enabled.
376378
&quot;status&quot;: { # EventingStatus indicates the state of eventing. # Output only. Current status of eventing.
377379
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of error if State is set to &quot;ERROR&quot;.
378380
&quot;state&quot;: &quot;A String&quot;, # Output only. State.

‎docs/dyn/integrations_v1alpha.projects.locations.integrations.executions.suspensions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h3>Method Details</h3>
187187
&quot;escalatorQueue&quot;: &quot;A String&quot;,
188188
&quot;pubsubTopic&quot;: &quot;A String&quot;,
189189
&quot;request&quot;: { # If the out-of-the-box email/pubsub notifications are not suitable and custom logic is required, fire a workflow containing all info needed to notify users to resume execution.
190-
&quot;postToQueueWithTriggerIdRequest&quot;: { # Use this request to post all workflows associated with a given trigger id. Next available id: 11 # Request to fire an event containing the SuspensionInfo message.
190+
&quot;postToQueueWithTriggerIdRequest&quot;: { # LINT.IfChange Use this request to post all workflows associated with a given trigger id. Next available id: 11 # Request to fire an event containing the SuspensionInfo message.
191191
&quot;clientId&quot;: &quot;A String&quot;, # Optional. If the client id is provided, then the combination of trigger id and client id is matched across all the workflows. If the client id is not provided, then workflows with matching trigger id are executed for each client id in the {@link TriggerConfig}. For Api Trigger, the client id is required and will be validated against the allowed clients.
192192
&quot;ignoreErrorIfNoActiveWorkflow&quot;: True or False, # Optional. Flag to determine whether clients would suppress a warning when no ACTIVE workflows are not found. If this flag is set to be true, an error will not be thrown if the requested trigger_id or client_id is not found in any ACTIVE workflow. Otherwise, the error is always thrown. The flag is set to be false by default.
193193
&quot;parameters&quot;: { # LINT.IfChange This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Please see # Passed in as parameters to each workflow execution. Optional.
@@ -343,7 +343,7 @@ <h3>Method Details</h3>
343343
&quot;escalatorQueue&quot;: &quot;A String&quot;,
344344
&quot;pubsubTopic&quot;: &quot;A String&quot;,
345345
&quot;request&quot;: { # If the out-of-the-box email/pubsub notifications are not suitable and custom logic is required, fire a workflow containing all info needed to notify users to resume execution.
346-
&quot;postToQueueWithTriggerIdRequest&quot;: { # Use this request to post all workflows associated with a given trigger id. Next available id: 11 # Request to fire an event containing the SuspensionInfo message.
346+
&quot;postToQueueWithTriggerIdRequest&quot;: { # LINT.IfChange Use this request to post all workflows associated with a given trigger id. Next available id: 11 # Request to fire an event containing the SuspensionInfo message.
347347
&quot;clientId&quot;: &quot;A String&quot;, # Optional. If the client id is provided, then the combination of trigger id and client id is matched across all the workflows. If the client id is not provided, then workflows with matching trigger id are executed for each client id in the {@link TriggerConfig}. For Api Trigger, the client id is required and will be validated against the allowed clients.
348348
&quot;ignoreErrorIfNoActiveWorkflow&quot;: True or False, # Optional. Flag to determine whether clients would suppress a warning when no ACTIVE workflows are not found. If this flag is set to be true, an error will not be thrown if the requested trigger_id or client_id is not found in any ACTIVE workflow. Otherwise, the error is always thrown. The flag is set to be false by default.
349349
&quot;parameters&quot;: { # LINT.IfChange This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Please see # Passed in as parameters to each workflow execution. Optional.

‎docs/dyn/integrations_v1alpha.projects.locations.integrations.versions.html

+5
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="integrations_v1alpha.html">Application Integration API</a> . <a href="integrations_v1alpha.projects.html">projects</a> . <a href="integrations_v1alpha.projects.locations.html">locations</a> . <a href="integrations_v1alpha.projects.locations.integrations.html">integrations</a> . <a href="integrations_v1alpha.projects.locations.integrations.versions.html">versions</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="integrations_v1alpha.projects.locations.integrations.versions.testCases.html">testCases()</a></code>
79+
</p>
80+
<p class="firstline">Returns the testCases Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="#close">close()</a></code></p>
7984
<p class="firstline">Close httplib2 connections.</p>

0 commit comments

Comments
 (0)
Please sign in to comment.