We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4743cf9 commit 349841aCopy full SHA for 349841a
1 file changed
google/cloud/batch/v1/job.proto
@@ -409,10 +409,10 @@ message AllocationPolicy {
409
// storage and accessing.
410
repeated AttachedDisk disks = 6;
411
412
- // Optional. If specified, VMs will consume only the specified reservation.
413
- // If not specified (default), VMs will consume any applicable reservation.
414
- // Additionally, VMs will not consume any reservation if "NO_RESERVATION"
415
- // 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.
416
string reservation = 7 [(google.api.field_behavior) = OPTIONAL];
417
}
418
0 commit comments