Skip to content

Commit 82639b5

Browse files
feat(integrations): update the api
#### integrations:v1alpha The following keys were added: - resources.projects.resources.locations.resources.integrations.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.integrations.resources.versions.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.integrations.resources.versions.methods.download (Total Keys: 13) - resources.projects.resources.locations.resources.integrations.resources.versions.methods.unpublish (Total Keys: 12) - resources.projects.resources.locations.resources.integrations.resources.versions.methods.upload (Total Keys: 12) - resources.projects.resources.locations.resources.products.resources.integrations.resources.versions.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.products.resources.integrations.resources.versions.methods.unpublish (Total Keys: 12) - schemas.GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest (Total Keys: 2)
1 parent f689940 commit 82639b5

5 files changed

+1293
-41
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ <h2>Instance Methods</h2>
8787
<p class="toc_element">
8888
<code><a href="#close">close()</a></code></p>
8989
<p class="firstline">Close httplib2 connections.</p>
90+
<p class="toc_element">
91+
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
92+
<p class="firstline">Delete the selected integration and all versions inside</p>
9093
<p class="toc_element">
9194
<code><a href="#execute">execute(name, body=None, x__xgafv=None)</a></code></p>
9295
<p class="firstline">Executes integrations synchronously by passing the trigger id in the request body. The request is not returned until the requested executions are either fulfilled or experienced an error. If the integration name is not specified (passing `-`), all of the associated integration under the given trigger_id will be executed. Otherwise only the specified integration for the given `trigger_id` is executed. This is helpful for execution the integration from UI.</p>
@@ -105,6 +108,24 @@ <h3>Method Details</h3>
105108
<pre>Close httplib2 connections.</pre>
106109
</div>
107110

111+
<div class="method">
112+
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
113+
<pre>Delete the selected integration and all versions inside
114+
115+
Args:
116+
name: string, Required. The location resource of the request. (required)
117+
x__xgafv: string, V1 error format.
118+
Allowed values
119+
1 - v1 error format
120+
2 - v2 error format
121+
122+
Returns:
123+
An object of the form:
124+
125+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
126+
}</pre>
127+
</div>
128+
108129
<div class="method">
109130
<code class="details" id="execute">execute(name, body=None, x__xgafv=None)</code>
110131
<pre>Executes integrations synchronously by passing the trigger id in the request body. The request is not returned until the requested executions are either fulfilled or experienced an error. If the integration name is not specified (passing `-`), all of the associated integration under the given trigger_id will be executed. Otherwise only the specified integration for the given `trigger_id` is executed. This is helpful for execution the integration from UI.

0 commit comments

Comments
 (0)