Skip to content

Commit

Permalink
feat(integrations): update the api
Browse files Browse the repository at this point in the history
#### integrations:v1alpha

The following keys were deleted:
- 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.GoogleCloudIntegrationsV1alphaAssertion (Total Keys: 13)
- schemas.GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest (Total Keys: 4)
- schemas.GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse (Total Keys: 8)
- schemas.GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse (Total Keys: 5)
- schemas.GoogleCloudIntegrationsV1alphaListTestCasesResponse (Total Keys: 5)
- schemas.GoogleCloudIntegrationsV1alphaMockConfig (Total Keys: 7)
- schemas.GoogleCloudIntegrationsV1alphaTestCase (Total Keys: 20)
- schemas.GoogleCloudIntegrationsV1alphaTestTaskConfig (Total Keys: 7)

The following keys were added:
- schemas.EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata.properties.integrationName.type (Total Keys: 1)
- schemas.GoogleCloudConnectorsV1EventingConfig.properties.proxyDestinationConfig.$ref (Total Keys: 1)
- schemas.GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata.properties.integrationName.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent 83a45f8 commit bafac20
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 591 deletions.
10 changes: 10 additions & 0 deletions docs/dyn/integrations_v1alpha.projects.locations.connections.html
Expand Up @@ -417,6 +417,16 @@ <h3>Method Details</h3>
},
},
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
&quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
&quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
},
],
&quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
},
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
&quot;destinations&quot;: [ # The destinations for the key.
{
Expand Down
Expand Up @@ -222,6 +222,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
&quot;integrationName&quot;: &quot;A String&quot;, # The direct integration which the event execution snapshots belongs to
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
Expand Down Expand Up @@ -499,6 +500,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
&quot;integrationName&quot;: &quot;A String&quot;, # The direct integration which the event execution snapshots belongs to
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
Expand Down Expand Up @@ -595,6 +597,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;executionAttempt&quot;: 42, # the execution attempt number this snapshot belongs to.
&quot;integrationName&quot;: &quot;A String&quot;, # The direct integration which the event execution snapshots belongs to
&quot;task&quot;: &quot;A String&quot;, # the task name associated with this snapshot.
&quot;taskAttempt&quot;: 42, # the task attempt number this snapshot belongs to.
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
Expand Down
Expand Up @@ -74,11 +74,6 @@

<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>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="integrations_v1alpha.projects.locations.integrations.versions.testCases.html">testCases()</a></code>
</p>
<p class="firstline">Returns the testCases Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
Expand Up @@ -222,6 +222,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
&quot;integrationName&quot;: &quot;A String&quot;, # The direct integration which the event execution snapshots belongs to
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
Expand Down Expand Up @@ -318,6 +319,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;executionAttempt&quot;: 42, # the execution attempt number this snapshot belongs to.
&quot;integrationName&quot;: &quot;A String&quot;, # The direct integration which the event execution snapshots belongs to
&quot;task&quot;: &quot;A String&quot;, # the task name associated with this snapshot.
&quot;taskAttempt&quot;: 42, # the task attempt number this snapshot belongs to.
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
Expand Down Expand Up @@ -657,6 +659,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
&quot;integrationName&quot;: &quot;A String&quot;, # The direct integration which the event execution snapshots belongs to
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
Expand Down Expand Up @@ -934,6 +937,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
&quot;integrationName&quot;: &quot;A String&quot;, # The direct integration which the event execution snapshots belongs to
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
Expand Down Expand Up @@ -1030,6 +1034,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;executionAttempt&quot;: 42, # the execution attempt number this snapshot belongs to.
&quot;integrationName&quot;: &quot;A String&quot;, # The direct integration which the event execution snapshots belongs to
&quot;task&quot;: &quot;A String&quot;, # the task name associated with this snapshot.
&quot;taskAttempt&quot;: 42, # the task attempt number this snapshot belongs to.
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
Expand Down
Expand Up @@ -74,11 +74,6 @@

<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.products.html">products</a> . <a href="integrations_v1alpha.projects.locations.products.integrations.html">integrations</a> . <a href="integrations_v1alpha.projects.locations.products.integrations.versions.html">versions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="integrations_v1alpha.projects.locations.products.integrations.versions.testCases.html">testCases()</a></code>
</p>
<p class="firstline">Returns the testCases Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down

0 comments on commit bafac20

Please sign in to comment.