You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### securityposture:v1
The following keys were added:
- resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
<pre>Lists information about the supported locations for this service.
125
125
126
126
Args:
127
127
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)
128
129
filter: string, 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).
129
130
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
130
131
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/securityposture.v1.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -855,6 +855,12 @@
855
855
"name"
856
856
],
857
857
"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
+
},
858
864
"filter": {
859
865
"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).",
0 commit comments