From 3a64d32d70acd63a4944d1f1b9d73c7af5ee0aeb Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 27 Nov 2024 19:02:33 +0000 Subject: [PATCH] docs: Rephrase reservation field doc PiperOrigin-RevId: 700712274 Source-Link: https://github.com/googleapis/googleapis/commit/81e2500b318dec5338e4d7c4b9885a0ff7d7d27d Source-Link: https://github.com/googleapis/googleapis-gen/commit/ef2cb66feb99bed659948f44c5b0ac13fb3df591 Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmF0Y2guVjFBbHBoYS8uT3dsQm90LnlhbWwiLCJoIjoiZWYyY2I2NmZlYjk5YmVkNjU5OTQ4ZjQ0YzViMGFjMTNmYjNkZjU5MSJ9 --- .../Google.Cloud.Batch.V1Alpha/Job.g.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apis/Google.Cloud.Batch.V1Alpha/Google.Cloud.Batch.V1Alpha/Job.g.cs b/apis/Google.Cloud.Batch.V1Alpha/Google.Cloud.Batch.V1Alpha/Job.g.cs index c61be9998a5d..e91367987606 100644 --- a/apis/Google.Cloud.Batch.V1Alpha/Google.Cloud.Batch.V1Alpha/Job.g.cs +++ b/apis/Google.Cloud.Batch.V1Alpha/Google.Cloud.Batch.V1Alpha/Job.g.cs @@ -5595,10 +5595,10 @@ public string MinCpuPlatform { public const int ReservationFieldNumber = 7; private string reservation_ = ""; /// - /// 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. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]