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:
- schemas.LocalizedMessage.properties.locale.description

#### vmmigration:v1

The following keys were changed:
- schemas.LocalizedMessage.properties.locale.description
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 23, 2022
1 parent e4ec36f commit f6f2c75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/vmmigration-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@
}
}
},
"revision": "20220803",
"revision": "20220811",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AddGroupMigrationRequest": {
Expand Down Expand Up @@ -2873,7 +2873,7 @@
"id": "LocalizedMessage",
"properties": {
"locale": {
"description": "The locale used following the specification defined at http://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: \"en-US\", \"fr-CH\", \"es-MX\"",
"description": "The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: \"en-US\", \"fr-CH\", \"es-MX\"",
"type": "string"
},
"message": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/vmmigration-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@
}
}
},
"revision": "20220803",
"revision": "20220811",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AdaptingOSStep": {
Expand Down Expand Up @@ -3031,7 +3031,7 @@
"id": "LocalizedMessage",
"properties": {
"locale": {
"description": "The locale used following the specification defined at http://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: \"en-US\", \"fr-CH\", \"es-MX\"",
"description": "The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: \"en-US\", \"fr-CH\", \"es-MX\"",
"type": "string"
},
"message": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/vmmigration/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ export namespace vmmigration_v1 {
*/
export interface Schema$LocalizedMessage {
/**
* The locale used following the specification defined at http://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
* The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
*/
locale?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/vmmigration/v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ export namespace vmmigration_v1alpha1 {
*/
export interface Schema$LocalizedMessage {
/**
* The locale used following the specification defined at http://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
* The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
*/
locale?: string | null;
/**
Expand Down

0 comments on commit f6f2c75

Please sign in to comment.