Skip to content

Commit

Permalink
feat: add SPOT to Preemptibility enum (#3867)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jan 24, 2023
1 parent a39a1a3 commit 9ef74ad
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,16 @@ message InstanceGroupConfig {
// (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms)
// groups.
PREEMPTIBLE = 2;

// Instances are [Spot VMs]
// (https://cloud.google.com/compute/docs/instances/spot).
//
// This option is allowed only for [secondary worker]
// (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms)
// groups. Spot VMs are the latest version of [preemptible VMs]
// (https://cloud.google.com/compute/docs/instances/preemptible), and
// provide additional features.
SPOT = 3;
}

// Optional. The number of VM instances in the instance group.
Expand Down
3 changes: 2 additions & 1 deletion packages/google-cloud-dataproc/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/google-cloud-dataproc/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/google-cloud-dataproc/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ef74ad

Please sign in to comment.