Skip to content

Commit 8b0087b

Browse files
feat(rapidmigrationassessment): update the API
#### rapidmigrationassessment:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.location - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.repeated - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.type
1 parent bde826a commit 8b0087b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎discovery/rapidmigrationassessment-v1.json

Lines changed: 7 additions & 1 deletion
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",
@@ -633,7 +639,7 @@
633639
}
634640
}
635641
},
636-
"revision": "20250214",
642+
"revision": "20250324",
637643
"rootUrl": "https://rapidmigrationassessment.googleapis.com/",
638644
"schemas": {
639645
"Annotation": {

‎src/apis/rapidmigrationassessment/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,10 @@ export namespace rapidmigrationassessment_v1 {
628628
}
629629
export interface Params$Resource$Projects$Locations$List
630630
extends StandardParameters {
631+
/**
632+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
633+
*/
634+
extraLocationTypes?: string[];
631635
/**
632636
* 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).
633637
*/

0 commit comments

Comments
 (0)