Skip to content

Commit c86a815

Browse files
feat(all): auto-regenerate discovery clients (#2018)
1 parent 4c6e7c1 commit c86a815

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

notebooks/v1/notebooks-api.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
]
579579
},
580580
"getInstanceHealth": {
581-
"description": "Check if a notebook instance is healthy.",
581+
"description": "Checks whether a notebook instance is healthy.",
582582
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:getInstanceHealth",
583583
"httpMethod": "GET",
584584
"id": "notebooks.projects.locations.instances.getInstanceHealth",
@@ -603,7 +603,7 @@
603603
]
604604
},
605605
"isUpgradeable": {
606-
"description": "Check if a notebook instance is upgradable.",
606+
"description": "Checks whether a notebook instance is upgradable.",
607607
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:isUpgradeable",
608608
"httpMethod": "GET",
609609
"id": "notebooks.projects.locations.instances.isUpgradeable",
@@ -1541,7 +1541,7 @@
15411541
]
15421542
},
15431543
"reportEvent": {
1544-
"description": "Report and process a runtime event.",
1544+
"description": "Reports and processes a runtime event.",
15451545
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/runtimes/{runtimesId}:reportEvent",
15461546
"httpMethod": "POST",
15471547
"id": "notebooks.projects.locations.runtimes.reportEvent",
@@ -1932,11 +1932,11 @@
19321932
}
19331933
}
19341934
},
1935-
"revision": "20230427",
1935+
"revision": "20230604",
19361936
"rootUrl": "https://notebooks.googleapis.com/",
19371937
"schemas": {
19381938
"AcceleratorConfig": {
1939-
"description": "Definition of a hardware accelerator. Note that not all combinations of `type` and `core_count` are valid. Check [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not supported.",
1939+
"description": "Definition of a hardware accelerator. Note that not all combinations of `type` and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not supported.",
19401940
"id": "AcceleratorConfig",
19411941
"properties": {
19421942
"coreCount": {
@@ -2644,7 +2644,7 @@
26442644
"type": "boolean"
26452645
},
26462646
"noPublicIp": {
2647-
"description": "If true, no public IP will be assigned to this instance.",
2647+
"description": "If true, no external IP will be assigned to this instance.",
26482648
"type": "boolean"
26492649
},
26502650
"noRemoveDataDisk": {
@@ -3465,7 +3465,7 @@
34653465
"Accelerator type is Nvidia Tesla V100.",
34663466
"Accelerator type is Nvidia Tesla P4.",
34673467
"Accelerator type is Nvidia Tesla T4.",
3468-
"Accelerator type is Nvidia Tesla A100.",
3468+
"Accelerator type is Nvidia Tesla A100 - 40GB.",
34693469
"(Coming soon) Accelerator type is TPU V2.",
34703470
"(Coming soon) Accelerator type is TPU V3.",
34713471
"Accelerator type is NVIDIA Tesla T4 Virtual Workstations.",
@@ -3534,7 +3534,7 @@
35343534
"type": "object"
35353535
},
35363536
"RuntimeShieldedInstanceConfig": {
3537-
"description": "A set of Shielded Instance options. Check [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). Not all combinations are valid.",
3537+
"description": "A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). Not all combinations are valid.",
35383538
"id": "RuntimeShieldedInstanceConfig",
35393539
"properties": {
35403540
"enableIntegrityMonitoring": {
@@ -3702,7 +3702,7 @@
37023702
"type": "object"
37033703
},
37043704
"SchedulerAcceleratorConfig": {
3705-
"description": "Definition of a hardware accelerator. Note that not all combinations of `type` and `core_count` are valid. Check [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus) to find a valid combination. TPUs are not supported.",
3705+
"description": "Definition of a hardware accelerator. Note that not all combinations of `type` and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus) to find a valid combination. TPUs are not supported.",
37063706
"id": "SchedulerAcceleratorConfig",
37073707
"properties": {
37083708
"coreCount": {
@@ -3755,7 +3755,7 @@
37553755
"id": "SetInstanceAcceleratorRequest",
37563756
"properties": {
37573757
"coreCount": {
3758-
"description": "Required. Count of cores of this accelerator. Note that not all combinations of `type` and `core_count` are valid. Check [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not supported.",
3758+
"description": "Required. Count of cores of this accelerator. Note that not all combinations of `type` and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not supported.",
37593759
"format": "int64",
37603760
"type": "string"
37613761
},
@@ -3820,7 +3820,7 @@
38203820
"type": "object"
38213821
},
38223822
"ShieldedInstanceConfig": {
3823-
"description": "A set of Shielded Instance options. Check [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). Not all combinations are valid.",
3823+
"description": "A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm). Not all combinations are valid.",
38243824
"id": "ShieldedInstanceConfig",
38253825
"properties": {
38263826
"enableIntegrityMonitoring": {

notebooks/v1/notebooks-gen.go

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)