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)]