Skip to content

Commit 81e2500

Browse files
Google APIscopybara-github
authored andcommitted
docs: Rephrase reservation field doc
PiperOrigin-RevId: 700712274
1 parent ef5e670 commit 81e2500

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

google/cloud/batch/v1alpha/job.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,10 @@ message AllocationPolicy {
484484
// storage and accessing.
485485
repeated AttachedDisk disks = 6;
486486

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.
487+
// Optional. If not specified (default), VMs will consume any applicable
488+
// reservation. If "NO_RESERVATION" is specified, VMs will not consume any
489+
// reservation. Otherwise, if specified, VMs will consume only the specified
490+
// reservation.
491491
string reservation = 7 [(google.api.field_behavior) = OPTIONAL];
492492
}
493493

0 commit comments

Comments
 (0)