枚举 | |
---|---|
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。"],[[["The `modifiedDate` property can be updated using various strategies defined by enums."],["Enums like `fromBody`, `fromBodyIfNeeded`, and `fromBodyOrNow` utilize the request body to set the `modifiedDate`, with variations on how they handle missing values."],["`noChange` preserves the existing `modifiedDate`, while `now` and `nowIfNeeded` use the current time, with the latter being conditional on the update's content."]]],[]]