Skip to content

Commit d1dcdfe

Browse files
yoshi-automationsofisl
authored andcommitted
fix(vmmigration): update the API
#### vmmigration:v1alpha1 The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.description #### vmmigration:v1 The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.description
1 parent 298e504 commit d1dcdfe

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
@@ -496,7 +496,7 @@
496496
]
497497
},
498498
"list": {
499-
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
499+
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
500500
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
501501
"httpMethod": "GET",
502502
"id": "vmmigration.projects.locations.operations.list",
@@ -1972,7 +1972,7 @@
19721972
}
19731973
}
19741974
},
1975-
"revision": "20230216",
1975+
"revision": "20230316",
19761976
"rootUrl": "https://vmmigration.googleapis.com/",
19771977
"schemas": {
19781978
"AccessKeyCredentials": {

discovery/vmmigration-v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
]
497497
},
498498
"list": {
499-
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
499+
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
500500
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/operations",
501501
"httpMethod": "GET",
502502
"id": "vmmigration.projects.locations.operations.list",
@@ -1972,7 +1972,7 @@
19721972
}
19731973
}
19741974
},
1975-
"revision": "20230223",
1975+
"revision": "20230316",
19761976
"rootUrl": "https://vmmigration.googleapis.com/",
19771977
"schemas": {
19781978
"AccessKeyCredentials": {

src/apis/vmmigration/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3519,7 +3519,7 @@ export namespace vmmigration_v1 {
35193519
}
35203520

35213521
/**
3522-
* Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/x/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/x\}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
3522+
* Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
35233523
* @example
35243524
* ```js
35253525
* // Before running the sample:

src/apis/vmmigration/v1alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3688,7 +3688,7 @@ export namespace vmmigration_v1alpha1 {
36883688
}
36893689

36903690
/**
3691-
* Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/x/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/x\}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
3691+
* Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
36923692
* @example
36933693
* ```js
36943694
* // Before running the sample:

0 commit comments

Comments
 (0)