Skip to content

Commit

Permalink
docs: [google-cloud-batch] Rephrase reservation field doc (#13311)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 700712274

Source-Link:
googleapis/googleapis@81e2500

Source-Link:
googleapis/googleapis-gen@ef2cb66
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiJlZjJjYjY2ZmViOTliZWQ2NTk5NDhmNDRjNWIwYWMxM2ZiM2RmNTkxIn0=

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 27, 2024
1 parent 028a334 commit bcf230c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -871,10 +871,10 @@ class InstancePolicy(proto.Message):
file system or a raw storage drive that is not
ready for data storage and accessing.
reservation (str):
Optional. If specified, VMs will consume only the specified
reservation. If not specified (default), VMs will consume
any applicable reservation. Additionally, VMs will not
consume any reservation if "NO_RESERVATION" 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.
"""

allowed_machine_types: MutableSequence[str] = proto.RepeatedField(
Expand Down

0 comments on commit bcf230c

Please sign in to comment.