@@ -73,14 +73,14 @@ public final class CssProductInput extends com.google.api.client.json.GenericJso
7373 private java .lang .String finalName ;
7474
7575 /**
76- * Represents the existing version (freshness) of the CSS Product, which can be used to preserve
77- * the right order when multiple updates are done at the same time. This field must not be set to
78- * the future time. If set, the update is prevented if a newer version of the item already exists
79- * in our system (that is the last update time of the existing CSS products is later than the
80- * freshness time set in the update). If the update happens, the last update time is then set to
81- * this freshness time. If not set, the update will not be prevented and the last update time will
82- * default to when this request was received by the CSS API. If the operation is prevented, the
83- * aborted exception will be thrown.
76+ * DEPRECATED. Use expiration_date instead. Represents the existing version (freshness) of the CSS
77+ * Product, which can be used to preserve the right order when multiple updates are done at the
78+ * same time. This field must not be set to the future time. If set, the update is prevented if a
79+ * newer version of the item already exists in our system (that is the last update time of the
80+ * existing CSS products is later than the freshness time set in the update). If the update
81+ * happens, the last update time is then set to this freshness time. If not set, the update will
82+ * not be prevented and the last update time will default to when this request was received by the
83+ * CSS API. If the operation is prevented, the aborted exception will be thrown.
8484 * The value may be {@code null}.
8585 */
8686 @ com .google .api .client .util .Key
@@ -204,29 +204,29 @@ public CssProductInput setFinalName(java.lang.String finalName) {
204204 }
205205
206206 /**
207- * Represents the existing version (freshness) of the CSS Product, which can be used to preserve
208- * the right order when multiple updates are done at the same time. This field must not be set to
209- * the future time. If set, the update is prevented if a newer version of the item already exists
210- * in our system (that is the last update time of the existing CSS products is later than the
211- * freshness time set in the update). If the update happens, the last update time is then set to
212- * this freshness time. If not set, the update will not be prevented and the last update time will
213- * default to when this request was received by the CSS API. If the operation is prevented, the
214- * aborted exception will be thrown.
207+ * DEPRECATED. Use expiration_date instead. Represents the existing version (freshness) of the CSS
208+ * Product, which can be used to preserve the right order when multiple updates are done at the
209+ * same time. This field must not be set to the future time. If set, the update is prevented if a
210+ * newer version of the item already exists in our system (that is the last update time of the
211+ * existing CSS products is later than the freshness time set in the update). If the update
212+ * happens, the last update time is then set to this freshness time. If not set, the update will
213+ * not be prevented and the last update time will default to when this request was received by the
214+ * CSS API. If the operation is prevented, the aborted exception will be thrown.
215215 * @return value or {@code null} for none
216216 */
217217 public String getFreshnessTime () {
218218 return freshnessTime ;
219219 }
220220
221221 /**
222- * Represents the existing version (freshness) of the CSS Product, which can be used to preserve
223- * the right order when multiple updates are done at the same time. This field must not be set to
224- * the future time. If set, the update is prevented if a newer version of the item already exists
225- * in our system (that is the last update time of the existing CSS products is later than the
226- * freshness time set in the update). If the update happens, the last update time is then set to
227- * this freshness time. If not set, the update will not be prevented and the last update time will
228- * default to when this request was received by the CSS API. If the operation is prevented, the
229- * aborted exception will be thrown.
222+ * DEPRECATED. Use expiration_date instead. Represents the existing version (freshness) of the CSS
223+ * Product, which can be used to preserve the right order when multiple updates are done at the
224+ * same time. This field must not be set to the future time. If set, the update is prevented if a
225+ * newer version of the item already exists in our system (that is the last update time of the
226+ * existing CSS products is later than the freshness time set in the update). If the update
227+ * happens, the last update time is then set to this freshness time. If not set, the update will
228+ * not be prevented and the last update time will default to when this request was received by the
229+ * CSS API. If the operation is prevented, the aborted exception will be thrown.
230230 * @param freshnessTime freshnessTime or {@code null} for none
231231 */
232232 public CssProductInput setFreshnessTime (String freshnessTime ) {
0 commit comments