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 1ee9950

Browse files
committedApr 22, 2025
feat(networkservices): update the api
#### networkservices:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) #### networkservices:v1beta1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - resources.projects.resources.locations.resources.lbEdgeExtensions.methods.create (Total Keys: 16) - resources.projects.resources.locations.resources.lbEdgeExtensions.methods.delete (Total Keys: 13) - resources.projects.resources.locations.resources.lbEdgeExtensions.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.lbEdgeExtensions.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.lbEdgeExtensions.methods.patch (Total Keys: 17) - schemas.LbEdgeExtension (Total Keys: 16) - schemas.ListLbEdgeExtensionsResponse (Total Keys: 7)
1 parent 101c370 commit 1ee9950

11 files changed

+810
-74
lines changed
 

‎docs/dyn/networkservices_v1.projects.locations.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h2>Instance Methods</h2>
166166
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
167167
<p class="firstline">Gets information about a location.</p>
168168
<p class="toc_element">
169-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
169+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
170170
<p class="firstline">Lists information about the supported locations for this service.</p>
171171
<p class="toc_element">
172172
<code><a href="#list_next">list_next()</a></code></p>
@@ -205,11 +205,12 @@ <h3>Method Details</h3>
205205
</div>
206206

207207
<div class="method">
208-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
208+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
209209
<pre>Lists information about the supported locations for this service.
210210

211211
Args:
212212
name: string, The resource that owns the locations collection, if applicable. (required)
213+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
213214
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
214215
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
215216
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

‎docs/dyn/networkservices_v1.projects.locations.lbRouteExtensions.html

+12-12
Large diffs are not rendered by default.

‎docs/dyn/networkservices_v1.projects.locations.lbTrafficExtensions.html

+12-12
Large diffs are not rendered by default.

‎docs/dyn/networkservices_v1.projects.locations.serviceBindings.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107
body: object, The request body.
108108
The object takes the form of:
109109

110-
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
110+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers. - Bind a Cloud Run service to be used in consumer Cloud Service Mesh or Application Load Balancers.
111111
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
112112
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
113113
&quot;labels&quot;: { # Optional. Set of label tags associated with the ServiceBinding resource.
@@ -198,7 +198,7 @@ <h3>Method Details</h3>
198198
Returns:
199199
An object of the form:
200200

201-
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
201+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers. - Bind a Cloud Run service to be used in consumer Cloud Service Mesh or Application Load Balancers.
202202
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
203203
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
204204
&quot;labels&quot;: { # Optional. Set of label tags associated with the ServiceBinding resource.
@@ -230,7 +230,7 @@ <h3>Method Details</h3>
230230
{ # Response returned by the ListServiceBindings method.
231231
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
232232
&quot;serviceBindings&quot;: [ # List of ServiceBinding resources.
233-
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
233+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers. - Bind a Cloud Run service to be used in consumer Cloud Service Mesh or Application Load Balancers.
234234
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
235235
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
236236
&quot;labels&quot;: { # Optional. Set of label tags associated with the ServiceBinding resource.

‎docs/dyn/networkservices_v1beta1.projects.locations.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ <h2>Instance Methods</h2>
9999
</p>
100100
<p class="firstline">Returns the httpRoutes Resource.</p>
101101

102+
<p class="toc_element">
103+
<code><a href="networkservices_v1beta1.projects.locations.lbEdgeExtensions.html">lbEdgeExtensions()</a></code>
104+
</p>
105+
<p class="firstline">Returns the lbEdgeExtensions Resource.</p>
106+
102107
<p class="toc_element">
103108
<code><a href="networkservices_v1beta1.projects.locations.lbRouteExtensions.html">lbRouteExtensions()</a></code>
104109
</p>
@@ -151,7 +156,7 @@ <h2>Instance Methods</h2>
151156
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
152157
<p class="firstline">Gets information about a location.</p>
153158
<p class="toc_element">
154-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
159+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
155160
<p class="firstline">Lists information about the supported locations for this service.</p>
156161
<p class="toc_element">
157162
<code><a href="#list_next">list_next()</a></code></p>
@@ -190,11 +195,12 @@ <h3>Method Details</h3>
190195
</div>
191196

192197
<div class="method">
193-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
198+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
194199
<pre>Lists information about the supported locations for this service.
195200

196201
Args:
197202
name: string, The resource that owns the locations collection, if applicable. (required)
203+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
198204
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
199205
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
200206
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

0 commit comments

Comments
 (0)
Please sign in to comment.