Skip to content

Commit 6915b9a

Browse files
feat(compute): update the api
#### compute:beta The following keys were added: - schemas.FirewallPolicyRuleMatcher.properties.destAddressGroups (Total Keys: 2) - schemas.FirewallPolicyRuleMatcher.properties.srcAddressGroups (Total Keys: 2) - schemas.ForwardingRule.properties.noAutomateDnsZone.type (Total Keys: 1) - schemas.NetworkPeering.properties.stackType.type (Total Keys: 1) - schemas.RouterNat.properties.endpointTypes (Total Keys: 2)
1 parent 990cc99 commit 6915b9a

File tree

265 files changed

+4388
-3850
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+4388
-3850
lines changed

docs/dyn/compute_alpha.acceleratorTypes.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
7979
<p class="firstline">Retrieves an aggregated list of accelerator types.</p>
8080
<p class="toc_element">
81-
<code><a href="#aggregatedList_next">aggregatedList_next(previous_request, previous_response)</a></code></p>
81+
<code><a href="#aggregatedList_next">aggregatedList_next()</a></code></p>
8282
<p class="firstline">Retrieves the next page of results.</p>
8383
<p class="toc_element">
8484
<code><a href="#close">close()</a></code></p>
@@ -90,7 +90,7 @@ <h2>Instance Methods</h2>
9090
<code><a href="#list">list(project, zone, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Retrieves a list of accelerator types that are available to the specified project.</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">
@@ -175,17 +175,17 @@ <h3>Method Details</h3>
175175
</div>
176176

177177
<div class="method">
178-
<code class="details" id="aggregatedList_next">aggregatedList_next(previous_request, previous_response)</code>
178+
<code class="details" id="aggregatedList_next">aggregatedList_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
<div class="method">
@@ -300,17 +300,17 @@ <h3>Method Details</h3>
300300
</div>
301301

302302
<div class="method">
303-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
303+
<code class="details" id="list_next">list_next()</code>
304304
<pre>Retrieves the next page of results.
305305

306-
Args:
307-
previous_request: The request for the previous page. (required)
308-
previous_response: The response from the request for the previous page. (required)
306+
Args:
307+
previous_request: The request for the previous page. (required)
308+
previous_response: The response from the request for the previous page. (required)
309309

310-
Returns:
311-
A request object that you can call &#x27;execute()&#x27; on to request the next
312-
page. Returns None if there are no more items in the collection.
313-
</pre>
310+
Returns:
311+
A request object that you can call &#x27;execute()&#x27; on to request the next
312+
page. Returns None if there are no more items in the collection.
313+
</pre>
314314
</div>
315315

316316
</body></html>

docs/dyn/compute_alpha.addresses.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
7979
<p class="firstline">Retrieves an aggregated list of addresses.</p>
8080
<p class="toc_element">
81-
<code><a href="#aggregatedList_next">aggregatedList_next(previous_request, previous_response)</a></code></p>
81+
<code><a href="#aggregatedList_next">aggregatedList_next()</a></code></p>
8282
<p class="firstline">Retrieves the next page of results.</p>
8383
<p class="toc_element">
8484
<code><a href="#close">close()</a></code></p>
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<code><a href="#list">list(project, region, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Retrieves a list of addresses contained within the specified region.</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="#setLabels">setLabels(project, region, resource, body=None, requestId=None, x__xgafv=None)</a></code></p>
@@ -190,17 +190,17 @@ <h3>Method Details</h3>
190190
</div>
191191

192192
<div class="method">
193-
<code class="details" id="aggregatedList_next">aggregatedList_next(previous_request, previous_response)</code>
193+
<code class="details" id="aggregatedList_next">aggregatedList_next()</code>
194194
<pre>Retrieves the next page of results.
195195

196-
Args:
197-
previous_request: The request for the previous page. (required)
198-
previous_response: The response from the request for the previous page. (required)
196+
Args:
197+
previous_request: The request for the previous page. (required)
198+
previous_response: The response from the request for the previous page. (required)
199199

200-
Returns:
201-
A request object that you can call &#x27;execute()&#x27; on to request the next
202-
page. Returns None if there are no more items in the collection.
203-
</pre>
200+
Returns:
201+
A request object that you can call &#x27;execute()&#x27; on to request the next
202+
page. Returns None if there are no more items in the collection.
203+
</pre>
204204
</div>
205205

206206
<div class="method">
@@ -487,17 +487,17 @@ <h3>Method Details</h3>
487487
</div>
488488

489489
<div class="method">
490-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
490+
<code class="details" id="list_next">list_next()</code>
491491
<pre>Retrieves the next page of results.
492492

493-
Args:
494-
previous_request: The request for the previous page. (required)
495-
previous_response: The response from the request for the previous page. (required)
493+
Args:
494+
previous_request: The request for the previous page. (required)
495+
previous_response: The response from the request for the previous page. (required)
496496

497-
Returns:
498-
A request object that you can call &#x27;execute()&#x27; on to request the next
499-
page. Returns None if there are no more items in the collection.
500-
</pre>
497+
Returns:
498+
A request object that you can call &#x27;execute()&#x27; on to request the next
499+
page. Returns None if there are no more items in the collection.
500+
</pre>
501501
</div>
502502

503503
<div class="method">

docs/dyn/compute_alpha.autoscalers.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
7979
<p class="firstline">Retrieves an aggregated list of autoscalers.</p>
8080
<p class="toc_element">
81-
<code><a href="#aggregatedList_next">aggregatedList_next(previous_request, previous_response)</a></code></p>
81+
<code><a href="#aggregatedList_next">aggregatedList_next()</a></code></p>
8282
<p class="firstline">Retrieves the next page of results.</p>
8383
<p class="toc_element">
8484
<code><a href="#close">close()</a></code></p>
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<code><a href="#list">list(project, zone, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Retrieves a list of autoscalers contained within the specified zone.</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(project, zone, autoscaler=None, body=None, requestId=None, x__xgafv=None)</a></code></p>
@@ -241,17 +241,17 @@ <h3>Method Details</h3>
241241
</div>
242242

243243
<div class="method">
244-
<code class="details" id="aggregatedList_next">aggregatedList_next(previous_request, previous_response)</code>
244+
<code class="details" id="aggregatedList_next">aggregatedList_next()</code>
245245
<pre>Retrieves the next page of results.
246246

247-
Args:
248-
previous_request: The request for the previous page. (required)
249-
previous_response: The response from the request for the previous page. (required)
247+
Args:
248+
previous_request: The request for the previous page. (required)
249+
previous_response: The response from the request for the previous page. (required)
250250

251-
Returns:
252-
A request object that you can call &#x27;execute()&#x27; on to request the next
253-
page. Returns None if there are no more items in the collection.
254-
</pre>
251+
Returns:
252+
A request object that you can call &#x27;execute()&#x27; on to request the next
253+
page. Returns None if there are no more items in the collection.
254+
</pre>
255255
</div>
256256

257257
<div class="method">
@@ -682,17 +682,17 @@ <h3>Method Details</h3>
682682
</div>
683683

684684
<div class="method">
685-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
685+
<code class="details" id="list_next">list_next()</code>
686686
<pre>Retrieves the next page of results.
687687

688-
Args:
689-
previous_request: The request for the previous page. (required)
690-
previous_response: The response from the request for the previous page. (required)
688+
Args:
689+
previous_request: The request for the previous page. (required)
690+
previous_response: The response from the request for the previous page. (required)
691691

692-
Returns:
693-
A request object that you can call &#x27;execute()&#x27; on to request the next
694-
page. Returns None if there are no more items in the collection.
695-
</pre>
692+
Returns:
693+
A request object that you can call &#x27;execute()&#x27; on to request the next
694+
page. Returns None if there are no more items in the collection.
695+
</pre>
696696
</div>
697697

698698
<div class="method">

docs/dyn/compute_alpha.backendBuckets.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2>Instance Methods</h2>
9999
<code><a href="#list">list(project, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Retrieves the list of BackendBucket resources available to the specified project.</p>
101101
<p class="toc_element">
102-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
102+
<code><a href="#list_next">list_next()</a></code></p>
103103
<p class="firstline">Retrieves the next page of results.</p>
104104
<p class="toc_element">
105105
<code><a href="#patch">patch(project, backendBucket, body=None, requestId=None, x__xgafv=None)</a></code></p>
@@ -706,17 +706,17 @@ <h3>Method Details</h3>
706706
</div>
707707

708708
<div class="method">
709-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
709+
<code class="details" id="list_next">list_next()</code>
710710
<pre>Retrieves the next page of results.
711711

712-
Args:
713-
previous_request: The request for the previous page. (required)
714-
previous_response: The response from the request for the previous page. (required)
712+
Args:
713+
previous_request: The request for the previous page. (required)
714+
previous_response: The response from the request for the previous page. (required)
715715

716-
Returns:
717-
A request object that you can call &#x27;execute()&#x27; on to request the next
718-
page. Returns None if there are no more items in the collection.
719-
</pre>
716+
Returns:
717+
A request object that you can call &#x27;execute()&#x27; on to request the next
718+
page. Returns None if there are no more items in the collection.
719+
</pre>
720720
</div>
721721

722722
<div class="method">

docs/dyn/compute_alpha.backendServices.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Retrieves the list of all BackendService resources, regional and global, available to the specified project.</p>
8383
<p class="toc_element">
84-
<code><a href="#aggregatedList_next">aggregatedList_next(previous_request, previous_response)</a></code></p>
84+
<code><a href="#aggregatedList_next">aggregatedList_next()</a></code></p>
8585
<p class="firstline">Retrieves the next page of results.</p>
8686
<p class="toc_element">
8787
<code><a href="#close">close()</a></code></p>
@@ -108,7 +108,7 @@ <h2>Instance Methods</h2>
108108
<code><a href="#list">list(project, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
109109
<p class="firstline">Retrieves the list of BackendService resources available to the specified project.</p>
110110
<p class="toc_element">
111-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
111+
<code><a href="#list_next">list_next()</a></code></p>
112112
<p class="firstline">Retrieves the next page of results.</p>
113113
<p class="toc_element">
114114
<code><a href="#patch">patch(project, backendService, body=None, requestId=None, x__xgafv=None)</a></code></p>
@@ -667,17 +667,17 @@ <h3>Method Details</h3>
667667
</div>
668668

669669
<div class="method">
670-
<code class="details" id="aggregatedList_next">aggregatedList_next(previous_request, previous_response)</code>
670+
<code class="details" id="aggregatedList_next">aggregatedList_next()</code>
671671
<pre>Retrieves the next page of results.
672672

673-
Args:
674-
previous_request: The request for the previous page. (required)
675-
previous_response: The response from the request for the previous page. (required)
673+
Args:
674+
previous_request: The request for the previous page. (required)
675+
previous_response: The response from the request for the previous page. (required)
676676

677-
Returns:
678-
A request object that you can call &#x27;execute()&#x27; on to request the next
679-
page. Returns None if there are no more items in the collection.
680-
</pre>
677+
Returns:
678+
A request object that you can call &#x27;execute()&#x27; on to request the next
679+
page. Returns None if there are no more items in the collection.
680+
</pre>
681681
</div>
682682

683683
<div class="method">
@@ -2310,17 +2310,17 @@ <h3>Method Details</h3>
23102310
</div>
23112311

23122312
<div class="method">
2313-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
2313+
<code class="details" id="list_next">list_next()</code>
23142314
<pre>Retrieves the next page of results.
23152315

2316-
Args:
2317-
previous_request: The request for the previous page. (required)
2318-
previous_response: The response from the request for the previous page. (required)
2316+
Args:
2317+
previous_request: The request for the previous page. (required)
2318+
previous_response: The response from the request for the previous page. (required)
23192319

2320-
Returns:
2321-
A request object that you can call &#x27;execute()&#x27; on to request the next
2322-
page. Returns None if there are no more items in the collection.
2323-
</pre>
2320+
Returns:
2321+
A request object that you can call &#x27;execute()&#x27; on to request the next
2322+
page. Returns None if there are no more items in the collection.
2323+
</pre>
23242324
</div>
23252325

23262326
<div class="method">

docs/dyn/compute_alpha.diskTypes.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
7979
<p class="firstline">Retrieves an aggregated list of disk types.</p>
8080
<p class="toc_element">
81-
<code><a href="#aggregatedList_next">aggregatedList_next(previous_request, previous_response)</a></code></p>
81+
<code><a href="#aggregatedList_next">aggregatedList_next()</a></code></p>
8282
<p class="firstline">Retrieves the next page of results.</p>
8383
<p class="toc_element">
8484
<code><a href="#close">close()</a></code></p>
@@ -90,7 +90,7 @@ <h2>Instance Methods</h2>
9090
<code><a href="#list">list(project, zone, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Retrieves a list of disk types available to the specified project.</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">
@@ -177,17 +177,17 @@ <h3>Method Details</h3>
177177
</div>
178178

179179
<div class="method">
180-
<code class="details" id="aggregatedList_next">aggregatedList_next(previous_request, previous_response)</code>
180+
<code class="details" id="aggregatedList_next">aggregatedList_next()</code>
181181
<pre>Retrieves the next page of results.
182182

183-
Args:
184-
previous_request: The request for the previous page. (required)
185-
previous_response: The response from the request for the previous page. (required)
183+
Args:
184+
previous_request: The request for the previous page. (required)
185+
previous_response: The response from the request for the previous page. (required)
186186

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

193193
<div class="method">
@@ -306,17 +306,17 @@ <h3>Method Details</h3>
306306
</div>
307307

308308
<div class="method">
309-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
309+
<code class="details" id="list_next">list_next()</code>
310310
<pre>Retrieves the next page of results.
311311

312-
Args:
313-
previous_request: The request for the previous page. (required)
314-
previous_response: The response from the request for the previous page. (required)
312+
Args:
313+
previous_request: The request for the previous page. (required)
314+
previous_response: The response from the request for the previous page. (required)
315315

316-
Returns:
317-
A request object that you can call &#x27;execute()&#x27; on to request the next
318-
page. Returns None if there are no more items in the collection.
319-
</pre>
316+
Returns:
317+
A request object that you can call &#x27;execute()&#x27; on to request the next
318+
page. Returns None if there are no more items in the collection.
319+
</pre>
320320
</div>
321321

322322
</body></html>

0 commit comments

Comments
 (0)