Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.