Skip to content

Commit fe8dbc1

Browse files
feat(notebooks): update the api
#### notebooks:v2 The following keys were added: - schemas.GceSetup.properties.minCpuPlatform.type (Total Keys: 1)
1 parent 4c726fc commit fe8dbc1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ <h3>Method Details</h3>
213213
&quot;metadata&quot;: { # Optional. Custom metadata to apply to this instance.
214214
&quot;a_key&quot;: &quot;A String&quot;,
215215
},
216+
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones
216217
&quot;networkInterfaces&quot;: [ # Optional. The network interfaces for the VM. Supports only one interface.
217218
{ # The definition of a network interface resource attached to a VM.
218219
&quot;accessConfigs&quot;: [ # Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address.
@@ -449,6 +450,7 @@ <h3>Method Details</h3>
449450
&quot;metadata&quot;: { # Optional. Custom metadata to apply to this instance.
450451
&quot;a_key&quot;: &quot;A String&quot;,
451452
},
453+
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones
452454
&quot;networkInterfaces&quot;: [ # Optional. The network interfaces for the VM. Supports only one interface.
453455
{ # The definition of a network interface resource attached to a VM.
454456
&quot;accessConfigs&quot;: [ # Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address.
@@ -646,6 +648,7 @@ <h3>Method Details</h3>
646648
&quot;metadata&quot;: { # Optional. Custom metadata to apply to this instance.
647649
&quot;a_key&quot;: &quot;A String&quot;,
648650
},
651+
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones
649652
&quot;networkInterfaces&quot;: [ # Optional. The network interfaces for the VM. Supports only one interface.
650653
{ # The definition of a network interface resource attached to a VM.
651654
&quot;accessConfigs&quot;: [ # Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address.
@@ -782,6 +785,7 @@ <h3>Method Details</h3>
782785
&quot;metadata&quot;: { # Optional. Custom metadata to apply to this instance.
783786
&quot;a_key&quot;: &quot;A String&quot;,
784787
},
788+
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones
785789
&quot;networkInterfaces&quot;: [ # Optional. The network interfaces for the VM. Supports only one interface.
786790
{ # The definition of a network interface resource attached to a VM.
787791
&quot;accessConfigs&quot;: [ # Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address.

googleapiclient/discovery_cache/documents/notebooks.v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@
876876
}
877877
}
878878
},
879-
"revision": "20240613",
879+
"revision": "20240731",
880880
"rootUrl": "https://notebooks.googleapis.com/",
881881
"schemas": {
882882
"AcceleratorConfig": {
@@ -1306,6 +1306,10 @@
13061306
"description": "Optional. Custom metadata to apply to this instance.",
13071307
"type": "object"
13081308
},
1309+
"minCpuPlatform": {
1310+
"description": "Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones",
1311+
"type": "string"
1312+
},
13091313
"networkInterfaces": {
13101314
"description": "Optional. The network interfaces for the VM. Supports only one interface.",
13111315
"items": {

0 commit comments

Comments
 (0)