Skip to content

Commit 4f8f602

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - resources.projects.resources.locations.resources.global.resources.managedZones.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.ConnectorInfraConfig.properties.provisionMemstore.type (Total Keys: 1) - schemas.ListManagedZonesResponse.properties.unreachable (Total Keys: 2) #### connectors:v2 The following keys were added: - resources.projects.resources.locations.resources.connections.resources.actions.methods.get.parameters.view (Total Keys: 2)
1 parent b84ad39 commit 4f8f602

6 files changed

+57
-8
lines changed

docs/dyn/connectors_v1.projects.locations.global_.managedZones.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Instance Methods</h2>
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Gets details of a single ManagedZone.</p>
8989
<p class="toc_element">
90-
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
90+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">List ManagedZones in a given project</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next()</a></code></p>
@@ -217,7 +217,7 @@ <h3>Method Details</h3>
217217
</div>
218218

219219
<div class="method">
220-
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
220+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
221221
<pre>List ManagedZones in a given project
222222

223223
Args:
@@ -226,6 +226,7 @@ <h3>Method Details</h3>
226226
orderBy: string, Order by parameters.
227227
pageSize: integer, Page size.
228228
pageToken: string, Page token.
229+
returnPartialSuccess: boolean, Optional. If true, allow partial responses for multi-regional Aggregated List requests.
229230
x__xgafv: string, V1 error format.
230231
Allowed values
231232
1 - v1 error format
@@ -250,6 +251,9 @@ <h3>Method Details</h3>
250251
},
251252
],
252253
&quot;nextPageToken&quot;: &quot;A String&quot;, # Next page token.
254+
&quot;unreachable&quot;: [ # Locations that could not be reached.
255+
&quot;A String&quot;,
256+
],
253257
}</pre>
254258
</div>
255259

docs/dyn/connectors_v1.projects.locations.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h2>Instance Methods</h2>
117117
<code><a href="#getRuntimeConfig">getRuntimeConfig(name, x__xgafv=None)</a></code></p>
118118
<p class="firstline">Gets the runtimeConfig of a location. RuntimeConfig is a singleton resource for each location.</p>
119119
<p class="toc_element">
120-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
120+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
121121
<p class="firstline">Lists information about the supported locations for this service.</p>
122122
<p class="toc_element">
123123
<code><a href="#list_next">list_next()</a></code></p>
@@ -217,11 +217,12 @@ <h3>Method Details</h3>
217217
</div>
218218

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

223223
Args:
224224
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)
225226
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).
226227
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
227228
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/connectors_v1.projects.locations.providers.connectors.versions.html

+2
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ <h3>Method Details</h3>
343343
&quot;migrateDeploymentModel&quot;: True or False, # Indicate whether connector is being migrated to cloud run deployment model.
344344
&quot;migrateTls&quot;: True or False, # Indicate whether connector is being migrated to TLS.
345345
&quot;provisionCloudSpanner&quot;: True or False, # Indicate whether cloud spanner is required for connector job.
346+
&quot;provisionMemstore&quot;: True or False, # Indicate whether memstore is required for connector job.
346347
&quot;ratelimitThreshold&quot;: &quot;A String&quot;, # Max QPS supported by the connector version before throttling of requests.
347348
&quot;resourceLimits&quot;: { # Resource limits defined for connection pods of a given connector type. # System resource limits.
348349
&quot;cpu&quot;: &quot;A String&quot;, # Output only. CPU limit.
@@ -1114,6 +1115,7 @@ <h3>Method Details</h3>
11141115
&quot;migrateDeploymentModel&quot;: True or False, # Indicate whether connector is being migrated to cloud run deployment model.
11151116
&quot;migrateTls&quot;: True or False, # Indicate whether connector is being migrated to TLS.
11161117
&quot;provisionCloudSpanner&quot;: True or False, # Indicate whether cloud spanner is required for connector job.
1118+
&quot;provisionMemstore&quot;: True or False, # Indicate whether memstore is required for connector job.
11171119
&quot;ratelimitThreshold&quot;: &quot;A String&quot;, # Max QPS supported by the connector version before throttling of requests.
11181120
&quot;resourceLimits&quot;: { # Resource limits defined for connection pods of a given connector type. # System resource limits.
11191121
&quot;cpu&quot;: &quot;A String&quot;, # Output only. CPU limit.

docs/dyn/connectors_v2.projects.locations.connections.actions.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#execute">execute(name, body=None, x__xgafv=None)</a></code></p>
8282
<p class="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>
8383
<p class="toc_element">
84-
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
84+
<code><a href="#get">get(name, view=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Gets the schema of the given action.</p>
8686
<p class="toc_element">
8787
<code><a href="#list">list(parent, pageSize=None, pageToken=None, view=None, x__xgafv=None)</a></code></p>
@@ -128,11 +128,16 @@ <h3>Method Details</h3>
128128
</div>
129129

130130
<div class="method">
131-
<code class="details" id="get">get(name, x__xgafv=None)</code>
131+
<code class="details" id="get">get(name, view=None, x__xgafv=None)</code>
132132
<pre>Gets the schema of the given action.
133133

134134
Args:
135135
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.
139+
ACTION_SCHEMA_VIEW_BASIC - Return basic action schema.
140+
ACTION_SCHEMA_VIEW_ENRICHED - Return enriched action schema.
136141
x__xgafv: string, V1 error format.
137142
Allowed values
138143
1 - v1 error format

googleapiclient/discovery_cache/documents/connectors.v1.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@
193193
"name"
194194
],
195195
"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+
},
196202
"filter": {
197203
"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).",
198204
"location": "query",
@@ -1954,6 +1960,11 @@
19541960
"pattern": "^projects/[^/]+/locations/global$",
19551961
"required": true,
19561962
"type": "string"
1963+
},
1964+
"returnPartialSuccess": {
1965+
"description": "Optional. If true, allow partial responses for multi-regional Aggregated List requests.",
1966+
"location": "query",
1967+
"type": "boolean"
19571968
}
19581969
},
19591970
"path": "v1/{+parent}/managedZones",
@@ -2560,7 +2571,7 @@
25602571
}
25612572
}
25622573
},
2563-
"revision": "20250304",
2574+
"revision": "20250327",
25642575
"rootUrl": "https://connectors.googleapis.com/",
25652576
"schemas": {
25662577
"AuditConfig": {
@@ -3587,6 +3598,10 @@
35873598
"description": "Indicate whether cloud spanner is required for connector job.",
35883599
"type": "boolean"
35893600
},
3601+
"provisionMemstore": {
3602+
"description": "Indicate whether memstore is required for connector job.",
3603+
"type": "boolean"
3604+
},
35903605
"ratelimitThreshold": {
35913606
"description": "Max QPS supported by the connector version before throttling of requests.",
35923607
"format": "int64",
@@ -6056,6 +6071,13 @@ false
60566071
"nextPageToken": {
60576072
"description": "Next page token.",
60586073
"type": "string"
6074+
},
6075+
"unreachable": {
6076+
"description": "Locations that could not be reached.",
6077+
"items": {
6078+
"type": "string"
6079+
},
6080+
"type": "array"
60596081
}
60606082
},
60616083
"type": "object"

googleapiclient/discovery_cache/documents/connectors.v2.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,21 @@
288288
"pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/actions/[^/]+$",
289289
"required": true,
290290
"type": "string"
291+
},
292+
"view": {
293+
"description": "Specified view of the action schema.",
294+
"enum": [
295+
"ACTION_SCHEMA_VIEW_UNSPECIFIED",
296+
"ACTION_SCHEMA_VIEW_BASIC",
297+
"ACTION_SCHEMA_VIEW_ENRICHED"
298+
],
299+
"enumDescriptions": [
300+
"VIEW_UNSPECIFIED. The unset value. Defaults to BASIC View.",
301+
"Return basic action schema.",
302+
"Return enriched action schema."
303+
],
304+
"location": "query",
305+
"type": "string"
291306
}
292307
},
293308
"path": "v2/{+name}",
@@ -675,7 +690,7 @@
675690
}
676691
}
677692
},
678-
"revision": "20250304",
693+
"revision": "20250327",
679694
"rootUrl": "https://connectors.googleapis.com/",
680695
"schemas": {
681696
"AccessCredentials": {

0 commit comments

Comments
 (0)