Skip to content

Commit 98311e6

Browse files
feat(notebooks): update the api
#### notebooks:v1 The following keys were added: - schemas.IsInstanceUpgradeableResponse.properties.upgradeImage (Total Keys: 1)
1 parent 0a4ea76 commit 98311e6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/notebooks_v1.projects.locations.instances.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ <h3>Method Details</h3>
490490
An object of the form:
491491

492492
{ # Response for checking if a notebook instance is upgradeable.
493+
&quot;upgradeImage&quot;: &quot;A String&quot;, # The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
493494
&quot;upgradeInfo&quot;: &quot;A String&quot;, # Additional information about upgrade.
494495
&quot;upgradeVersion&quot;: &quot;A String&quot;, # The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
495496
&quot;upgradeable&quot;: True or False, # If an instance is upgradeable.

googleapiclient/discovery_cache/documents/notebooks.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@
12621262
}
12631263
}
12641264
},
1265-
"revision": "20210219",
1265+
"revision": "20210305",
12661266
"rootUrl": "https://notebooks.googleapis.com/",
12671267
"schemas": {
12681268
"AcceleratorConfig": {
@@ -1885,6 +1885,10 @@
18851885
"description": "Response for checking if a notebook instance is upgradeable.",
18861886
"id": "IsInstanceUpgradeableResponse",
18871887
"properties": {
1888+
"upgradeImage": {
1889+
"description": "The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.",
1890+
"type": "string"
1891+
},
18881892
"upgradeInfo": {
18891893
"description": "Additional information about upgrade.",
18901894
"type": "string"

0 commit comments

Comments
 (0)