枚举 | |
---|---|
fromBody |
将 modifiedDate 设置为请求正文中提供的值。如果未提供任何值,则不会有任何变化。 |
fromBodyIfNeeded |
根据更新内容的其他内容,将 modifiedDate 设置为请求正文中提供的值。 |
fromBodyOrNow |
将修改日期设为请求正文中提供的值,如果未提供值,则设为当前时间。 |
noChange |
保持 modifiedDate 的先前值。 |
now |
将 modifiedDate 设为当前时间。 |
nowIfNeeded |
根据更新内容将 modifiedDate 设置为当前时间。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-04。
[null,null,["最后更新时间 (UTC):2024-09-04。"],[[["`modifiedDate` can be updated using various strategies, including values from the request body, the current time, or maintaining the existing value."],["Enums such as `fromBody`, `fromBodyOrNow`, and `now` offer direct control over `modifiedDate` updates."],["Conditional updates to `modifiedDate` are possible with enums like `fromBodyIfNeeded` and `nowIfNeeded`, depending on other request data."],["`noChange` enum preserves the original `modifiedDate` value, preventing any modifications."]]],[]]