Skip to content

Commit 23eadbc

Browse files
feat(apphub): update the api
#### apphub:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) #### apphub:v1alpha The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent 159b716 commit 23eadbc

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

docs/dyn/apphub_v1.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2>Instance Methods</h2>
109109
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
110110
<p class="firstline">Gets information about a location.</p>
111111
<p class="toc_element">
112-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
112+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
113113
<p class="firstline">Lists information about the supported locations for this service.</p>
114114
<p class="toc_element">
115115
<code><a href="#list_next">list_next()</a></code></p>
@@ -175,11 +175,12 @@ <h3>Method Details</h3>
175175
</div>
176176

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

181181
Args:
182182
name: string, The resource that owns the locations collection, if applicable. (required)
183+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
183184
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).
184185
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
185186
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/apphub_v1alpha.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2>Instance Methods</h2>
109109
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
110110
<p class="firstline">Gets information about a location.</p>
111111
<p class="toc_element">
112-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
112+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
113113
<p class="firstline">Lists information about the supported locations for this service.</p>
114114
<p class="toc_element">
115115
<code><a href="#list_next">list_next()</a></code></p>
@@ -175,11 +175,12 @@ <h3>Method Details</h3>
175175
</div>
176176

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

181181
Args:
182182
name: string, The resource that owns the locations collection, if applicable. (required)
183+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
183184
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).
184185
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
185186
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

googleapiclient/discovery_cache/documents/apphub.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,12 @@
171171
"name"
172172
],
173173
"parameters": {
174+
"extraLocationTypes": {
175+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
176+
"location": "query",
177+
"repeated": true,
178+
"type": "string"
179+
},
174180
"filter": {
175181
"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).",
176182
"location": "query",
@@ -1346,7 +1352,7 @@
13461352
}
13471353
}
13481354
},
1349-
"revision": "20250115",
1355+
"revision": "20250414",
13501356
"rootUrl": "https://apphub.googleapis.com/",
13511357
"schemas": {
13521358
"Application": {

googleapiclient/discovery_cache/documents/apphub.v1alpha.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,12 @@
171171
"name"
172172
],
173173
"parameters": {
174+
"extraLocationTypes": {
175+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
176+
"location": "query",
177+
"repeated": true,
178+
"type": "string"
179+
},
174180
"filter": {
175181
"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).",
176182
"location": "query",
@@ -1438,7 +1444,7 @@
14381444
}
14391445
}
14401446
},
1441-
"revision": "20250115",
1447+
"revision": "20250414",
14421448
"rootUrl": "https://apphub.googleapis.com/",
14431449
"schemas": {
14441450
"Application": {

0 commit comments

Comments
 (0)