Skip to content

Commit

Permalink
feat(migrationcenter): update the api
Browse files Browse the repository at this point in the history
#### migrationcenter:v1

The following keys were added:
- schemas.GuestInstalledApplication.properties.licenses (Total Keys: 2)

#### migrationcenter:v1alpha1

The following keys were added:
- schemas.GuestInstalledApplication.properties.licenses (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jan 4, 2024
1 parent 690f80f commit 0272d07
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/dyn/migrationcenter_v1.projects.locations.assets.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ <h3>Method Details</h3>
{ # Guest installed application information.
&quot;applicationName&quot;: &quot;A String&quot;, # Installed application name.
&quot;installTime&quot;: &quot;A String&quot;, # The time when the application was installed.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;vendor&quot;: &quot;A String&quot;, # Installed application vendor.
&quot;version&quot;: &quot;A String&quot;, # Installed application version.
Expand Down Expand Up @@ -699,6 +702,9 @@ <h3>Method Details</h3>
{ # Guest installed application information.
&quot;applicationName&quot;: &quot;A String&quot;, # Installed application name.
&quot;installTime&quot;: &quot;A String&quot;, # The time when the application was installed.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;vendor&quot;: &quot;A String&quot;, # Installed application vendor.
&quot;version&quot;: &quot;A String&quot;, # Installed application version.
Expand Down Expand Up @@ -1068,6 +1074,9 @@ <h3>Method Details</h3>
{ # Guest installed application information.
&quot;applicationName&quot;: &quot;A String&quot;, # Installed application name.
&quot;installTime&quot;: &quot;A String&quot;, # The time when the application was installed.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;vendor&quot;: &quot;A String&quot;, # Installed application vendor.
&quot;version&quot;: &quot;A String&quot;, # Installed application version.
Expand Down Expand Up @@ -1417,6 +1426,9 @@ <h3>Method Details</h3>
{ # Guest installed application information.
&quot;applicationName&quot;: &quot;A String&quot;, # Installed application name.
&quot;installTime&quot;: &quot;A String&quot;, # The time when the application was installed.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;vendor&quot;: &quot;A String&quot;, # Installed application vendor.
&quot;version&quot;: &quot;A String&quot;, # Installed application version.
Expand Down Expand Up @@ -1770,6 +1782,9 @@ <h3>Method Details</h3>
{ # Guest installed application information.
&quot;applicationName&quot;: &quot;A String&quot;, # Installed application name.
&quot;installTime&quot;: &quot;A String&quot;, # The time when the application was installed.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;vendor&quot;: &quot;A String&quot;, # Installed application vendor.
&quot;version&quot;: &quot;A String&quot;, # Installed application version.
Expand Down Expand Up @@ -2103,6 +2118,9 @@ <h3>Method Details</h3>
{ # Guest installed application information.
&quot;applicationName&quot;: &quot;A String&quot;, # Installed application name.
&quot;installTime&quot;: &quot;A String&quot;, # The time when the application was installed.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;vendor&quot;: &quot;A String&quot;, # Installed application vendor.
&quot;version&quot;: &quot;A String&quot;, # Installed application version.
Expand Down Expand Up @@ -2400,6 +2418,9 @@ <h3>Method Details</h3>
{ # Guest installed application information.
&quot;applicationName&quot;: &quot;A String&quot;, # Installed application name.
&quot;installTime&quot;: &quot;A String&quot;, # The time when the application was installed.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;vendor&quot;: &quot;A String&quot;, # Installed application vendor.
&quot;version&quot;: &quot;A String&quot;, # Installed application version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ <h3>Method Details</h3>
{ # Guest installed application information.
&quot;applicationName&quot;: &quot;A String&quot;, # Installed application name.
&quot;installTime&quot;: &quot;A String&quot;, # The time when the application was installed.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;vendor&quot;: &quot;A String&quot;, # Installed application vendor.
&quot;version&quot;: &quot;A String&quot;, # Installed application version.
Expand Down Expand Up @@ -511,6 +514,9 @@ <h3>Method Details</h3>
{ # Guest installed application information.
&quot;applicationName&quot;: &quot;A String&quot;, # Installed application name.
&quot;installTime&quot;: &quot;A String&quot;, # The time when the application was installed.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;vendor&quot;: &quot;A String&quot;, # Installed application vendor.
&quot;version&quot;: &quot;A String&quot;, # Installed application version.
Expand Down
21 changes: 21 additions & 0 deletions docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ <h3>Method Details</h3>
&quot;installedApps&quot;: { # Guest installed application list. # Installed applications information.
&quot;entries&quot;: [ # Application entries.
{ # Guest installed application information.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Installed application name.
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;time&quot;: &quot;A String&quot;, # Date application was installed.
Expand Down Expand Up @@ -744,6 +747,9 @@ <h3>Method Details</h3>
&quot;installedApps&quot;: { # Guest installed application list. # Installed applications information.
&quot;entries&quot;: [ # Application entries.
{ # Guest installed application information.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Installed application name.
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;time&quot;: &quot;A String&quot;, # Date application was installed.
Expand Down Expand Up @@ -1148,6 +1154,9 @@ <h3>Method Details</h3>
&quot;installedApps&quot;: { # Guest installed application list. # Installed applications information.
&quot;entries&quot;: [ # Application entries.
{ # Guest installed application information.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Installed application name.
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;time&quot;: &quot;A String&quot;, # Date application was installed.
Expand Down Expand Up @@ -1533,6 +1542,9 @@ <h3>Method Details</h3>
&quot;installedApps&quot;: { # Guest installed application list. # Installed applications information.
&quot;entries&quot;: [ # Application entries.
{ # Guest installed application information.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Installed application name.
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;time&quot;: &quot;A String&quot;, # Date application was installed.
Expand Down Expand Up @@ -1920,6 +1932,9 @@ <h3>Method Details</h3>
&quot;installedApps&quot;: { # Guest installed application list. # Installed applications information.
&quot;entries&quot;: [ # Application entries.
{ # Guest installed application information.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Installed application name.
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;time&quot;: &quot;A String&quot;, # Date application was installed.
Expand Down Expand Up @@ -2287,6 +2302,9 @@ <h3>Method Details</h3>
&quot;installedApps&quot;: { # Guest installed application list. # Installed applications information.
&quot;entries&quot;: [ # Application entries.
{ # Guest installed application information.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Installed application name.
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;time&quot;: &quot;A String&quot;, # Date application was installed.
Expand Down Expand Up @@ -2571,6 +2589,9 @@ <h3>Method Details</h3>
&quot;installedApps&quot;: { # Guest installed application list. # Installed applications information.
&quot;entries&quot;: [ # Application entries.
{ # Guest installed application information.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Installed application name.
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;time&quot;: &quot;A String&quot;, # Date application was installed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ <h3>Method Details</h3>
&quot;installedApps&quot;: { # Guest installed application list. # Installed applications information.
&quot;entries&quot;: [ # Application entries.
{ # Guest installed application information.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Installed application name.
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;time&quot;: &quot;A String&quot;, # Date application was installed.
Expand Down Expand Up @@ -495,6 +498,9 @@ <h3>Method Details</h3>
&quot;installedApps&quot;: { # Guest installed application list. # Installed applications information.
&quot;entries&quot;: [ # Application entries.
{ # Guest installed application information.
&quot;licenses&quot;: [ # License strings associated with the installed application.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Installed application name.
&quot;path&quot;: &quot;A String&quot;, # Source path.
&quot;time&quot;: &quot;A String&quot;, # Date application was installed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@
}
}
},
"revision": "20231201",
"revision": "20231215",
"rootUrl": "https://migrationcenter.googleapis.com/",
"schemas": {
"AddAssetsToGroupRequest": {
Expand Down Expand Up @@ -3253,6 +3253,13 @@
"format": "google-datetime",
"type": "string"
},
"licenses": {
"description": "License strings associated with the installed application.",
"items": {
"type": "string"
},
"type": "array"
},
"path": {
"description": "Source path.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@
}
}
},
"revision": "20231201",
"revision": "20231215",
"rootUrl": "https://migrationcenter.googleapis.com/",
"schemas": {
"AddAssetsToGroupRequest": {
Expand Down Expand Up @@ -3376,6 +3376,13 @@
"description": "Guest installed application information.",
"id": "GuestInstalledApplication",
"properties": {
"licenses": {
"description": "License strings associated with the installed application.",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "Installed application name.",
"type": "string"
Expand Down

0 comments on commit 0272d07

Please sign in to comment.