Skip to content

Commit 349841a

Browse files
Google APIscopybara-github
authored andcommitted
docs: Rephrase reservation field doc
PiperOrigin-RevId: 702134577
1 parent 4743cf9 commit 349841a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

google/cloud/batch/v1/job.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,10 @@ message AllocationPolicy {
409409
// storage and accessing.
410410
repeated AttachedDisk disks = 6;
411411

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.
412+
// Optional. If not specified (default), VMs will consume any applicable
413+
// reservation. If "NO_RESERVATION" is specified, VMs will not consume any
414+
// reservation. Otherwise, if specified, VMs will consume only the specified
415+
// reservation.
416416
string reservation = 7 [(google.api.field_behavior) = OPTIONAL];
417417
}
418418

0 commit comments

Comments
 (0)