열거형 | |
---|---|
fromBody |
modifiedDate 를 요청 본문에 제공된 값으로 설정합니다. 값이 제공되지 않은 경우 변경되지 않습니다. |
fromBodyIfNeeded |
업데이트의 다른 콘텐츠에 따라 modifiedDate 를 요청 본문에 제공된 값으로 설정합니다. |
fromBodyOrNow |
modifiedDate를 요청 본문에 제공된 값으로 설정하거나 값이 제공되지 않은 경우 현재 시간으로 설정합니다. |
noChange |
이전 modifiedDate 값을 유지합니다. |
now |
modifiedDate 를 현재 시간으로 설정합니다. |
nowIfNeeded |
업데이트 내용에 따라 modifiedDate 를 현재 시간으로 설정합니다. |
ModifiedDateBehavior
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-04-03(UTC)
[null,null,["최종 업데이트: 2025-04-03(UTC)"],[],[],null,["# ModifiedDateBehavior\n\n| Enums ||\n|--------------------|---------------------------------------------------------------------------------------------------------------------|\n| `fromBody` | Set `modifiedDate` to the value provided in the body of the request. No change if no value was provided. |\n| `fromBodyIfNeeded` | Set `modifiedDate` to the value provided in the body of the request depending on other contents of the update. |\n| `fromBodyOrNow` | Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided. |\n| `noChange` | Maintain the previous value of `modifiedDate`. |\n| `now` | Set `modifiedDate` to the current time. |\n| `nowIfNeeded` | Set `modifiedDate` to the current time depending on contents of the update. |"]]