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 101c370

Browse files
committedApr 22, 2025
feat(networksecurity): update the api
#### networksecurity:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) #### networksecurity:v1beta1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent 97f93de commit 101c370

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed
 

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h2>Instance Methods</h2>
151151
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
152152
<p class="firstline">Gets information about a location.</p>
153153
<p class="toc_element">
154-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
154+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
155155
<p class="firstline">Lists information about the supported locations for this service.</p>
156156
<p class="toc_element">
157157
<code><a href="#list_next">list_next()</a></code></p>
@@ -190,11 +190,12 @@ <h3>Method Details</h3>
190190
</div>
191191

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

196196
Args:
197197
name: string, The resource that owns the locations collection, if applicable. (required)
198+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
198199
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).
199200
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
200201
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/networksecurity_v1beta1.projects.locations.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2>Instance Methods</h2>
176176
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
177177
<p class="firstline">Gets information about a location.</p>
178178
<p class="toc_element">
179-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
179+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
180180
<p class="firstline">Lists information about the supported locations for this service.</p>
181181
<p class="toc_element">
182182
<code><a href="#list_next">list_next()</a></code></p>
@@ -215,11 +215,12 @@ <h3>Method Details</h3>
215215
</div>
216216

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

221221
Args:
222222
name: string, The resource that owns the locations collection, if applicable. (required)
223+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
223224
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).
224225
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
225226
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

‎googleapiclient/discovery_cache/documents/networksecurity.v1.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,12 @@
10771077
"name"
10781078
],
10791079
"parameters": {
1080+
"extraLocationTypes": {
1081+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
1082+
"location": "query",
1083+
"repeated": true,
1084+
"type": "string"
1085+
},
10801086
"filter": {
10811087
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
10821088
"location": "query",
@@ -4174,7 +4180,7 @@
41744180
}
41754181
}
41764182
},
4177-
"revision": "20250310",
4183+
"revision": "20250326",
41784184
"rootUrl": "https://networksecurity.googleapis.com/",
41794185
"schemas": {
41804186
"AddAddressGroupItemsRequest": {

‎googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,12 @@
10771077
"name"
10781078
],
10791079
"parameters": {
1080+
"extraLocationTypes": {
1081+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
1082+
"location": "query",
1083+
"repeated": true,
1084+
"type": "string"
1085+
},
10801086
"filter": {
10811087
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
10821088
"location": "query",
@@ -5064,7 +5070,7 @@
50645070
}
50655071
}
50665072
},
5067-
"revision": "20250310",
5073+
"revision": "20250326",
50685074
"rootUrl": "https://networksecurity.googleapis.com/",
50695075
"schemas": {
50705076
"AddAddressGroupItemsRequest": {

0 commit comments

Comments
 (0)
Please sign in to comment.