Skip to content

Commit 6ca2030

Browse files
fix(rapidmigrationassessment): update the API
#### rapidmigrationassessment:v1 The following keys were changed: - resources.projects.resources.locations.resources.collectors.methods.delete.description
1 parent 3eeb773 commit 6ca2030

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/rapidmigrationassessment-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
]
281281
},
282282
"delete": {
283-
"description": "Deletes a single Collector - changes state of collector to \"Deleting\". Background jobs does final deletion thorugh producer api.",
283+
"description": "Deletes a single Collector - changes state of collector to \"Deleting\". Background jobs does final deletion through producer API.",
284284
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collectors/{collectorsId}",
285285
"httpMethod": "DELETE",
286286
"id": "rapidmigrationassessment.projects.locations.collectors.delete",
@@ -633,7 +633,7 @@
633633
}
634634
}
635635
},
636-
"revision": "20241211",
636+
"revision": "20250214",
637637
"rootUrl": "https://rapidmigrationassessment.googleapis.com/",
638638
"schemas": {
639639
"Annotation": {

src/apis/rapidmigrationassessment/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ export namespace rapidmigrationassessment_v1 {
948948
}
949949

950950
/**
951-
* Deletes a single Collector - changes state of collector to "Deleting". Background jobs does final deletion thorugh producer api.
951+
* Deletes a single Collector - changes state of collector to "Deleting". Background jobs does final deletion through producer API.
952952
*
953953
* @param params - Parameters for request
954954
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

0 commit comments

Comments
 (0)