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
<pre>Lists information about the supported locations for this service.
222
222
223
223
Args:
224
224
name: string, The resource that owns the locations collection, if applicable. (required)
225
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
225
226
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).
226
227
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
227
228
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
<pclass="firstline">Executes an action with the name specified in the request. The input parameters for executing the action are passed through the body of the ExecuteAction request.</p>
name: string, Required. Resource name of the Action. Format: projects/{project}/locations/{location}/connections/{connection}/actions/{action} (required)
136
+
view: string, Specified view of the action schema.
137
+
Allowed values
138
+
ACTION_SCHEMA_VIEW_UNSPECIFIED - VIEW_UNSPECIFIED. The unset value. Defaults to BASIC View.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/connectors.v1.json
+23-1
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,12 @@
193
193
"name"
194
194
],
195
195
"parameters": {
196
+
"extraLocationTypes": {
197
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
198
+
"location": "query",
199
+
"repeated": true,
200
+
"type": "string"
201
+
},
196
202
"filter": {
197
203
"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).",
198
204
"location": "query",
@@ -1954,6 +1960,11 @@
1954
1960
"pattern": "^projects/[^/]+/locations/global$",
1955
1961
"required": true,
1956
1962
"type": "string"
1963
+
},
1964
+
"returnPartialSuccess": {
1965
+
"description": "Optional. If true, allow partial responses for multi-regional Aggregated List requests.",
0 commit comments