Skip to content

Commit

Permalink
docs: Rephrase reservation field doc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700712274

Source-Link: googleapis/googleapis@81e2500

Source-Link: googleapis/googleapis-gen@ef2cb66
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmF0Y2guVjFBbHBoYS8uT3dsQm90LnlhbWwiLCJoIjoiZWYyY2I2NmZlYjk5YmVkNjU5OTQ4ZjQ0YzViMGFjMTNmYjNkZjU5MSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Nov 27, 2024
1 parent 2f40f0e commit 3a64d32
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5595,10 +5595,10 @@ public string MinCpuPlatform {
public const int ReservationFieldNumber = 7;
private string reservation_ = "";
/// <summary>
/// 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.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down

0 comments on commit 3a64d32

Please sign in to comment.