Skip to content

Commit 14ea9eb

Browse files
yoshi-automationsofisl
authored andcommitted
fix(migrationcenter): update the API
#### migrationcenter:v1alpha1 The following keys were changed: - resources.projects.resources.locations.resources.preferenceSets.methods.patch.parameters.name.description - schemas.PreferenceSet.properties.name.description
1 parent 8746072 commit 14ea9eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎discovery/migrationcenter-v1alpha1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,7 +1831,7 @@
18311831
],
18321832
"parameters": {
18331833
"name": {
1834-
"description": "Output only. Name of the preference set.",
1834+
"description": "Output only. Name of the PreferenceSet.",
18351835
"location": "path",
18361836
"pattern": "^projects/[^/]+/locations/[^/]+/preferenceSets/[^/]+$",
18371837
"required": true,
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20250220",
2551+
"revision": "20250312",
25522552
"rootUrl": "https://migrationcenter.googleapis.com/",
25532553
"schemas": {
25542554
"AddAssetsToGroupRequest": {
@@ -7100,7 +7100,7 @@
71007100
"type": "string"
71017101
},
71027102
"name": {
7103-
"description": "Output only. Name of the preference set.",
7103+
"description": "Output only. Name of the PreferenceSet.",
71047104
"readOnly": true,
71057105
"type": "string"
71067106
},

‎src/apis/migrationcenter/v1alpha1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3162,7 +3162,7 @@ export namespace migrationcenter_v1alpha1 {
31623162
*/
31633163
displayName?: string | null;
31643164
/**
3165-
* Output only. Name of the preference set.
3165+
* Output only. Name of the PreferenceSet.
31663166
*/
31673167
name?: string | null;
31683168
/**
@@ -9792,7 +9792,7 @@ export namespace migrationcenter_v1alpha1 {
97929792
export interface Params$Resource$Projects$Locations$Preferencesets$Patch
97939793
extends StandardParameters {
97949794
/**
9795-
* Output only. Name of the preference set.
9795+
* Output only. Name of the PreferenceSet.
97969796
*/
97979797
name?: string;
97989798
/**

0 commit comments

Comments
 (0)