Skip to content

Commit fd0c642

Browse files
yoshi-automationsofisl
authored andcommitted
fix(vmmigration): update the API
#### vmmigration:v1alpha1 The following keys were changed: - resources.projects.resources.locations.resources.imageImports.methods.list.parameters.filter.description - resources.projects.resources.locations.resources.imageImports.methods.list.parameters.orderBy.description - resources.projects.resources.locations.resources.imageImports.resources.imageImportJobs.methods.list.parameters.filter.description - resources.projects.resources.locations.resources.imageImports.resources.imageImportJobs.methods.list.parameters.orderBy.description #### vmmigration:v1 The following keys were changed: - resources.projects.resources.locations.resources.imageImports.methods.list.parameters.filter.description - resources.projects.resources.locations.resources.imageImports.methods.list.parameters.orderBy.description - resources.projects.resources.locations.resources.imageImports.resources.imageImportJobs.methods.list.parameters.filter.description - resources.projects.resources.locations.resources.imageImports.resources.imageImportJobs.methods.list.parameters.orderBy.description
1 parent 374ced4 commit fd0c642

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

discovery/vmmigration-v1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,12 +520,12 @@
520520
],
521521
"parameters": {
522522
"filter": {
523-
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
523+
"description": "Optional. The filter request (according to AIP-160).",
524524
"location": "query",
525525
"type": "string"
526526
},
527527
"orderBy": {
528-
"description": "Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by \"name\" field.",
528+
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
529529
"location": "query",
530530
"type": "string"
531531
},
@@ -623,12 +623,12 @@
623623
],
624624
"parameters": {
625625
"filter": {
626-
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
626+
"description": "Optional. The filter request (according to AIP-160).",
627627
"location": "query",
628628
"type": "string"
629629
},
630630
"orderBy": {
631-
"description": "Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by \"name\" field.",
631+
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
632632
"location": "query",
633633
"type": "string"
634634
},
@@ -2220,7 +2220,7 @@
22202220
}
22212221
}
22222222
},
2223-
"revision": "20240822",
2223+
"revision": "20240912",
22242224
"rootUrl": "https://vmmigration.googleapis.com/",
22252225
"schemas": {
22262226
"AccessKeyCredentials": {

discovery/vmmigration-v1alpha1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,12 +520,12 @@
520520
],
521521
"parameters": {
522522
"filter": {
523-
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
523+
"description": "Optional. The filter request (according to AIP-160).",
524524
"location": "query",
525525
"type": "string"
526526
},
527527
"orderBy": {
528-
"description": "Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by \"name\" field.",
528+
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
529529
"location": "query",
530530
"type": "string"
531531
},
@@ -623,12 +623,12 @@
623623
],
624624
"parameters": {
625625
"filter": {
626-
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
626+
"description": "Optional. The filter request (according to AIP-160).",
627627
"location": "query",
628628
"type": "string"
629629
},
630630
"orderBy": {
631-
"description": "Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by \"name\" field.",
631+
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
632632
"location": "query",
633633
"type": "string"
634634
},
@@ -2220,7 +2220,7 @@
22202220
}
22212221
}
22222222
},
2223-
"revision": "20240822",
2223+
"revision": "20240912",
22242224
"rootUrl": "https://vmmigration.googleapis.com/",
22252225
"schemas": {
22262226
"AccessKeyCredentials": {

src/apis/vmmigration/v1.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3999,11 +3999,11 @@ export namespace vmmigration_v1 {
39993999
export interface Params$Resource$Projects$Locations$Imageimports$List
40004000
extends StandardParameters {
40014001
/**
4002-
* Optional. The filter request (according to https://google.aip.dev/160).
4002+
* Optional. The filter request (according to AIP-160).
40034003
*/
40044004
filter?: string;
40054005
/**
4006-
* Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
4006+
* Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by "name" field.
40074007
*/
40084008
orderBy?: string;
40094009
/**
@@ -4317,11 +4317,11 @@ export namespace vmmigration_v1 {
43174317
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List
43184318
extends StandardParameters {
43194319
/**
4320-
* Optional. The filter request (according to https://google.aip.dev/160).
4320+
* Optional. The filter request (according to AIP-160).
43214321
*/
43224322
filter?: string;
43234323
/**
4324-
* Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
4324+
* Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by "name" field.
43254325
*/
43264326
orderBy?: string;
43274327
/**

src/apis/vmmigration/v1alpha1.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4165,11 +4165,11 @@ export namespace vmmigration_v1alpha1 {
41654165
export interface Params$Resource$Projects$Locations$Imageimports$List
41664166
extends StandardParameters {
41674167
/**
4168-
* Optional. The filter request (according to https://google.aip.dev/160).
4168+
* Optional. The filter request (according to AIP-160).
41694169
*/
41704170
filter?: string;
41714171
/**
4172-
* Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
4172+
* Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by "name" field.
41734173
*/
41744174
orderBy?: string;
41754175
/**
@@ -4486,11 +4486,11 @@ export namespace vmmigration_v1alpha1 {
44864486
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List
44874487
extends StandardParameters {
44884488
/**
4489-
* Optional. The filter request (according to https://google.aip.dev/160).
4489+
* Optional. The filter request (according to AIP-160).
44904490
*/
44914491
filter?: string;
44924492
/**
4493-
* Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
4493+
* Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by "name" field.
44944494
*/
44954495
orderBy?: string;
44964496
/**

0 commit comments

Comments
 (0)