Skip to content

Commit daa8f76

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) #### datamigration:v1beta1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent d9b7239 commit daa8f76

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

docs/dyn/datamigration_v1.projects.locations.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h2>Instance Methods</h2>
112112
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
113113
<p class="firstline">Gets information about a location.</p>
114114
<p class="toc_element">
115-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
115+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
116116
<p class="firstline">Lists information about the supported locations for this service.</p>
117117
<p class="toc_element">
118118
<code><a href="#list_next">list_next()</a></code></p>
@@ -189,11 +189,12 @@ <h3>Method Details</h3>
189189
</div>
190190

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

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Gets information about a location.</p>
9898
<p class="toc_element">
99-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
99+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Lists information about the supported locations for this service.</p>
101101
<p class="toc_element">
102102
<code><a href="#list_next">list_next()</a></code></p>
@@ -135,11 +135,12 @@ <h3>Method Details</h3>
135135
</div>
136136

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

141141
Args:
142142
name: string, The resource that owns the locations collection, if applicable. (required)
143+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
143144
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).
144145
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
145146
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/datamigration.v1.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@
179179
"name"
180180
],
181181
"parameters": {
182+
"extraLocationTypes": {
183+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
184+
"location": "query",
185+
"repeated": true,
186+
"type": "string"
187+
},
182188
"filter": {
183189
"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).",
184190
"location": "query",
@@ -2334,7 +2340,7 @@
23342340
}
23352341
}
23362342
},
2337-
"revision": "20250319",
2343+
"revision": "20250409",
23382344
"rootUrl": "https://datamigration.googleapis.com/",
23392345
"schemas": {
23402346
"AlloyDbConnectionProfile": {

googleapiclient/discovery_cache/documents/datamigration.v1beta1.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"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).",
148154
"location": "query",
@@ -1049,7 +1055,7 @@
10491055
}
10501056
}
10511057
},
1052-
"revision": "20241202",
1058+
"revision": "20250409",
10531059
"rootUrl": "https://datamigration.googleapis.com/",
10541060
"schemas": {
10551061
"AuditConfig": {

0 commit comments

Comments
 (0)