@@ -89,9 +89,9 @@ public final class InstancePolicy extends com.google.api.client.json.GenericJson
8989 private java .lang .String provisioningModel ;
9090
9191 /**
92- * Optional. If specified, VMs will consume only the specified reservation. If not specified
93- * (default) , VMs will consume any applicable reservation. Additionally, VMs will not consume any
94- * reservation if "NO_RESERVATION" is specified.
92+ * Optional. If not specified (default) , VMs will consume any applicable reservation. If
93+ * "NO_RESERVATION" is specified , VMs will not consume any reservation. Otherwise, if specified,
94+ * VMs will consume only the specified reservation .
9595 * The value may be {@code null}.
9696 */
9797 @ com .google .api .client .util .Key
@@ -208,19 +208,19 @@ public InstancePolicy setProvisioningModel(java.lang.String provisioningModel) {
208208 }
209209
210210 /**
211- * Optional. If specified, VMs will consume only the specified reservation. If not specified
212- * (default) , VMs will consume any applicable reservation. Additionally, VMs will not consume any
213- * reservation if "NO_RESERVATION" is specified.
211+ * Optional. If not specified (default) , VMs will consume any applicable reservation. If
212+ * "NO_RESERVATION" is specified , VMs will not consume any reservation. Otherwise, if specified,
213+ * VMs will consume only the specified reservation .
214214 * @return value or {@code null} for none
215215 */
216216 public java .lang .String getReservation () {
217217 return reservation ;
218218 }
219219
220220 /**
221- * Optional. If specified, VMs will consume only the specified reservation. If not specified
222- * (default) , VMs will consume any applicable reservation. Additionally, VMs will not consume any
223- * reservation if "NO_RESERVATION" is specified.
221+ * Optional. If not specified (default) , VMs will consume any applicable reservation. If
222+ * "NO_RESERVATION" is specified , VMs will not consume any reservation. Otherwise, if specified,
223+ * VMs will consume only the specified reservation .
224224 * @param reservation reservation or {@code null} for none
225225 */
226226 public InstancePolicy setReservation (java .lang .String reservation ) {
0 commit comments