We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5e670 commit 81e2500Copy full SHA for 81e2500
1 file changed
google/cloud/batch/v1alpha/job.proto
@@ -484,10 +484,10 @@ message AllocationPolicy {
484
// storage and accessing.
485
repeated AttachedDisk disks = 6;
486
487
- // Optional. If specified, VMs will consume only the specified reservation.
488
- // If not specified (default), VMs will consume any applicable reservation.
489
- // Additionally, VMs will not consume any reservation if "NO_RESERVATION"
490
- // is specified.
+ // Optional. If not specified (default), VMs will consume any applicable
+ // reservation. If "NO_RESERVATION" is specified, VMs will not consume any
+ // reservation. Otherwise, if specified, VMs will consume only the specified
+ // reservation.
491
string reservation = 7 [(google.api.field_behavior) = OPTIONAL];
492
}
493
0 commit comments