Skip to content

Commit 8ff4b74

Browse files
feat: [batch] added new provisioning models (#6723)
* feat: added new provisioning models PiperOrigin-RevId: 806310192 Source-Link: googleapis/googleapis@9d640a8 Source-Link: googleapis/googleapis-gen@0d15dee Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiIwZDE1ZGVlYzY3MWY5MzhkM2NhY2JhZWFmYmUxZGE4YzFmOTBmZGZhIn0= * 🦉 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>
1 parent 62d8ab8 commit 8ff4b74

4 files changed

Lines changed: 53 additions & 3 deletions

File tree

packages/google-cloud-batch/protos/google/cloud/batch/v1alpha/job.proto

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,14 @@ message AllocationPolicy {
626626
// old preemptible VM model (indicated by this field) is the older model,
627627
// and has been migrated to use the SPOT model as the underlying technology.
628628
// This old model will still be supported.
629-
PREEMPTIBLE = 3;
629+
PREEMPTIBLE = 3 [deprecated = true];
630+
631+
// Bound to the lifecycle of the reservation in which it is provisioned.
632+
RESERVATION_BOUND = 4;
633+
634+
// Instance is provisioned with DWS Flex Start and has limited max run
635+
// duration.
636+
FLEX_START = 5;
630637
}
631638

632639
// Location where compute resources should be allocated for the Job.

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

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

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

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

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

Lines changed: 8 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)