Skip to content

Commit 0368593

Browse files
feat(eventarc): update the api
#### eventarc:v1 The following keys were added: - resources.projects.resources.locations.resources.channels.methods.create (Total Keys: 16) - resources.projects.resources.locations.resources.channels.methods.delete (Total Keys: 13) - resources.projects.resources.locations.resources.channels.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.channels.methods.list (Total Keys: 18) - resources.projects.resources.locations.resources.channels.methods.patch (Total Keys: 17) - schemas.Channel (Total Keys: 18) - schemas.ListChannelsResponse (Total Keys: 7) - schemas.Trigger.properties.channel.type (Total Keys: 1)
1 parent 0c73a0d commit 0368593

13 files changed

+599
-101
lines changed

docs/dyn/eventarc_v1.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ <h3>Method Details</h3>
9595
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
9696
<pre>Create a BatchHttpRequest object based on the discovery document.
9797

98-
Args:
99-
callback: callable, A callback to be called for each response, of the
100-
form callback(id, response, exception). The first parameter is the
101-
request id, and the second is the deserialized response object. The
102-
third is an apiclient.errors.HttpError exception object if an HTTP
103-
error occurred while processing the request, or None if no error
104-
occurred.
105-
106-
Returns:
107-
A BatchHttpRequest object based on the discovery document.
108-
</pre>
98+
Args:
99+
callback: callable, A callback to be called for each response, of the
100+
form callback(id, response, exception). The first parameter is the
101+
request id, and the second is the deserialized response object. The
102+
third is an apiclient.errors.HttpError exception object if an HTTP
103+
error occurred while processing the request, or None if no error
104+
occurred.
105+
106+
Returns:
107+
A BatchHttpRequest object based on the discovery document.
108+
</pre>
109109
</div>
110110

111111
</body></html>

docs/dyn/eventarc_v1.projects.locations.channelConnections.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/eventarc_v1.projects.locations.channels.html

Lines changed: 236 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/eventarc_v1.projects.locations.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2>Instance Methods</h2>
109109
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
110110
<p class="firstline">Lists information about the supported locations for this service.</p>
111111
<p class="toc_element">
112-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
112+
<code><a href="#list_next">list_next()</a></code></p>
113113
<p class="firstline">Retrieves the next page of results.</p>
114114
<h3>Method Details</h3>
115115
<div class="method">
@@ -180,17 +180,17 @@ <h3>Method Details</h3>
180180
</div>
181181

182182
<div class="method">
183-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
183+
<code class="details" id="list_next">list_next()</code>
184184
<pre>Retrieves the next page of results.
185185

186-
Args:
187-
previous_request: The request for the previous page. (required)
188-
previous_response: The response from the request for the previous page. (required)
186+
Args:
187+
previous_request: The request for the previous page. (required)
188+
previous_response: The response from the request for the previous page. (required)
189189

190-
Returns:
191-
A request object that you can call &#x27;execute()&#x27; on to request the next
192-
page. Returns None if there are no more items in the collection.
193-
</pre>
190+
Returns:
191+
A request object that you can call &#x27;execute()&#x27; on to request the next
192+
page. Returns None if there are no more items in the collection.
193+
</pre>
194194
</div>
195195

196196
</body></html>

docs/dyn/eventarc_v1.projects.locations.operations.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2>Instance Methods</h2>
9090
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
9292
<p class="toc_element">
93-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
93+
<code><a href="#list_next">list_next()</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
9595
<h3>Method Details</h3>
9696
<div class="method">
@@ -219,17 +219,17 @@ <h3>Method Details</h3>
219219
</div>
220220

221221
<div class="method">
222-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
222+
<code class="details" id="list_next">list_next()</code>
223223
<pre>Retrieves the next page of results.
224224

225-
Args:
226-
previous_request: The request for the previous page. (required)
227-
previous_response: The response from the request for the previous page. (required)
225+
Args:
226+
previous_request: The request for the previous page. (required)
227+
previous_response: The response from the request for the previous page. (required)
228228

229-
Returns:
230-
A request object that you can call &#x27;execute()&#x27; on to request the next
231-
page. Returns None if there are no more items in the collection.
232-
</pre>
229+
Returns:
230+
A request object that you can call &#x27;execute()&#x27; on to request the next
231+
page. Returns None if there are no more items in the collection.
232+
</pre>
233233
</div>
234234

235235
</body></html>

docs/dyn/eventarc_v1.projects.locations.providers.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Instance Methods</h2>
8484
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">List providers.</p>
8686
<p class="toc_element">
87-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
87+
<code><a href="#list_next">list_next()</a></code></p>
8888
<p class="firstline">Retrieves the next page of results.</p>
8989
<h3>Method Details</h3>
9090
<div class="method">
@@ -175,17 +175,17 @@ <h3>Method Details</h3>
175175
</div>
176176

177177
<div class="method">
178-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
178+
<code class="details" id="list_next">list_next()</code>
179179
<pre>Retrieves the next page of results.
180180

181-
Args:
182-
previous_request: The request for the previous page. (required)
183-
previous_response: The response from the request for the previous page. (required)
181+
Args:
182+
previous_request: The request for the previous page. (required)
183+
previous_response: The response from the request for the previous page. (required)
184184

185-
Returns:
186-
A request object that you can call &#x27;execute()&#x27; on to request the next
187-
page. Returns None if there are no more items in the collection.
188-
</pre>
185+
Returns:
186+
A request object that you can call &#x27;execute()&#x27; on to request the next
187+
page. Returns None if there are no more items in the collection.
188+
</pre>
189189
</div>
190190

191191
</body></html>

0 commit comments

Comments
 (0)