Skip to content

Commit 68046d5

Browse files
feat(domains): update the api
#### domains: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) #### domains:v1alpha2 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) #### domains: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 1740f1e commit 68046d5

9 files changed

+72
-24
lines changed

docs/dyn/domains_v1.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<p class="firstline">Gets information about a location.</p>
9393
<p class="toc_element">
9494
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
95-
<p class="firstline">Lists information about the supported locations for this service.</p>
95+
<p class="firstline">Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.</p>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next()</a></code></p>
9898
<p class="firstline">Retrieves the next page of results.</p>
@@ -131,11 +131,11 @@ <h3>Method Details</h3>
131131

132132
<div class="method">
133133
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
134-
<pre>Lists information about the supported locations for this service.
134+
<pre>Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
138+
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)
139139
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).
140140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
141141
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/domains_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. For example, when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not supported by default 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. For example, when attempting to list all resources across all supported locations.
172+
&quot;A String&quot;,
173+
],
170174
}</pre>
171175
</div>
172176

docs/dyn/domains_v1alpha2.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<p class="firstline">Gets information about a location.</p>
9393
<p class="toc_element">
9494
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
95-
<p class="firstline">Lists information about the supported locations for this service.</p>
95+
<p class="firstline">Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.</p>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next()</a></code></p>
9898
<p class="firstline">Retrieves the next page of results.</p>
@@ -131,11 +131,11 @@ <h3>Method Details</h3>
131131

132132
<div class="method">
133133
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
134-
<pre>Lists information about the supported locations for this service.
134+
<pre>Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
138+
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)
139139
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).
140140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
141141
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/domains_v1alpha2.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. For example, when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not supported by default 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. For example, when attempting to list all resources across all supported locations.
172+
&quot;A String&quot;,
173+
],
170174
}</pre>
171175
</div>
172176

docs/dyn/domains_v1beta1.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<p class="firstline">Gets information about a location.</p>
9393
<p class="toc_element">
9494
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
95-
<p class="firstline">Lists information about the supported locations for this service.</p>
95+
<p class="firstline">Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.</p>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next()</a></code></p>
9898
<p class="firstline">Retrieves the next page of results.</p>
@@ -131,11 +131,11 @@ <h3>Method Details</h3>
131131

132132
<div class="method">
133133
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
134-
<pre>Lists information about the supported locations for this service.
134+
<pre>Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
138+
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)
139139
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).
140140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
141141
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/domains_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. For example, when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not supported by default 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. For example, 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/domains.v1.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "domains.projects.locations.list",
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -241,6 +241,11 @@
241241
"description": "The standard list page token.",
242242
"location": "query",
243243
"type": "string"
244+
},
245+
"returnPartialSuccess": {
246+
"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. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
247+
"location": "query",
248+
"type": "boolean"
244249
}
245250
},
246251
"path": "v1/{+name}/operations",
@@ -971,7 +976,7 @@
971976
}
972977
}
973978
},
974-
"revision": "20250918",
979+
"revision": "20260126",
975980
"rootUrl": "https://domains.googleapis.com/",
976981
"schemas": {
977982
"AuditConfig": {
@@ -1630,6 +1635,13 @@ false
16301635
"$ref": "Operation"
16311636
},
16321637
"type": "array"
1638+
},
1639+
"unreachable": {
1640+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
1641+
"items": {
1642+
"type": "string"
1643+
},
1644+
"type": "array"
16331645
}
16341646
},
16351647
"type": "object"

googleapiclient/discovery_cache/documents/domains.v1alpha2.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1alpha2/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "domains.projects.locations.list",
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -241,6 +241,11 @@
241241
"description": "The standard list page token.",
242242
"location": "query",
243243
"type": "string"
244+
},
245+
"returnPartialSuccess": {
246+
"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. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
247+
"location": "query",
248+
"type": "boolean"
244249
}
245250
},
246251
"path": "v1alpha2/{+name}/operations",
@@ -971,7 +976,7 @@
971976
}
972977
}
973978
},
974-
"revision": "20250918",
979+
"revision": "20260126",
975980
"rootUrl": "https://domains.googleapis.com/",
976981
"schemas": {
977982
"AuditConfig": {
@@ -1630,6 +1635,13 @@ false
16301635
"$ref": "Operation"
16311636
},
16321637
"type": "array"
1638+
},
1639+
"unreachable": {
1640+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
1641+
"items": {
1642+
"type": "string"
1643+
},
1644+
"type": "array"
16331645
}
16341646
},
16351647
"type": "object"

0 commit comments

Comments
 (0)