Skip to content

Commit a3e3147

Browse files
yoshi-automationsofisl
authored andcommitted
fix(vmmigration): update the API
#### vmmigration:v1alpha1 The following keys were changed: - schemas.Location.description #### vmmigration:v1 The following keys were changed: - schemas.Location.description
1 parent aaafb85 commit a3e3147

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/vmmigration-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@
19721972
}
19731973
}
19741974
},
1975-
"revision": "20230330",
1975+
"revision": "20230420",
19761976
"rootUrl": "https://vmmigration.googleapis.com/",
19771977
"schemas": {
19781978
"AccessKeyCredentials": {
@@ -3408,7 +3408,7 @@
34083408
"type": "object"
34093409
},
34103410
"Location": {
3411-
"description": "A resource that represents Google Cloud Platform location.",
3411+
"description": "A resource that represents a Google Cloud location.",
34123412
"id": "Location",
34133413
"properties": {
34143414
"displayName": {

discovery/vmmigration-v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@
19721972
}
19731973
}
19741974
},
1975-
"revision": "20230330",
1975+
"revision": "20230420",
19761976
"rootUrl": "https://vmmigration.googleapis.com/",
19771977
"schemas": {
19781978
"AccessKeyCredentials": {
@@ -3437,7 +3437,7 @@
34373437
"type": "object"
34383438
},
34393439
"Location": {
3440-
"description": "A resource that represents Google Cloud Platform location.",
3440+
"description": "A resource that represents a Google Cloud location.",
34413441
"id": "Location",
34423442
"properties": {
34433443
"displayName": {

src/apis/vmmigration/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ export namespace vmmigration_v1 {
10401040
message?: string | null;
10411041
}
10421042
/**
1043-
* A resource that represents Google Cloud Platform location.
1043+
* A resource that represents a Google Cloud location.
10441044
*/
10451045
export interface Schema$Location {
10461046
/**

src/apis/vmmigration/v1alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ export namespace vmmigration_v1alpha1 {
10611061
message?: string | null;
10621062
}
10631063
/**
1064-
* A resource that represents Google Cloud Platform location.
1064+
* A resource that represents a Google Cloud location.
10651065
*/
10661066
export interface Schema$Location {
10671067
/**

0 commit comments

Comments
 (0)