Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e836b5

Browse files
committedMar 7, 2023
feat(compute): update the api
#### compute:v1 The following keys were added: - schemas.ForwardingRule.properties.baseForwardingRule.type (Total Keys: 1) - schemas.ForwardingRule.properties.sourceIpRanges (Total Keys: 2) - schemas.SecurityPolicyRule.properties.preconfiguredWafConfig.$ref (Total Keys: 1) - schemas.SecurityPolicyRulePreconfiguredWafConfig (Total Keys: 21)
1 parent 5962e7e commit 8e836b5

File tree

110 files changed

+1034
-487
lines changed

Some content is hidden

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

110 files changed

+1034
-487
lines changed
 

‎docs/dyn/compute_beta.autoscalers.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Deletes the specified autoscaler.</p>
8989
<p class="toc_element">
9090
<code><a href="#get">get(project, zone, autoscaler, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Returns the specified autoscaler resource. Gets a list of available autoscalers by making a list() request.</p>
91+
<p class="firstline">Returns the specified autoscaler resource.</p>
9292
<p class="toc_element">
9393
<code><a href="#insert">insert(project, zone, body=None, requestId=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Creates an autoscaler in the specified project using the data included in the request.</p>
@@ -355,7 +355,7 @@ <h3>Method Details</h3>
355355

356356
<div class="method">
357357
<code class="details" id="get">get(project, zone, autoscaler, x__xgafv=None)</code>
358-
<pre>Returns the specified autoscaler resource. Gets a list of available autoscalers by making a list() request.
358+
<pre>Returns the specified autoscaler resource.
359359

360360
Args:
361361
project: string, Project ID for this request. (required)

‎docs/dyn/compute_beta.backendBuckets.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Deletes a key for validating requests with signed URLs for this backend bucket.</p>
8989
<p class="toc_element">
9090
<code><a href="#get">get(project, backendBucket, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Returns the specified BackendBucket resource. Gets a list of available backend buckets by making a list() request.</p>
91+
<p class="firstline">Returns the specified BackendBucket resource.</p>
9292
<p class="toc_element">
9393
<code><a href="#getIamPolicy">getIamPolicy(project, resource, optionsRequestedPolicyVersion=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</p>
@@ -415,7 +415,7 @@ <h3>Method Details</h3>
415415

416416
<div class="method">
417417
<code class="details" id="get">get(project, backendBucket, x__xgafv=None)</code>
418-
<pre>Returns the specified BackendBucket resource. Gets a list of available backend buckets by making a list() request.
418+
<pre>Returns the specified BackendBucket resource.
419419

420420
Args:
421421
project: string, Project ID for this request. (required)

0 commit comments

Comments
 (0)
Please sign in to comment.