Skip to content

Commit 77af0eb

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - resources.organizations.methods.testIamPermissions (Total Keys: 12) - schemas.GoogleCloudApigeeV1Organization.properties.apigeeProjectId (Total Keys: 2)
1 parent 967d773 commit 77af0eb

15 files changed

+185
-115
lines changed

docs/dyn/apigee_v1.html

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

108-
Args:
109-
callback: callable, A callback to be called for each response, of the
110-
form callback(id, response, exception). The first parameter is the
111-
request id, and the second is the deserialized response object. The
112-
third is an apiclient.errors.HttpError exception object if an HTTP
113-
error occurred while processing the request, or None if no error
114-
occurred.
115-
116-
Returns:
117-
A BatchHttpRequest object based on the discovery document.
118-
</pre>
108+
Args:
109+
callback: callable, A callback to be called for each response, of the
110+
form callback(id, response, exception). The first parameter is the
111+
request id, and the second is the deserialized response object. The
112+
third is an apiclient.errors.HttpError exception object if an HTTP
113+
error occurred while processing the request, or None if no error
114+
occurred.
115+
116+
Returns:
117+
A BatchHttpRequest object based on the discovery document.
118+
</pre>
119119
</div>
120120

121121
</body></html>

docs/dyn/apigee_v1.organizations.datacollectors.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(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists all data collectors.</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
<p class="toc_element">
9696
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
@@ -208,17 +208,17 @@ <h3>Method Details</h3>
208208
</div>
209209

210210
<div class="method">
211-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
211+
<code class="details" id="list_next">list_next()</code>
212212
<pre>Retrieves the next page of results.
213213

214-
Args:
215-
previous_request: The request for the previous page. (required)
216-
previous_response: The response from the request for the previous page. (required)
214+
Args:
215+
previous_request: The request for the previous page. (required)
216+
previous_response: The response from the request for the previous page. (required)
217217

218-
Returns:
219-
A request object that you can call &#x27;execute()&#x27; on to request the next
220-
page. Returns None if there are no more items in the collection.
221-
</pre>
218+
Returns:
219+
A request object that you can call &#x27;execute()&#x27; on to request the next
220+
page. Returns None if there are no more items in the collection.
221+
</pre>
222222
</div>
223223

224224
<div class="method">

docs/dyn/apigee_v1.organizations.endpointAttachments.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(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists the endpoint attachments in an organization.</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">
@@ -234,17 +234,17 @@ <h3>Method Details</h3>
234234
</div>
235235

236236
<div class="method">
237-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
237+
<code class="details" id="list_next">list_next()</code>
238238
<pre>Retrieves the next page of results.
239239

240-
Args:
241-
previous_request: The request for the previous page. (required)
242-
previous_response: The response from the request for the previous page. (required)
240+
Args:
241+
previous_request: The request for the previous page. (required)
242+
previous_response: The response from the request for the previous page. (required)
243243

244-
Returns:
245-
A request object that you can call &#x27;execute()&#x27; on to request the next
246-
page. Returns None if there are no more items in the collection.
247-
</pre>
244+
Returns:
245+
A request object that you can call &#x27;execute()&#x27; on to request the next
246+
page. Returns None if there are no more items in the collection.
247+
</pre>
248248
</div>
249249

250250
</body></html>

docs/dyn/apigee_v1.organizations.envgroups.attachments.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(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists all attachments of an environment group.</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">
@@ -230,17 +230,17 @@ <h3>Method Details</h3>
230230
</div>
231231

232232
<div class="method">
233-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
233+
<code class="details" id="list_next">list_next()</code>
234234
<pre>Retrieves the next page of results.
235235

236-
Args:
237-
previous_request: The request for the previous page. (required)
238-
previous_response: The response from the request for the previous page. (required)
236+
Args:
237+
previous_request: The request for the previous page. (required)
238+
previous_response: The response from the request for the previous page. (required)
239239

240-
Returns:
241-
A request object that you can call &#x27;execute()&#x27; on to request the next
242-
page. Returns None if there are no more items in the collection.
243-
</pre>
240+
Returns:
241+
A request object that you can call &#x27;execute()&#x27; on to request the next
242+
page. Returns None if there are no more items in the collection.
243+
</pre>
244244
</div>
245245

246246
</body></html>

docs/dyn/apigee_v1.organizations.envgroups.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
9595
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9696
<p class="firstline">Lists all environment groups.</p>
9797
<p class="toc_element">
98-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
98+
<code><a href="#list_next">list_next()</a></code></p>
9999
<p class="firstline">Retrieves the next page of results.</p>
100100
<p class="toc_element">
101101
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
@@ -248,17 +248,17 @@ <h3>Method Details</h3>
248248
</div>
249249

250250
<div class="method">
251-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
251+
<code class="details" id="list_next">list_next()</code>
252252
<pre>Retrieves the next page of results.
253253

254-
Args:
255-
previous_request: The request for the previous page. (required)
256-
previous_response: The response from the request for the previous page. (required)
254+
Args:
255+
previous_request: The request for the previous page. (required)
256+
previous_response: The response from the request for the previous page. (required)
257257

258-
Returns:
259-
A request object that you can call &#x27;execute()&#x27; on to request the next
260-
page. Returns None if there are no more items in the collection.
261-
</pre>
258+
Returns:
259+
A request object that you can call &#x27;execute()&#x27; on to request the next
260+
page. Returns None if there are no more items in the collection.
261+
</pre>
262262
</div>
263263

264264
<div class="method">

docs/dyn/apigee_v1.organizations.environments.apis.revisions.debugsessions.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
9595
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9696
<p class="firstline">Lists debug sessions that are currently active in the given API Proxy revision.</p>
9797
<p class="toc_element">
98-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
98+
<code><a href="#list_next">list_next()</a></code></p>
9999
<p class="firstline">Retrieves the next page of results.</p>
100100
<h3>Method Details</h3>
101101
<div class="method">
@@ -213,17 +213,17 @@ <h3>Method Details</h3>
213213
</div>
214214

215215
<div class="method">
216-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
216+
<code class="details" id="list_next">list_next()</code>
217217
<pre>Retrieves the next page of results.
218218

219-
Args:
220-
previous_request: The request for the previous page. (required)
221-
previous_response: The response from the request for the previous page. (required)
219+
Args:
220+
previous_request: The request for the previous page. (required)
221+
previous_response: The response from the request for the previous page. (required)
222222

223-
Returns:
224-
A request object that you can call &#x27;execute()&#x27; on to request the next
225-
page. Returns None if there are no more items in the collection.
226-
</pre>
223+
Returns:
224+
A request object that you can call &#x27;execute()&#x27; on to request the next
225+
page. Returns None if there are no more items in the collection.
226+
</pre>
227227
</div>
228228

229229
</body></html>

docs/dyn/apigee_v1.organizations.environments.archiveDeployments.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Lists the ArchiveDeployments in the specified Environment.</p>
9898
<p class="toc_element">
99-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
99+
<code><a href="#list_next">list_next()</a></code></p>
100100
<p class="firstline">Retrieves the next page of results.</p>
101101
<p class="toc_element">
102102
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
@@ -285,17 +285,17 @@ <h3>Method Details</h3>
285285
</div>
286286

287287
<div class="method">
288-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
288+
<code class="details" id="list_next">list_next()</code>
289289
<pre>Retrieves the next page of results.
290290

291-
Args:
292-
previous_request: The request for the previous page. (required)
293-
previous_response: The response from the request for the previous page. (required)
291+
Args:
292+
previous_request: The request for the previous page. (required)
293+
previous_response: The response from the request for the previous page. (required)
294294

295-
Returns:
296-
A request object that you can call &#x27;execute()&#x27; on to request the next
297-
page. Returns None if there are no more items in the collection.
298-
</pre>
295+
Returns:
296+
A request object that you can call &#x27;execute()&#x27; on to request the next
297+
page. Returns None if there are no more items in the collection.
298+
</pre>
299299
</div>
300300

301301
<div class="method">

0 commit comments

Comments
 (0)