Skip to content

Commit 9ef74ad

Browse files
feat: add SPOT to Preemptibility enum (#3867)
* feat: add SPOT to Preemptibility enum PiperOrigin-RevId: 503019826 Source-Link: googleapis/googleapis@77cd8f1 Source-Link: googleapis/googleapis-gen@a3b02db Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwcm9jLy5Pd2xCb3QueWFtbCIsImgiOiJhM2IwMmRiYjMzOWNmOGRhZTVkNjExNDUwMjkyYjc4MjBmMTIwMDc1In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent a39a1a3 commit 9ef74ad

4 files changed

Lines changed: 21 additions & 2 deletions

File tree

packages/google-cloud-dataproc/protos/google/cloud/dataproc/v1/clusters.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,16 @@ message InstanceGroupConfig {
582582
// (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms)
583583
// groups.
584584
PREEMPTIBLE = 2;
585+
586+
// Instances are [Spot VMs]
587+
// (https://cloud.google.com/compute/docs/instances/spot).
588+
//
589+
// This option is allowed only for [secondary worker]
590+
// (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms)
591+
// groups. Spot VMs are the latest version of [preemptible VMs]
592+
// (https://cloud.google.com/compute/docs/instances/preemptible), and
593+
// provide additional features.
594+
SPOT = 3;
585595
}
586596

587597
// Optional. The number of VM instances in the instance group.

packages/google-cloud-dataproc/protos/protos.d.ts

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-dataproc/protos/protos.js

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

packages/google-cloud-dataproc/protos/protos.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)