Skip to content

Commit b8f17a0

Browse files
feat(vpcaccess): update the api
#### vpcaccess:v1 The following keys were added: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.ListOperationsResponse.properties.unreachable (Total Keys: 2) #### vpcaccess:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.ListOperationsResponse.properties.unreachable (Total Keys: 2)
1 parent d92cdbd commit b8f17a0

File tree

6 files changed

+42
-10
lines changed

6 files changed

+42
-10
lines changed

docs/dyn/vpcaccess_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h3>Method Details</h3>
105105

106106
Args:
107107
name: string, The resource that owns the locations collection, if applicable. (required)
108-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
108+
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
109109
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).
110110
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
111111
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/vpcaccess_v1.projects.locations.operations.html

Lines changed: 6 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 the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</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, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next()</a></code></p>
@@ -128,14 +128,15 @@ <h3>Method Details</h3>
128128
</div>
129129

130130
<div class="method">
131-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
131+
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
132132
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`.
133133

134134
Args:
135135
name: string, The name of the operation&#x27;s parent resource. (required)
136136
filter: string, The standard list filter.
137137
pageSize: integer, The standard list page size.
138138
pageToken: string, The standard list page token.
139+
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
139140
x__xgafv: string, V1 error format.
140141
Allowed values
141142
1 - v1 error format
@@ -167,6 +168,9 @@ <h3>Method Details</h3>
167168
},
168169
},
169170
],
171+
&quot;unreachable&quot;: [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
172+
&quot;A String&quot;,
173+
],
170174
}</pre>
171175
</div>
172176

docs/dyn/vpcaccess_v1beta1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h3>Method Details</h3>
105105

106106
Args:
107107
name: string, The resource that owns the locations collection, if applicable. (required)
108-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
108+
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
109109
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).
110110
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
111111
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/vpcaccess_v1beta1.projects.locations.operations.html

Lines changed: 6 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 the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</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, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next()</a></code></p>
@@ -128,14 +128,15 @@ <h3>Method Details</h3>
128128
</div>
129129

130130
<div class="method">
131-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
131+
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
132132
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`.
133133

134134
Args:
135135
name: string, The name of the operation&#x27;s parent resource. (required)
136136
filter: string, The standard list filter.
137137
pageSize: integer, The standard list page size.
138138
pageToken: string, The standard list page token.
139+
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
139140
x__xgafv: string, V1 error format.
140141
Allowed values
141142
1 - v1 error format
@@ -167,6 +168,9 @@ <h3>Method Details</h3>
167168
},
168169
},
169170
],
171+
&quot;unreachable&quot;: [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
172+
&quot;A String&quot;,
173+
],
170174
}</pre>
171175
</div>
172176

googleapiclient/discovery_cache/documents/vpcaccess.v1.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
],
120120
"parameters": {
121121
"extraLocationTypes": {
122-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
122+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
123123
"location": "query",
124124
"repeated": true,
125125
"type": "string"
@@ -373,6 +373,11 @@
373373
"description": "The standard list page token.",
374374
"location": "query",
375375
"type": "string"
376+
},
377+
"returnPartialSuccess": {
378+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
379+
"location": "query",
380+
"type": "boolean"
376381
}
377382
},
378383
"path": "v1/{+name}/operations",
@@ -390,7 +395,7 @@
390395
}
391396
}
392397
},
393-
"revision": "20250916",
398+
"revision": "20251021",
394399
"rootUrl": "https://vpcaccess.googleapis.com/",
395400
"schemas": {
396401
"Connector": {
@@ -521,6 +526,13 @@
521526
"$ref": "Operation"
522527
},
523528
"type": "array"
529+
},
530+
"unreachable": {
531+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
532+
"items": {
533+
"type": "string"
534+
},
535+
"type": "array"
524536
}
525537
},
526538
"type": "object"

googleapiclient/discovery_cache/documents/vpcaccess.v1beta1.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
],
120120
"parameters": {
121121
"extraLocationTypes": {
122-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
122+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
123123
"location": "query",
124124
"repeated": true,
125125
"type": "string"
@@ -373,6 +373,11 @@
373373
"description": "The standard list page token.",
374374
"location": "query",
375375
"type": "string"
376+
},
377+
"returnPartialSuccess": {
378+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
379+
"location": "query",
380+
"type": "boolean"
376381
}
377382
},
378383
"path": "v1beta1/{+name}/operations",
@@ -390,7 +395,7 @@
390395
}
391396
}
392397
},
393-
"revision": "20250916",
398+
"revision": "20251021",
394399
"rootUrl": "https://vpcaccess.googleapis.com/",
395400
"schemas": {
396401
"Connector": {
@@ -533,6 +538,13 @@
533538
"$ref": "Operation"
534539
},
535540
"type": "array"
541+
},
542+
"unreachable": {
543+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
544+
"items": {
545+
"type": "string"
546+
},
547+
"type": "array"
536548
}
537549
},
538550
"type": "object"

0 commit comments

Comments
 (0)