Skip to content

Commit 09cf0b2

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(vmmigration): update the API
#### vmmigration:v1alpha1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### vmmigration:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent c1574d8 commit 09cf0b2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

discovery/vmmigration-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20251002",
2551+
"revision": "20251023",
25522552
"rootUrl": "https://vmmigration.googleapis.com/",
25532553
"schemas": {
25542554
"AccessKeyCredentials": {

discovery/vmmigration-v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20251002",
2551+
"revision": "20251023",
25522552
"rootUrl": "https://vmmigration.googleapis.com/",
25532553
"schemas": {
25542554
"AccessKeyCredentials": {

src/apis/vmmigration/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,7 +3109,7 @@ export namespace vmmigration_v1 {
31093109
*
31103110
* // Do the magic
31113111
* const res = await vmmigration.projects.locations.list({
3112-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3112+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
31133113
* extraLocationTypes: 'placeholder-value',
31143114
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
31153115
* filter: 'placeholder-value',
@@ -3237,7 +3237,7 @@ export namespace vmmigration_v1 {
32373237
export interface Params$Resource$Projects$Locations$List
32383238
extends StandardParameters {
32393239
/**
3240-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3240+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
32413241
*/
32423242
extraLocationTypes?: string[];
32433243
/**

src/apis/vmmigration/v1alpha1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3275,7 +3275,7 @@ export namespace vmmigration_v1alpha1 {
32753275
*
32763276
* // Do the magic
32773277
* const res = await vmmigration.projects.locations.list({
3278-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3278+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
32793279
* extraLocationTypes: 'placeholder-value',
32803280
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
32813281
* filter: 'placeholder-value',
@@ -3403,7 +3403,7 @@ export namespace vmmigration_v1alpha1 {
34033403
export interface Params$Resource$Projects$Locations$List
34043404
extends StandardParameters {
34053405
/**
3406-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3406+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
34073407
*/
34083408
extraLocationTypes?: string[];
34093409
/**

0 commit comments

Comments
 (0)