Skip to content

Commit 0300238

Browse files
feat(securityposture): update the api
#### securityposture:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent 251eb52 commit 0300238

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/dyn/securityposture_v1.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Gets information about a location.</p>
8383
<p class="toc_element">
84-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
84+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Lists information about the supported locations for this service.</p>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next()</a></code></p>
@@ -120,11 +120,12 @@ <h3>Method Details</h3>
120120
</div>
121121

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

126126
Args:
127127
name: string, The resource that owns the locations collection, if applicable. (required)
128+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
128129
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).
129130
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
130131
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/securityposture.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,12 @@
855855
"name"
856856
],
857857
"parameters": {
858+
"extraLocationTypes": {
859+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
860+
"location": "query",
861+
"repeated": true,
862+
"type": "string"
863+
},
858864
"filter": {
859865
"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).",
860866
"location": "query",
@@ -892,7 +898,7 @@
892898
}
893899
}
894900
},
895-
"revision": "20250226",
901+
"revision": "20250624",
896902
"rootUrl": "https://securityposture.googleapis.com/",
897903
"schemas": {
898904
"AssetDetails": {

0 commit comments

Comments
 (0)