Skip to content

Commit

Permalink
fix(vmmigration): update the API
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 10, 2024
1 parent 374ced4 commit fd0c642
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions discovery/vmmigration-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,12 +520,12 @@
],
"parameters": {
"filter": {
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
"description": "Optional. The filter request (according to AIP-160).",
"location": "query",
"type": "string"
},
"orderBy": {
"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.",
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -623,12 +623,12 @@
],
"parameters": {
"filter": {
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
"description": "Optional. The filter request (according to AIP-160).",
"location": "query",
"type": "string"
},
"orderBy": {
"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.",
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2220,7 +2220,7 @@
}
}
},
"revision": "20240822",
"revision": "20240912",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AccessKeyCredentials": {
Expand Down
10 changes: 5 additions & 5 deletions discovery/vmmigration-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,12 +520,12 @@
],
"parameters": {
"filter": {
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
"description": "Optional. The filter request (according to AIP-160).",
"location": "query",
"type": "string"
},
"orderBy": {
"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.",
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -623,12 +623,12 @@
],
"parameters": {
"filter": {
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
"description": "Optional. The filter request (according to AIP-160).",
"location": "query",
"type": "string"
},
"orderBy": {
"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.",
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2220,7 +2220,7 @@
}
}
},
"revision": "20240822",
"revision": "20240912",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AccessKeyCredentials": {
Expand Down
8 changes: 4 additions & 4 deletions src/apis/vmmigration/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3999,11 +3999,11 @@ export namespace vmmigration_v1 {
export interface Params$Resource$Projects$Locations$Imageimports$List
extends StandardParameters {
/**
* Optional. The filter request (according to https://google.aip.dev/160).
* Optional. The filter request (according to AIP-160).
*/
filter?: string;
/**
* Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
* Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by "name" field.
*/
orderBy?: string;
/**
Expand Down Expand Up @@ -4317,11 +4317,11 @@ export namespace vmmigration_v1 {
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List
extends StandardParameters {
/**
* Optional. The filter request (according to https://google.aip.dev/160).
* Optional. The filter request (according to AIP-160).
*/
filter?: string;
/**
* Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
* Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by "name" field.
*/
orderBy?: string;
/**
Expand Down
8 changes: 4 additions & 4 deletions src/apis/vmmigration/v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4165,11 +4165,11 @@ export namespace vmmigration_v1alpha1 {
export interface Params$Resource$Projects$Locations$Imageimports$List
extends StandardParameters {
/**
* Optional. The filter request (according to https://google.aip.dev/160).
* Optional. The filter request (according to AIP-160).
*/
filter?: string;
/**
* Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
* Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by "name" field.
*/
orderBy?: string;
/**
Expand Down Expand Up @@ -4486,11 +4486,11 @@ export namespace vmmigration_v1alpha1 {
export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List
extends StandardParameters {
/**
* Optional. The filter request (according to https://google.aip.dev/160).
* Optional. The filter request (according to AIP-160).
*/
filter?: string;
/**
* Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
* Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by "name" field.
*/
orderBy?: string;
/**
Expand Down

0 comments on commit fd0c642

Please sign in to comment.