Skip to content

Commit b9e70ad

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add spot tier in v2alpha Create QueuedResource API request
PiperOrigin-RevId: 551066097
1 parent 36d88ea commit b9e70ad

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

google/cloud/tpu/v2alpha1/cloud_tpu.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,9 @@ message QueuedResource {
569569
// BestEffort tier definition.
570570
message BestEffort {}
571571

572+
// Spot tier definition.
573+
message Spot {}
574+
572575
// Guaranteed tier definition.
573576
message Guaranteed {
574577
// Optional. Defines the minimum duration of the guarantee. If specified,
@@ -623,8 +626,11 @@ message QueuedResource {
623626
// The BestEffort tier.
624627
BestEffort best_effort = 3;
625628

626-
// The Guaranteed tier
629+
// The Guaranteed tier.
627630
Guaranteed guaranteed = 4;
631+
632+
// Optional. The Spot tier.
633+
Spot spot = 9 [(google.api.field_behavior) = OPTIONAL];
628634
}
629635

630636
// The queueing policy of the QueuedRequest.

0 commit comments

Comments
 (0)